[arch-commits] Commit in python-zope-hookable/repos/community-x86_64 (2 files)

2020-03-10 Thread Felix Yan via arch-commits
Date: Tuesday, March 10, 2020 @ 14:03:41
  Author: felixonmars
Revision: 593613

archrelease: copy trunk to community-x86_64

Added:
  python-zope-hookable/repos/community-x86_64/PKGBUILD
(from rev 593612, python-zope-hookable/trunk/PKGBUILD)
Deleted:
  python-zope-hookable/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-10 14:03:25 UTC (rev 593612)
+++ PKGBUILD2020-03-10 14:03:41 UTC (rev 593613)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-zope-hookable
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Represents the core of the Zope hookable Architecture"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.hookable;
-license=('ZPL')
-depends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz;)
-sha512sums=('6bd874c6c3a158a3a3867c9c6f8b6a7c497ea6e284f40fb7dbd87d52d903e263079c29b3b2622dc2227b9083885a2a6523b1ac9161d24f1ce2f0f2f90b39a254')
-
-build() {
-  cd "$srcdir"/zope.hookable-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.hookable-$pkgver
-  python setup.py nosetests
-}
-
-package() {
-  cd "$srcdir"/zope.hookable-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-hookable/repos/community-x86_64/PKGBUILD (from rev 593612, 
python-zope-hookable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-10 14:03:41 UTC (rev 593613)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-zope-hookable
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.hookable;
+license=('ZPL')
+depends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz;)
+sha512sums=('7bb2fce111ff4719f755891e0a544e1c2f6ac238ca8ca602ab3f6113d5690308f681c489801fd6cb8cc75812220ff7f937c76ef70c120ac9c67fb15bf2d3b3bc')
+
+build() {
+  cd "$srcdir"/zope.hookable-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.hookable-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd "$srcdir"/zope.hookable-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-zope-hookable/repos/community-x86_64 (2 files)

2019-11-14 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 05:49:01
  Author: felixonmars
Revision: 528805

archrelease: copy trunk to community-x86_64

Added:
  python-zope-hookable/repos/community-x86_64/PKGBUILD
(from rev 528804, python-zope-hookable/trunk/PKGBUILD)
Deleted:
  python-zope-hookable/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 05:48:46 UTC (rev 528804)
+++ PKGBUILD2019-11-15 05:49:01 UTC (rev 528805)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-zope-hookable
-pkgver=4.2.0
-pkgrel=4
-pkgdesc="Represents the core of the Zope hookable Architecture"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.hookable;
-license=('ZPL')
-depends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz;)
-sha512sums=('aeeafff7e5c7cbe3d5944864278896f926086514e75be1d5956e32fc0a3769ac11b008c3855a0816084c7deb64f14c65db49852dac2beaf06420a304af6ebb69')
-
-build() {
-  cd "$srcdir"/zope.hookable-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.hookable-$pkgver
-  python setup.py nosetests
-}
-
-package() {
-  cd "$srcdir"/zope.hookable-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-hookable/repos/community-x86_64/PKGBUILD (from rev 528804, 
python-zope-hookable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 05:49:01 UTC (rev 528805)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-zope-hookable
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.hookable;
+license=('ZPL')
+depends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz;)
+sha512sums=('6bd874c6c3a158a3a3867c9c6f8b6a7c497ea6e284f40fb7dbd87d52d903e263079c29b3b2622dc2227b9083885a2a6523b1ac9161d24f1ce2f0f2f90b39a254')
+
+build() {
+  cd "$srcdir"/zope.hookable-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.hookable-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd "$srcdir"/zope.hookable-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-zope-hookable/repos/community-x86_64 (2 files)

2018-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 21, 2018 @ 04:19:19
  Author: felixonmars
Revision: 317233

archrelease: copy trunk to community-x86_64

Added:
  python-zope-hookable/repos/community-x86_64/PKGBUILD
(from rev 317232, python-zope-hookable/trunk/PKGBUILD)
Deleted:
  python-zope-hookable/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 04:18:57 UTC (rev 317232)
+++ PKGBUILD2018-04-21 04:19:19 UTC (rev 317233)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-zope-hookable
-pkgname=('python-zope-hookable' 'python2-zope-hookable')
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Represents the core of the Zope hookable Architecture"
-arch=('i686' 'x86_64')
-url="https://github.com/zopefoundation/zope.hookable;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz;)
-sha512sums=('1c5b8ca4e663d89fc1cf08a18fc0fdc13a40c7c500be0115f94f5768e3ea51600f1e9effbd4f29e185958a0c57875ea8aba1f10ecc31cce22b2dfcd137199bdd')
-
-prepare() {
-  cp -a zope.hookable-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.hookable-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.hookable-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.hookable-$pkgver
-  nosetests3
-
-  cd "$srcdir"/zope.hookable-$pkgver-py2
-  nosetests2
-}
-
-package_python-zope-hookable() {
-  depends=('python-setuptools')
-
-  cd "$srcdir"/zope.hookable-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-hookable() {
-  depends=('python2-setuptools')
-
-  cd "$srcdir"/zope.hookable-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-hookable/repos/community-x86_64/PKGBUILD (from rev 317232, 
python-zope-hookable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 04:19:19 UTC (rev 317233)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-hookable
+pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.hookable;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz;)
+sha512sums=('aeeafff7e5c7cbe3d5944864278896f926086514e75be1d5956e32fc0a3769ac11b008c3855a0816084c7deb64f14c65db49852dac2beaf06420a304af6ebb69')
+
+prepare() {
+  cp -a zope.hookable-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.hookable-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.hookable-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.hookable-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/zope.hookable-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-zope-hookable() {
+  depends=('python-setuptools')
+
+  cd "$srcdir"/zope.hookable-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-hookable() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir"/zope.hookable-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et: