python3-parsing: update to 3.0.9.
This commit is contained in:
parent
c588bf7c98
commit
6b7bf76034
2 changed files with 10 additions and 6 deletions
|
@ -1,17 +1,22 @@
|
||||||
# Template file for 'python3-parsing'
|
# Template file for 'python3-parsing'
|
||||||
pkgname=python3-parsing
|
pkgname=python3-parsing
|
||||||
version=2.4.7
|
version=3.0.9
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
make_install_target="dist/pyparsing-${version}-*-*-*.whl"
|
||||||
|
# disable tests that need `python3-railroad` (not in repo)
|
||||||
|
make_check_args="-k not(testEmptyExpressionsAreHandledProperly)"
|
||||||
|
make_check_target="--ignore=tests/test_diagram.py"
|
||||||
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python parsing module"
|
short_desc="Python parsing module"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pyparsing/pyparsing"
|
homepage="https://github.com/pyparsing/pyparsing"
|
||||||
changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES"
|
changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES"
|
||||||
distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz"
|
distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz"
|
||||||
checksum=6deecf4b95a49a5a9c89b4a4b1fcb73c1cba0e3265ec7b858adffcced229ba05
|
checksum=7e8ce1684c517f57f945698fd3bbf86b36a2e60cd223f74886d3af04deb06306
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
site=https://github.com/pyparsing/pyparsing/releases
|
|
||||||
pkgname=pyparsing
|
pkgname=pyparsing
|
||||||
ignore="*a[1-9] *b[1-9] *rc[1-9]"
|
ignore="*a[1-9] *b[1-9] *rc[1-9]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue