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

Felix Yan felixonmars at gemini.archlinux.org
Tue May 10 08:10:44 UTC 2022


    Date: Tuesday, May 10, 2022 @ 08:10:44
  Author: felixonmars
Revision: 1197096

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-10 08:10:32 UTC (rev 1197095)
+++ PKGBUILD	2022-05-10 08:10:44 UTC (rev 1197096)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zope-security
-pkgver=5.1.1
-pkgrel=5
-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=('b23c7d489be3e60a1e88f9ef67fe133273318fc67b28222124c51981eb76ef11b0783662ec90f206867010dc120ce914dac45c6a6fd6edc925de2c9da0ad0b38')
-
-prepare() {
-  cd zope.security-$pkgver
-  # TODO
-  sed -i '/def test_iteration_of_btree_items_keys_values/i \    @unittest.skip("Circular import weirdness")' src/zope/security/tests/test_checker.py
-}
-
-build() {
-  cd zope.security-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10:$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 1197095, python-zope-security/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-10 08:10:44 UTC (rev 1197096)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-security
+pkgver=5.2
+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=('bafd7ffe0ebdc1fbda68c68439ba1b9f071fd6d9a5724a43130d3b3682adc1fc187f878c9525235396c3de81491763652c622bc5fe0ac661d1588409a25b3336')
+
+prepare() {
+  cd zope.security-$pkgver
+  # TODO
+  sed -i '/def test_iteration_of_btree_items_keys_values/i \    @unittest.skip("Circular import weirdness")' src/zope/security/tests/test_checker.py
+}
+
+build() {
+  cd zope.security-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10:$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