[arch-commits] Commit in python-zope-component/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Aug 26 09:49:50 UTC 2016


    Date: Friday, August 26, 2016 @ 09:49:50
  Author: felixonmars
Revision: 187585

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  116 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-26 09:49:28 UTC (rev 187584)
+++ PKGBUILD	2016-08-26 09:49:50 UTC (rev 187585)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon Hanna <simon dot hanna AT serve-me DOT info>
-
-pkgname=('python-zope-component' 'python2-zope-component')
-pkgver=4.2.2
-pkgrel=1
-pkgdesc="Represents the core of the Zope Component Architecture"
-arch=('any')
-url="https://github.com/zopefoundation/zope.component"
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
-             'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
-             'git')
-checkdepends=('python-nose' 'python2-nose' 'python-persistent' 'python2-persistent'
-              'python-zope-hookable' 'python2-zope-hookable' 'python-zope-location'
-              'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
-              'python-zope-security' 'python2-zope-security' 'python-zope-configuration'
-              'python2-zope-configuration' 'python-zope-i18nmessageid'
-              'python2-zope-i18nmessageid')
-source=("git+https://github.com/zopefoundation/zope.component.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.component{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.component"
-  python setup.py build
-
-  cd "$srcdir/zope.component-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.component"
-  nosetests3
-
-  cd "$srcdir/zope.component-py2"
-  nosetests2
-}
-
-package_python-zope-component() {
-  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
-
-  cd "$srcdir/zope.component"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-component() {
-  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
-
-  cd "$srcdir/zope.component-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-component/repos/community-any/PKGBUILD (from rev 187584, python-zope-component/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-26 09:49:50 UTC (rev 187585)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Hanna <simon dot hanna AT serve-me DOT info>
+
+pkgname=('python-zope-component' 'python2-zope-component')
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Represents the core of the Zope Component Architecture"
+arch=('any')
+url="https://github.com/zopefoundation/zope.component"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+             'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
+             'git')
+checkdepends=('python-nose' 'python2-nose' 'python-persistent' 'python2-persistent'
+              'python-zope-hookable' 'python2-zope-hookable' 'python-zope-location'
+              'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+              'python-zope-security' 'python2-zope-security' 'python-zope-configuration'
+              'python2-zope-configuration' 'python-zope-i18nmessageid'
+              'python2-zope-i18nmessageid')
+source=("git+https://github.com/zopefoundation/zope.component.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.component{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.component"
+  python setup.py build
+
+  cd "$srcdir/zope.component-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.component"
+  nosetests3
+
+  cd "$srcdir/zope.component-py2"
+  nosetests2
+}
+
+package_python-zope-component() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir/zope.component"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-component() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir/zope.component-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list