mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-parse: update to 1.20.1.
This commit is contained in:
parent
775bbaf32b
commit
06e50f659a
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'python3-parse'
|
# Template file for 'python3-parse'
|
||||||
pkgname=python3-parse
|
pkgname=python3-parse
|
||||||
version=1.20.0
|
version=1.20.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Parse strings using the format() syntax (Python3)"
|
short_desc="Parse strings using the format() syntax (Python3)"
|
||||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
maintainer="skmpz <dem.procopiou@gmail.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=bd28bae37714b45d5894d77160a16e2be36b64a3b618c81168b3684676aa498b
|
checksum=09002ca350ad42e76629995f71f7b518670bcf93548bdde3684fd55d2be51975
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '/Copyright/,/SOFTWARE\./p' parse.py >LICENSE
|
sed -n '/Copyright/,/SOFTWARE\./p' parse.py >LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue