[arch-commits] Commit in python-zope-security/repos/community-staging-x86_64 (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:47:28 UTC 2020
Date: Thursday, November 12, 2020 @ 18:47:28
Author: foutrelis
Revision: 753188
archrelease: copy trunk to community-staging-x86_64
Added:
python-zope-security/repos/community-staging-x86_64/PKGBUILD
(from rev 753187, python-zope-security/trunk/PKGBUILD)
Deleted:
python-zope-security/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:47:24 UTC (rev 753187)
+++ PKGBUILD 2020-11-12 18:47:28 UTC (rev 753188)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zope-security
-pkgver=5.1.1
-pkgrel=2
-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.9:$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-staging-x86_64/PKGBUILD (from rev 753187, python-zope-security/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:47:28 UTC (rev 753188)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-security
+pkgver=5.1.1
+pkgrel=3
+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.9:$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