[arch-commits] Commit in python-zope-testing/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 20 10:25:11 UTC 2016
Date: Thursday, October 20, 2016 @ 10:25:11
Author: felixonmars
Revision: 192722
archrelease: copy trunk to community-any
Added:
python-zope-testing/repos/community-any/PKGBUILD
(from rev 192721, python-zope-testing/trunk/PKGBUILD)
Deleted:
python-zope-testing/repos/community-any/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-20 10:24:46 UTC (rev 192721)
+++ PKGBUILD 2016-10-20 10:25:11 UTC (rev 192722)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=('python-zope-testing' 'python2-zope-testing')
-pkgver=4.5.0
-pkgrel=2
-pkgdesc="Zope testing helpers"
-arch=('any')
-url="https://github.com/zopefoundation/zope.testing"
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'git' 'python-zope-exceptions'
- 'python2-zope-exceptions')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
- cp -a zope.testing{,-py2}
-}
-
-build() {
- cd "$srcdir/zope.testing"
- python setup.py build
-
- cd "$srcdir/zope.testing-py2"
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir/zope.testing"
- python setup.py test
-
- cd "$srcdir/zope.testing-py2"
- python2 setup.py test
-}
-
-package_python-zope-testing() {
- depends=('python-setuptools' 'python-zope-interface' 'python-zope-exceptions')
-
- cd "$srcdir/zope.testing"
- python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-testing() {
- depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-exceptions')
-
- cd "$srcdir/zope.testing-py2"
- python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-zope-testing/repos/community-any/PKGBUILD (from rev 192721, python-zope-testing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-20 10:25:11 UTC (rev 192722)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.6.0
+pkgrel=1
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git' 'python-zope-exceptions'
+ 'python2-zope-exceptions')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cp -a zope.testing{,-py2}
+}
+
+build() {
+ cd "$srcdir/zope.testing"
+ python setup.py build
+
+ cd "$srcdir/zope.testing-py2"
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir/zope.testing"
+ python setup.py test
+
+ cd "$srcdir/zope.testing-py2"
+ python2 setup.py test
+}
+
+package_python-zope-testing() {
+ depends=('python-setuptools' 'python-zope-interface' 'python-zope-exceptions')
+
+ cd "$srcdir/zope.testing"
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testing() {
+ depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-exceptions')
+
+ cd "$srcdir/zope.testing-py2"
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list