Date: Thursday, September 15, 2022 @ 22:45:09
Author: felixonmars
Revision: 1303644
archrelease: copy trunk to community-x86_64
Added:
python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 1303642, 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-09-15 22:45:08 UTC (rev 1303643)
+++ PKGBUILD 2022-09-15 22:45:09 UTC (rev 1303644)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zope-security
-pkgver=5.3
-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=('51fd50d42baf8d6f3307ce03620dfb42412adbb86b6c8bf06afa36bed9aef81a8655c9a718eb5e408c6a6ba1e911f5e3bb6a8098cf2a64dcd516d5b0eadfaab5')
-
-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 1303642,
python-zope-security/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-15 22:45:09 UTC (rev 1303644)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zope-security
+pkgver=5.4
+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=('c15b90f8dc34ff0cb16a44262913f283f17e39b2825a691e79f1a0629db4ece0ec78cc4e5dc772cf98e10fd45e8e791250d9226a5f3599723455f15dda404391')
+
+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: