python-bashlex: update to 0.12.
This commit is contained in:
parent
99ce09be4e
commit
fe546681a9
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python-bashlex'
|
# Template file for 'python-bashlex'
|
||||||
pkgname=python-bashlex
|
pkgname=python-bashlex
|
||||||
version=0.8
|
version=0.12
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc=bashlex-${version}
|
wrksrc=bashlex-${version}
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
pycompile_module="bashlex"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-enum34"
|
depends="python-enum34"
|
||||||
short_desc="Python port of the parser used internally by GNU bash"
|
short_desc="Python port of the parser used internally by GNU bash"
|
||||||
|
@ -12,4 +13,4 @@ maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/idank/bashlex"
|
homepage="https://github.com/idank/bashlex"
|
||||||
distfiles="${PYPI_SITE}/b/bashlex/bashlex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bashlex/bashlex-${version}.tar.gz"
|
||||||
checksum=4044f6bdf5d628ef3d71d98b8f6d6eee50e9f06da31a11378501fd5f3e5c12cb
|
checksum=94bcf8759f28286d4fe2bbc408fa50e9fb7c46fa7097eac5b7cd76d75ca9936d
|
||||||
|
|
Loading…
Reference in New Issue