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

Felix Yan felixonmars at archlinux.org
Mon Nov 7 16:59:45 UTC 2016


    Date: Monday, November 7, 2016 @ 16:59:44
  Author: felixonmars
Revision: 194915

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-07 16:59:21 UTC (rev 194914)
+++ PKGBUILD	2016-11-07 16:59:44 UTC (rev 194915)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=('python-zope-deprecation' 'python2-zope-deprecation')
-pkgver=4.1.2
-pkgrel=1
-pkgdesc="Zope Deprecation Infrastructure"
-arch=('any')
-url="https://github.com/zopefoundation/zope.deprecation"
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/zopefoundation/zope.deprecation.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.deprecation{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.deprecation"
-  python setup.py build
-
-  cd "$srcdir/zope.deprecation-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.deprecation"
-  nosetests3
-
-  cd "$srcdir/zope.deprecation-py2"
-  nosetests2
-}
-
-package_python-zope-deprecation() {
-  depends=('python-setuptools')
-
-  cd "$srcdir/zope.deprecation"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-deprecation() {
-  depends=('python2-setuptools')
-
-  cd "$srcdir/zope.deprecation-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-deprecation/repos/community-any/PKGBUILD (from rev 194914, python-zope-deprecation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-07 16:59:44 UTC (rev 194915)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=('python-zope-deprecation' 'python2-zope-deprecation')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Zope Deprecation Infrastructure"
+arch=('any')
+url="https://github.com/zopefoundation/zope.deprecation"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.deprecation.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.deprecation{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.deprecation"
+  python setup.py build
+
+  cd "$srcdir/zope.deprecation-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.deprecation"
+  nosetests3
+
+  cd "$srcdir/zope.deprecation-py2"
+  nosetests2
+}
+
+package_python-zope-deprecation() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.deprecation"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-deprecation() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.deprecation-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list