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

Felix Yan felixonmars at archlinux.org
Tue Mar 10 14:03:41 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-03-10 14:03:25 UTC (rev 593612)
+++ PKGBUILD	2020-03-10 14:03:41 UTC (rev 593613)
@@ -1,30 +0,0 @@
-# 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:

Copied: python-zope-hookable/repos/community-x86_64/PKGBUILD (from rev 593612, python-zope-hookable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-10 14:03:41 UTC (rev 593613)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+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:



More information about the arch-commits mailing list