Date: Sunday, February 5, 2023 @ 23:07:03
Author: felixonmars
Revision: 1392965
archrelease: copy trunk to community-x86_64
Added:
python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 1392964, python-zope-security/trunk/PKGBUILD)
Deleted:
python-zope-security/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-05 23:06:48 UTC (rev 1392964)
+++ PKGBUILD 2023-02-05 23:07:03 UTC (rev 1392965)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zope-security
-pkgver=6.0
-_commit=bb454b5666dc3516de5c6ffc28620a8cec9b9bb1
-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')
-makedepends=('git')
-checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration'
'python-zope-testing'
- 'python-zope-testrunner')
-source=("git+https://github.com/zopefoundation/zope.security.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd zope.security
- python setup.py build
-}
-
-check() {
- cd zope.security
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310" python -m
zope.testrunner --test-path=src
-}
-
-package() {
- cd zope.security
- 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 1392964,
python-zope-security/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-05 23:07:03 UTC (rev 1392965)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zope-security
+pkgver=6.1
+_commit=41b4bc771b55bbe0db36e6835d3b5aca899bbe44
+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')
+makedepends=('git')
+checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration'
'python-zope-testing'
+ 'python-zope-testrunner')
+source=("git+https://github.com/zopefoundation/zope.security.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd zope.security
+ python setup.py build
+}
+
+check() {
+ cd zope.security
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310" python -m
zope.testrunner --test-path=src
+}
+
+package() {
+ cd zope.security
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et: