summaryrefslogtreecommitdiff
path: root/python-pyepics
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2024-04-27 21:01:33 +0200
committerErich Eckner <git@eckner.net>2024-04-27 21:01:33 +0200
commit6483e5f0359b52a9aebe2ea9e8ff5fe467b0eff9 (patch)
treece10319c13de696757320acc1b88b52f0daed2fa /python-pyepics
parentf05294b0ec0bc08d8ce2139b969175d726155e1a (diff)
downloadarchlinuxewe-6483e5f0359b52a9aebe2ea9e8ff5fe467b0eff9.tar.xz
recompile all python packages
Diffstat (limited to 'python-pyepics')
-rwxr-xr-xpython-pyepics/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD
index aa44ef3ae..64bcfa718 100755
--- a/python-pyepics/PKGBUILD
+++ b/python-pyepics/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyepics
_pkgname="${pkgname#*-}"
pkgver=3.5.1
-pkgrel=13
+pkgrel=14
pkgdesc='Python Interface to the Epics Channel Access protocol of the Epics control system'
arch=('i686' 'pentium4' 'x86_64')
url='https://pypi.python.org/pypi/pyepics'
@@ -16,8 +16,8 @@ makedepends=(
'python-setuptools')
depends=(
"${_pinned_dependencies[@]}"
- 'python>=3.11'
- 'python<3.12')
+ 'python>=3.12'
+ 'python<3.13')
source=(
"https://pypi.python.org/packages/6c/cd/f97b676b6903e6f88bfced3817964559c20a1e3c6cd5244fa188f76fff75/${_pkgname}-${pkgver}.tar.gz"
)