summaryrefslogtreecommitdiff
path: root/python-pynest2d
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-05 21:15:32 +0200
committerErich Eckner <git@eckner.net>2023-05-05 21:15:32 +0200
commite7c2947f55686bec0905e05c290d745164021fe2 (patch)
treed85904bcb5c5dcaa778da9599718d7f582af2fb4 /python-pynest2d
parent8edd7f4b85e5e30bce7a3db068ef821193580111 (diff)
downloadarchlinuxewe-e7c2947f55686bec0905e05c290d745164021fe2.tar.xz
recompile all python packages
Diffstat (limited to 'python-pynest2d')
-rw-r--r--python-pynest2d/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pynest2d/PKGBUILD b/python-pynest2d/PKGBUILD
index 10646e752..6ac00fd09 100644
--- a/python-pynest2d/PKGBUILD
+++ b/python-pynest2d/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pynest2d
pkgver=4.12.0
-pkgrel=7
+pkgrel=8
pkgdesc="Python bindings for libnest2d"
arch=(x86_64)
url="https://github.com/Ultimaker/pynest2d"
@@ -15,8 +15,8 @@ _pinned_dependencies=(
'polyclipping=6.4.2'
)
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'polyclipping'
'nlopt'
"${_pinned_dependencies[@]}"