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

Felix Yan felixonmars at archlinux.org
Fri Nov 15 05:48:33 UTC 2019


    Date: Friday, November 15, 2019 @ 05:48:33
  Author: felixonmars
Revision: 528803

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-15 05:48:18 UTC (rev 528802)
+++ PKGBUILD	2019-11-15 05:48:33 UTC (rev 528803)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zope-security
-pkgver=4.3.1
-pkgrel=3
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security"
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-component' 'python-zope-i18nmessageid'
-         'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 'python-zope-schema')
-checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 'python-zope-testing' 'python-zope-testrunner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz")
-sha512sums=('8d07683b978ac3fb2bc0f8b3f08d80c10443085a78cb33a8249a31773fa67f0f01e106ab0b076587513848fb884d77ad02322826cb0ff957c812ff81e341469a')
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python 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"
-}
-
-package() {
-  cd zope.security-$pkgver
-  python 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 528802, python-zope-security/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-15 05:48:33 UTC (rev 528803)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-security
+pkgver=5.0
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security"
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-component' 'python-zope-i18nmessageid'
+         'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 'python-zope-schema')
+checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 'python-zope-testing' 'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz")
+sha512sums=('a620d8a1de3d891772144be58741051821d98cb274259e4abf56e9f7b12f7fd7c4b83b3410e380fa6662c7ef07684181ed48224c844ea7c32e637595f9c084b3')
+
+build() {
+  cd "$srcdir"/zope.security-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m zope.testrunner --test-path=src
+}
+
+package() {
+  cd zope.security-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list