summaryrefslogtreecommitdiff
path: root/python-asteval
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-02-13 16:38:20 +0100
committerErich Eckner <git@eckner.net>2021-02-13 16:38:20 +0100
commitd5ba9d26534fd5d6b59f3255fc807ed0312555cc (patch)
treefb45ab601a1baa03fec58730179c7a6e048b686b /python-asteval
parenta13a200399b418dc6f555d1ea8a3c3d15835798e (diff)
downloadarchlinuxewe.git.save-d5ba9d26534fd5d6b59f3255fc807ed0312555cc.tar.xz
python-asteval: 0.9.21-2 -> 0.9.22-1
Diffstat (limited to 'python-asteval')
-rw-r--r--python-asteval/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/python-asteval/PKGBUILD b/python-asteval/PKGBUILD
index 1837576f..3d419642 100644
--- a/python-asteval/PKGBUILD
+++ b/python-asteval/PKGBUILD
@@ -3,23 +3,23 @@
pkgname='python-asteval'
_pkgname="${pkgname#*-}"
-pkgver=0.9.21
-pkgrel=2
+pkgver=0.9.22
+pkgrel=1
pkgdesc='Minimal Python AST Evaluator'
arch=('any')
url='https://newville.github.io/asteval/'
license=('MIT')
+depends=(
+ 'python<3.10'
+ 'python>=3.9')
checkdepends=(
'python-nose'
'python-pytest')
makedepends=(
'python-setuptools')
-depends=(
- 'python>=3.9'
- 'python<3.10')
source=(
"${_pkgname}-${pkgver}.tar.gz::https://github.com/newville/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('bc67130b8fa35fb3ec5470b7f82d7f588226d719de04de668322bf3015468c959b2102f48ef33906252c58713eb3cac3d2f62797fe905713866bdfc8fa45c005')
+sha512sums=('9d55a7c58038802f117192a826f3c4531c5161714cc607ed59d17c9e60130d43011eb955e03f55dd4ea47d0f50524368fb2ea3db6cc93a17e95f777f00d55ecc')
build() {
cd "$srcdir/${_pkgname}-$pkgver"