[arch-commits] Commit in (4 files)
Felix Yan
fyan at archlinux.org
Tue Nov 3 06:48:13 UTC 2015
Date: Tuesday, November 3, 2015 @ 07:48:13
Author: fyan
Revision: 145738
addpkg: python-zope-configuration 4.0.3-1
Added:
python-zope-configuration/
python-zope-configuration/repos/
python-zope-configuration/trunk/
python-zope-configuration/trunk/PKGBUILD
----------+
PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
Added: python-zope-configuration/trunk/PKGBUILD
===================================================================
--- python-zope-configuration/trunk/PKGBUILD (rev 0)
+++ python-zope-configuration/trunk/PKGBUILD 2015-11-03 06:48:13 UTC (rev 145738)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=('python-zope-configuration' 'python2-zope-configuration')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Zope Configuration Markup Language (ZCML)"
+arch=('any')
+url="https://github.com/zopefoundation/zope.configuration"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 'python2-zope-schema'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.configuration.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cp -a zope.configuration{,-py2}
+}
+
+build() {
+ cd "$srcdir/zope.configuration"
+ python setup.py build
+
+ cd "$srcdir/zope.configuration-py2"
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir/zope.configuration"
+ nosetests3
+
+ cd "$srcdir/zope.configuration-py2"
+ nosetests2
+}
+
+package_python-zope-configuration() {
+ depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+ 'python-zope-i18nmessageid')
+
+ cd "$srcdir/zope.configuration"
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-configuration() {
+ depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+ 'python2-zope-i18nmessageid')
+
+ cd "$srcdir/zope.configuration-py2"
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
Property changes on: python-zope-configuration/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list