[arch-commits] Commit in python-pyicu/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Aug 7 03:24:12 UTC 2018
Date: Tuesday, August 7, 2018 @ 03:24:12
Author: felixonmars
Revision: 370002
archrelease: copy trunk to community-staging-x86_64
Added:
python-pyicu/repos/community-staging-x86_64/PKGBUILD
(from rev 370001, python-pyicu/trunk/PKGBUILD)
Deleted:
python-pyicu/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-07 03:23:47 UTC (rev 370001)
+++ PKGBUILD 2018-08-07 03:24:12 UTC (rev 370002)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jonathan Liu <net147 at gmail.com>
-
-pkgbase=python-pyicu
-pkgname=('python-pyicu' 'python2-pyicu')
-pkgver=2.0.3
-pkgrel=4
-pkgdesc="Python binding for ICU"
-arch=('x86_64')
-license=('MIT')
-url="http://pyicu.osafoundation.org/"
-makedepends=('python-setuptools' 'python2-setuptools' 'icu')
-checkdepends=('python-fonttools' 'python2-fonttools' 'python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz")
-sha512sums=('a08a34772fc8205660320d7ea1bea52cd9c21ff9edf0aef1059c9439406d4b69ab434b35347dce8928cff8051600d55cb71bcc74eb89f203037be629d83e044e')
-
-prepare() {
- cp -a PyICU-$pkgver{,-py2}
-}
-
-build() {
- cd "$srcdir/"PyICU-$pkgver
- python setup.py build
-
- cd "$srcdir/"PyICU-$pkgver-py2
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir/"PyICU-$pkgver
- python setup.py test
-
- cd "$srcdir/"PyICU-$pkgver-py2
- python2 setup.py test || true # https://github.com/ovalhub/pyicu/issues/61
-}
-
-package_python-pyicu() {
- depends=('python' 'icu')
-
- cd PyICU-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyicu() {
- depends=('python2' 'icu')
-
- cd PyICU-$pkgver-py2
- python2 setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-pyicu/repos/community-staging-x86_64/PKGBUILD (from rev 370001, python-pyicu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-07 03:24:12 UTC (rev 370002)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Liu <net147 at gmail.com>
+
+pkgbase=python-pyicu
+pkgname=('python-pyicu' 'python2-pyicu')
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="Python binding for ICU"
+arch=('x86_64')
+license=('MIT')
+url="http://pyicu.osafoundation.org/"
+makedepends=('python-setuptools' 'python2-setuptools' 'icu')
+checkdepends=('python-fonttools' 'python2-fonttools' 'python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz")
+sha512sums=('e423f41e17bef12a48551ace8a25c1381bff8a6973d228a59ba985b62c3244228e06275e26dbe5cc67044d0ab67ce65e32d1e49f6d3e13b436636970096f8699')
+
+prepare() {
+ cp -a PyICU-$pkgver{,-py2}
+}
+
+build() {
+ cd "$srcdir/"PyICU-$pkgver
+ python setup.py build
+
+ cd "$srcdir/"PyICU-$pkgver-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir/"PyICU-$pkgver
+ python setup.py test
+
+ cd "$srcdir/"PyICU-$pkgver-py2
+ python2 setup.py test || true # https://github.com/ovalhub/pyicu/issues/61
+}
+
+package_python-pyicu() {
+ depends=('python' 'icu')
+
+ cd PyICU-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyicu() {
+ depends=('python2' 'icu')
+
+ cd PyICU-$pkgver-py2
+ python2 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