Date: Thursday, December 1, 2022 @ 18:42:23
Author: felixonmars
Revision: 1355659
archrelease: copy trunk to community-x86_64
Added:
python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 1355658, python-zope-security/trunk/PKGBUILD)
Deleted:
python-zope-security/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-01 18:42:13 UTC (rev 1355658)
+++ PKGBUILD 2022-12-01 18:42:23 UTC (rev 1355659)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zope-security
-pkgver=5.7
-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=('fd06f40fd33f9c01e397218e400113fc9dc6bb246393a22ead4a0fbde2ab07ad2beb1c25969adce8f532369dbf6e1f0a5eee58f4107bf89b0e2a9bbab962f8f3')
-
-build() {
- cd zope.security-$pkgver
- python setup.py build
-}
-
-check() {
- cd zope.security-$pkgver
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310:$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:
Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 1355658,
python-zope-security/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-01 18:42:23 UTC (rev 1355659)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zope-security
+pkgver=5.8
+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=('095f50cb5e22bbdc4b4e1b20cac0d5e0eb18d108e8ac5812915d5ef3f64ff5828c35153aa641ad690eed4be206e7fc99c93b1023b99d8f125f3f5fcf82acbc2a')
+
+build() {
+ cd zope.security-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd zope.security-$pkgver
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310:$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: