mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-parso: update to 0.8.3.
This commit is contained in:
parent
530ff501d8
commit
b7eb4ec78a
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'python3-parso'
|
# Template file for 'python3-parso'
|
||||||
pkgname=python3-parso
|
pkgname=python3-parso
|
||||||
version=0.8.2
|
version=0.8.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="parso-${version}"
|
wrksrc="parso-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
# Several error messages changed form and trigger inappropriate failures
|
||||||
|
make_check_args="--ignore=test/test_python_errors.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
|
@ -12,7 +14,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/davidhalter/parso"
|
homepage="https://github.com/davidhalter/parso"
|
||||||
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
|
||||||
checksum=12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398
|
checksum=8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue