mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-parso: update to 0.3.3.
This commit is contained in:
parent
1f5be3cf5c
commit
134c600a31
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-parso'
|
# Template file for 'python-parso'
|
||||||
pkgname=python-parso
|
pkgname=python-parso
|
||||||
version=0.3.1
|
version=0.3.3
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="parso-${version}"
|
wrksrc="parso-${version}"
|
||||||
|
@ -8,12 +8,12 @@ build_style=python-module
|
||||||
pycompile_module="parso"
|
pycompile_module="parso"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="A Python parser (Python2)"
|
short_desc="Python parser (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/davidhalter/parso"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
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=35704a43a3c113cce4de228ddb39aab374b8004f4f2407d070b6a2ca784ce8a2
|
checksum=8162be7570ffb34ec0b8d215d7f3b6c5fab24f51eb3886d6dee362de96b6db94
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue