17 lines
540 B
Bash
17 lines
540 B
Bash
# Template file for 'python-bashlex'
|
|
pkgname=python-bashlex
|
|
version=0.12
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc=bashlex-${version}
|
|
build_style=python2-module
|
|
pycompile_module="bashlex"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-enum34"
|
|
short_desc="Python port of the parser used internally by GNU bash"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/idank/bashlex"
|
|
distfiles="${PYPI_SITE}/b/bashlex/bashlex-${version}.tar.gz"
|
|
checksum=94bcf8759f28286d4fe2bbc408fa50e9fb7c46fa7097eac5b7cd76d75ca9936d
|