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

Felix Yan felixonmars at archlinux.org
Thu Jan 3 20:47:53 UTC 2019


    Date: Thursday, January 3, 2019 @ 20:47:53
  Author: felixonmars
Revision: 420371

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
    (from rev 420369, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  119 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-03 20:47:49 UTC (rev 420370)
+++ PKGBUILD	2019-01-03 20:47:53 UTC (rev 420371)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-zope-security
-pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security"
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
-             'python2-zope-interface' 'python-zope-component' 'python2-zope-component'
-             'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'python-zope-location'
-             'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
-             'python-zope-schema' 'python2-zope-schema')
-checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
-              'python-zope-configuration' 'python2-zope-configuration' 'python-zope-testing'
-              'python2-zope-testing' 'python-zope-testrunner' 'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz")
-sha512sums=('ed7b739839aaed4a0ba9e312234fc58e0f2f1524d9dbbd2de7d10d43a64bd75eb5855dcdb1f49fe218e431a6171b3ffa27e040ddc3f2bd510b7fa639beab37ae')
-
-prepare() {
-  cp -a zope.security-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m zope.testrunner --test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m zope.testrunner --test-path=src
-}
-
-package_python-zope-security() {
-  depends=('python-setuptools' 'python-zope-component' 'python-zope-i18nmessageid'
-           'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 'python-zope-schema')
-
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-security() {
-  depends=('python2-setuptools' 'python2-zope-component' 'python2-zope-i18nmessageid'
-           'python2-zope-interface' 'python2-zope-location' 'python2-zope-proxy'
-           'python2-zope-schema')
-
-  cd zope.security-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 420369, python-zope-security/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-03 20:47:53 UTC (rev 420371)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-zope-security
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+             'python2-zope-interface' 'python-zope-component' 'python2-zope-component'
+             'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'python-zope-location'
+             'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+             'python-zope-schema' 'python2-zope-schema')
+checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
+              'python-zope-configuration' 'python2-zope-configuration' 'python-zope-testing'
+              'python2-zope-testing' 'python-zope-testrunner' 'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz")
+sha512sums=('8d07683b978ac3fb2bc0f8b3f08d80c10443085a78cb33a8249a31773fa67f0f01e106ab0b076587513848fb884d77ad02322826cb0ff957c812ff81e341469a')
+
+prepare() {
+  cp -a zope.security-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.security-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m zope.testrunner --test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m zope.testrunner --test-path=src
+}
+
+package_python-zope-security() {
+  depends=('python-setuptools' 'python-zope-component' 'python-zope-i18nmessageid'
+           'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 'python-zope-schema')
+
+  cd zope.security-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-security() {
+  depends=('python2-setuptools' 'python2-zope-component' 'python2-zope-i18nmessageid'
+           'python2-zope-interface' 'python2-zope-location' 'python2-zope-proxy'
+           'python2-zope-schema')
+
+  cd zope.security-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list