[arch-commits] Commit in python-zope-testing/repos/community-testing-any (2 files)

Felix Yan felixonmars at archlinux.org
Wed Jan 4 15:38:11 UTC 2017


    Date: Wednesday, January 4, 2017 @ 15:38:10
  Author: felixonmars
Revision: 204871

archrelease: copy trunk to community-testing-any

Added:
  python-zope-testing/repos/community-testing-any/PKGBUILD
    (from rev 204870, python-zope-testing/trunk/PKGBUILD)
Deleted:
  python-zope-testing/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-04 15:37:39 UTC (rev 204870)
+++ PKGBUILD	2017-01-04 15:38:10 UTC (rev 204871)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=('python-zope-testing' 'python2-zope-testing')
-pkgver=4.6.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-testing-any/PKGBUILD (from rev 204870, python-zope-testing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-04 15:38:10 UTC (rev 204871)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.6.1
+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