python3-asteval: update to 0.9.26.
This commit is contained in:
parent
bd80475752
commit
d46e9d9b27
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-asteval'
|
||||
pkgname=python3-asteval
|
||||
version=0.9.21
|
||||
revision=3
|
||||
version=0.9.26
|
||||
revision=1
|
||||
wrksrc=${pkgname#*-}-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Safe, minimalistic evaluator of python expression using ast module"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/newville/asteval"
|
||||
distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
|
||||
checksum=e152ae28555fbe5c3b5c03c5426127df25042c1136bf6cfe3db23dcf100a0a00
|
||||
distfiles="${PYPI_SITE}/a/asteval/asteval-${version}.tar.gz"
|
||||
checksum=36125613ec21ed3e33e370ca8960a1f1e8a2324d78a8016bfa5ad76f1e16ef05
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue