Date: Thursday, August 18, 2022 @ 17:54:54 Author: felixonmars Revision: 1268260
upgpkg: python-zope-security 5.3-1 Modified: python-zope-security/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-18 17:54:41 UTC (rev 1268259) +++ PKGBUILD 2022-08-18 17:54:54 UTC (rev 1268260) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-zope-security -pkgver=5.2 +pkgver=5.3 pkgrel=1 pkgdesc="Zope Security Framework" arch=('x86_64') @@ -12,14 +12,8 @@ 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') +sha512sums=('51fd50d42baf8d6f3307ce03620dfb42412adbb86b6c8bf06afa36bed9aef81a8655c9a718eb5e408c6a6ba1e911f5e3bb6a8098cf2a64dcd516d5b0eadfaab5') -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 @@ -27,7 +21,7 @@ check() { cd zope.security-$pkgver - PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10:$PYTHONPATH" python -m zope.testrunner --test-path=src + PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310:$PYTHONPATH" python -m zope.testrunner --test-path=src } package() {
