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

Felix Yan fyan at archlinux.org
Tue Nov 3 05:56:25 UTC 2015


    Date: Tuesday, November 3, 2015 @ 06:56:25
  Author: fyan
Revision: 145719

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   50 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   50 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)

Copied: python-zope-hookable/repos/community-i686/PKGBUILD (from rev 145718, python-zope-hookable/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-03 05:56:25 UTC (rev 145719)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.hookable"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.hookable.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.hookable{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.hookable"
+  python setup.py build
+
+  cd "$srcdir/zope.hookable-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.hookable"
+  nosetests3
+
+  cd "$srcdir/zope.hookable-py2"
+  nosetests2
+}
+
+package_python-zope-hookable() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-hookable() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python2 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 145718, python-zope-hookable/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-03 05:56:25 UTC (rev 145719)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.hookable"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.hookable.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.hookable{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.hookable"
+  python setup.py build
+
+  cd "$srcdir/zope.hookable-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.hookable"
+  nosetests3
+
+  cd "$srcdir/zope.hookable-py2"
+  nosetests2
+}
+
+package_python-zope-hookable() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-hookable() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list