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

Felix Yan felixonmars at archlinux.org
Fri Nov 15 05:49:01 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-11-15 05:48:46 UTC (rev 528804)
+++ PKGBUILD	2019-11-15 05:49:01 UTC (rev 528805)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-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)
+++ PKGBUILD	2019-11-15 05:49:01 UTC (rev 528805)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+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:



More information about the arch-commits mailing list