New package: python3-asteval-0.9.19
This commit is contained in:
parent
c96628e9c3
commit
ea37c1920f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-asteval/template
Normal file
17
srcpkgs/python3-asteval/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'python3-asteval'
|
||||||
|
pkgname=python3-asteval
|
||||||
|
version=0.9.19
|
||||||
|
revision=1
|
||||||
|
wrksrc=${pkgname#*-}-${version}
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
short_desc="Safe, minimalistic evaluator of python expression using ast module"
|
||||||
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/newville/asteval"
|
||||||
|
distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
|
||||||
|
checksum=5ba661d334adbed6e5dac462f7a2c327cf9fe66e2ebafcc4a363d52b26a04a9d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue