mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
python-parse: update to 1.9.0
This commit is contained in:
parent
a1905dc790
commit
afb0fabcb8
1 changed files with 4 additions and 3 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'python-parse'
|
# Template file for 'python-parse'
|
||||||
pkgname=python-parse
|
pkgname=python-parse
|
||||||
version=1.8.4
|
version=1.9.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="parse-${version}"
|
wrksrc="parse-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="parse.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="parse.py"
|
|
||||||
short_desc="Parse strings using the format() syntax (Python2)"
|
short_desc="Parse strings using the format() syntax (Python2)"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/r1chardj0n3s/parse"
|
homepage="https://github.com/r1chardj0n3s/parse"
|
||||||
distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz"
|
||||||
checksum=c3cdf6206f22aeebfa00e5b954fcfea13d1b2dc271c75806b6025b94fb490939
|
checksum=9dd6048ea212cd032a342f9f6aa2b7bc222f7407c7e37bdc2777fecd36897437
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
python2 setup.py test
|
||||||
python3 setup.py test
|
python3 setup.py test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue