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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 18 17:55:12 UTC 2022


    Date: Thursday, August 18, 2022 @ 17:55:11
  Author: felixonmars
Revision: 1268261

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 17:54:54 UTC (rev 1268260)
+++ PKGBUILD	2022-08-18 17:55:11 UTC (rev 1268261)
@@ -1,38 +0,0 @@
-# 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:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 1268260, python-zope-security/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 17:55:11 UTC (rev 1268261)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+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:



More information about the arch-commits mailing list