[arch-commits] Commit in python-pyicu/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 4 16:57:45 UTC 2022


    Date: Friday, February 4, 2022 @ 16:57:45
  Author: felixonmars
Revision: 1125783

archrelease: copy trunk to community-x86_64

Added:
  python-pyicu/repos/community-x86_64/PKGBUILD
    (from rev 1125782, python-pyicu/trunk/PKGBUILD)
Deleted:
  python-pyicu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-04 16:57:21 UTC (rev 1125782)
+++ PKGBUILD	2022-02-04 16:57:45 UTC (rev 1125783)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jonathan Liu <net147 at gmail.com>
-
-pkgname=python-pyicu
-pkgver=2.8
-pkgrel=3
-pkgdesc="Python binding for ICU"
-arch=('x86_64')
-license=('MIT')
-url="http://pyicu.osafoundation.org/"
-depends=('python' 'icu')
-makedepends=('python-setuptools')
-checkdepends=('python-fonttools' 'python-pytest')
-source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz")
-sha512sums=('c0447a7ffa3eef69a24fc4347496fe40c48df9bf13871c9920f1b932b409642fd4d3a63e272262cb4b4ed4ec7f9070b6d93e9ee70d0efea7eaa049e1c8d5afc2')
-
-build() {
-  cd PyICU-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd PyICU-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd PyICU-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyicu/repos/community-x86_64/PKGBUILD (from rev 1125782, python-pyicu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-04 16:57:45 UTC (rev 1125783)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Liu <net147 at gmail.com>
+
+pkgname=python-pyicu
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="Python binding for ICU"
+arch=('x86_64')
+license=('MIT')
+url="http://pyicu.osafoundation.org/"
+depends=('python' 'icu')
+makedepends=('python-setuptools')
+checkdepends=('python-fonttools' 'python-pytest')
+source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz")
+sha512sums=('9edd2f5f8755d06e70a9889f1129bdf53eec50d2948a54edfd2142573447774b0767a329092436c9bc7045c8e8e81043bf4e68d0990a0d8427b18542c5b44727')
+
+build() {
+  cd PyICU-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyICU-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd PyICU-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list