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

Felix Yan felixonmars at gemini.archlinux.org
Tue Jul 20 18:48:25 UTC 2021


    Date: Tuesday, July 20, 2021 @ 18:48:25
  Author: felixonmars
Revision: 980464

archrelease: copy trunk to community-x86_64

Added:
  python-zope-hookable/repos/community-x86_64/PKGBUILD
    (from rev 980463, 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	2021-07-20 18:48:01 UTC (rev 980463)
+++ PKGBUILD	2021-07-20 18:48:25 UTC (rev 980464)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zope-hookable
-pkgver=5.0.1
-pkgrel=3
-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:

Copied: python-zope-hookable/repos/community-x86_64/PKGBUILD (from rev 980463, python-zope-hookable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-20 18:48:25 UTC (rev 980464)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-hookable
+pkgver=5.1.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=('cfcd9fc698fc165317ab1b89a1a82b1c1e08d4dbea6c4f8a2459736150bfb0d82eda4d6c448ac966f2853fe12ec714a782a5947f1c5bc3cd89a573889db564fb')
+
+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