Date: Monday, November 21, 2022 @ 06:07:01
  Author: felixonmars
Revision: 1350261

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
    (from rev 1350260, 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-11-21 06:06:52 UTC (rev 1350260)
+++ PKGBUILD    2022-11-21 06:07:01 UTC (rev 1350261)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zope-security
-pkgver=5.5
-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=('337bff1e103de26ca9511557160d55a0b0743a2a74200112855f79663d0de8b5c6e9cf02a59572cb104063c16330b5f8a3850ba97a5e3595ccaac72f4cd28db6')
-
-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 1350260, 
python-zope-security/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-21 06:07:01 UTC (rev 1350261)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zope-security
+pkgver=5.6
+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=('47b9aab3e0dae636caf6d0afb52d742bd8a82c5c4ef2c5ac2daa44791080957e89a3b1cd934d168fa73d036c3a236b888ea5fe933f82b02223ba56e95d6b7227')
+
+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:

Reply via email to