[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Tue Nov 3 06:39:19 UTC 2015


    Date: Tuesday, November 3, 2015 @ 07:39:19
  Author: fyan
Revision: 145734

addpkg: python-zope-location 4.0.3-1

Added:
  python-zope-location/
  python-zope-location/repos/
  python-zope-location/trunk/
  python-zope-location/trunk/PKGBUILD

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

Added: python-zope-location/trunk/PKGBUILD
===================================================================
--- python-zope-location/trunk/PKGBUILD	                        (rev 0)
+++ python-zope-location/trunk/PKGBUILD	2015-11-03 06:39:19 UTC (rev 145734)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=('python-zope-location' 'python2-zope-location')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Special objects that have a structural location"
+arch=('any')
+url="https://github.com/zopefoundation/zope.location"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+             'python2-zope-interface' 'python-zope-schema' 'python2-zope-schema'
+             'python-zope-proxy' 'python2-zope-proxy' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.location{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.location"
+  python setup.py build
+
+  cd "$srcdir/zope.location-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.location"
+  nosetests3
+
+  cd "$srcdir/zope.location-py2"
+  nosetests2
+}
+
+package_python-zope-location() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+           'python-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-location() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+           'python2-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: python-zope-location/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list