Date: Sunday, April 9, 2023 @ 20:28:10
Author: felixonmars
Revision: 1443524
upgpkg: python-setuptools-rust 1.5.2-3: rebuild with python 3.11
Modified:
python-setuptools-rust/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-09 20:25:09 UTC (rev 1443523)
+++ PKGBUILD 2023-04-09 20:28:10 UTC (rev 1443524)
@@ -5,7 +5,7 @@
pkgname=python-setuptools-rust
pkgver=1.5.2
-pkgrel=2
+pkgrel=3
pkgdesc="Compile and distribute Python extensions written in rust as easily as
if they were written in C."
arch=('any')
license=('MIT')
@@ -26,7 +26,7 @@
for _dir in examples/*; do
pushd $_dir
PYTHONPATH="$PWD/../.." python setup.py build
- [[ -d tests || -d test ]] &&
PYTHONPATH="$PWD/build/lib:build/lib.linux-$CARCH-cpython-310" pytest
+ [[ -d tests || -d test ]] &&
PYTHONPATH="$PWD/build/lib:build/lib.linux-$CARCH-cpython-311" pytest
popd
done
pytest --doctest-modules setuptools_rust