python3-parse: update to 1.19.1.
This commit is contained in:
parent
9d66658b77
commit
823b354360
|
@ -1,20 +1,16 @@
|
|||
# Template file for 'python3-parse'
|
||||
pkgname=python3-parse
|
||||
version=1.19.0
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=1.19.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3"
|
||||
short_desc="Parse strings using the format() syntax (Python3)"
|
||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/r1chardj0n3s/parse"
|
||||
distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz"
|
||||
checksum=9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb66f020b
|
||||
|
||||
do_check() {
|
||||
python3 test_parse.py
|
||||
}
|
||||
checksum=cc3a47236ff05da377617ddefa867b7ba983819c664e1afe46249e5b469be464
|
||||
|
||||
post_install() {
|
||||
sed -n '/Copyright/,/SOFTWARE\./p' parse.py >LICENSE
|
||||
|
|
Loading…
Reference in New Issue