Skip to content

Commit

Permalink
python3-parse: update to 1.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
skmpz authored and classabbyamp committed Sep 7, 2023
1 parent 9d66658 commit 823b354
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions srcpkgs/python3-parse/template
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 823b354

Please sign in to comment.