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

Evangelos Foutras foutrelis at gemini.archlinux.org
Tue Nov 30 20:21:52 UTC 2021


    Date: Tuesday, November 30, 2021 @ 20:21:51
  Author: foutrelis
Revision: 1058105

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: python-zope-hookable/repos/community-staging-x86_64/PKGBUILD (from rev 1058103, python-zope-hookable/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-11-30 20:21:51 UTC (rev 1058105)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-hookable
+pkgver=5.1.0
+pkgrel=2
+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