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

Felix Yan felixonmars at archlinux.org
Mon Nov 9 15:35:21 UTC 2020


    Date: Monday, November 9, 2020 @ 15:35:21
  Author: felixonmars
Revision: 747002

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 747001, python-zope-hookable/trunk/PKGBUILD)

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

Copied: python-zope-hookable/repos/community-staging-x86_64/PKGBUILD (from rev 747001, python-zope-hookable/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-09 15:35:21 UTC (rev 747002)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-hookable
+pkgver=5.0.1
+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=('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