Date: Sunday, April 9, 2023 @ 13:59:08
Author: felixonmars
Revision: 1443245
upgpkg: python-btrees 4.11.3-2: rebuild with python 3.11
Modified:
python-btrees/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-09 13:55:34 UTC (rev 1443244)
+++ PKGBUILD 2023-04-09 13:59:08 UTC (rev 1443245)
@@ -2,7 +2,7 @@
pkgname=python-btrees
pkgver=4.11.3
-pkgrel=1
+pkgrel=2
pkgdesc='A fancy and practical functional tools'
arch=('x86_64')
license=('ZPL')
@@ -20,7 +20,7 @@
check() {
cd BTrees-$pkgver
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310" python -m
zope.testrunner --test-path=src
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-311" python -m
zope.testrunner --test-path=src
}
package() {