[arch-commits] Commit in python-zconfig/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 25 04:02:23 UTC 2019


    Date: Tuesday, June 25, 2019 @ 04:02:23
  Author: felixonmars
Revision: 483772

archrelease: copy trunk to community-any

Added:
  python-zconfig/repos/community-any/PKGBUILD
    (from rev 483771, python-zconfig/trunk/PKGBUILD)
Deleted:
  python-zconfig/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-25 04:02:14 UTC (rev 483771)
+++ PKGBUILD	2019-06-25 04:02:23 UTC (rev 483772)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgbase=python-zconfig
-pkgname=(python-zconfig python2-zconfig)
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Structured Configuration Library"
-url="https://github.com/zopefoundation/ZConfig"
-license=('ZPL')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 'python-manuel' 'python2-manuel'
-              'python-docutils' 'python2-docutils' 'python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/ZConfig/archive/$pkgver.tar.gz")
-sha512sums=('f484eea3dbb8eb9eb2892e795aeb4c504cf5763733d5b6e768e18e39708b8e2e1e70a2177479572dadea4b367c0030299e6b208c544c35ab26a1306174c1feb9')
-
-prepare() {
-  cp -a ZConfig-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ZConfig-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/ZConfig-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ZConfig-$pkgver
-  nosetests3
-
-  cd "$srcdir"/ZConfig-$pkgver-py2
-  nosetests2
-}
-
-package_python-zconfig() {
-  depends=('python')
-
-  cd ZConfig-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zconfig() {
-  depends=('python2')
-
-  cd ZConfig-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/zconfig{,2}
-  mv "$pkgdir"/usr/bin/zconfig{,2}_schema2html
-}

Copied: python-zconfig/repos/community-any/PKGBUILD (from rev 483771, python-zconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-25 04:02:23 UTC (rev 483772)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgbase=python-zconfig
+pkgname=(python-zconfig python2-zconfig)
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Structured Configuration Library"
+url="https://github.com/zopefoundation/ZConfig"
+license=('ZPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 'python-manuel' 'python2-manuel'
+              'python-docutils' 'python2-docutils' 'python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/ZConfig/archive/$pkgver.tar.gz")
+sha512sums=('0aa5ad1344ac599a10513e1189d0c990717311b39cc6dd6a44315812dce66c09760979931839e3739089d30c69c626bf8259695e1afb4691d19662f41100ecee')
+
+prepare() {
+  cp -a ZConfig-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ZConfig-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/ZConfig-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ZConfig-$pkgver
+  nosetests3
+
+  cd "$srcdir"/ZConfig-$pkgver-py2
+  nosetests2
+}
+
+package_python-zconfig() {
+  depends=('python')
+
+  cd ZConfig-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zconfig() {
+  depends=('python2')
+
+  cd ZConfig-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/zconfig{,2}
+  mv "$pkgdir"/usr/bin/zconfig{,2}_schema2html
+}



More information about the arch-commits mailing list