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'
|
# Template file for 'python3-asteval'
|
||||||
pkgname=python3-asteval
|
pkgname=python3-asteval
|
||||||
version=0.9.21
|
version=0.9.26
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=${pkgname#*-}-${version}
|
wrksrc=${pkgname#*-}-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Safe, minimalistic evaluator of python expression using ast module"
|
short_desc="Safe, minimalistic evaluator of python expression using ast module"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/newville/asteval"
|
homepage="https://github.com/newville/asteval"
|
||||||
distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/asteval/asteval-${version}.tar.gz"
|
||||||
checksum=e152ae28555fbe5c3b5c03c5426127df25042c1136bf6cfe3db23dcf100a0a00
|
checksum=36125613ec21ed3e33e370ca8960a1f1e8a2324d78a8016bfa5ad76f1e16ef05
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue