mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-parso: update to 0.3.1
This commit is contained in:
parent
5edb112414
commit
1e3420c668
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.2.1
|
version=0.3.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="parso-${version}"
|
wrksrc="parso-${version}"
|
||||||
|
@ -13,10 +13,10 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/davidhalter/parso"
|
homepage="https://github.com/davidhalter/parso"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
|
||||||
checksum=f0604a40b96e062b0fd99cf134cc2d5cdf66939d0902f8267d938b0d5b26707f
|
checksum=35704a43a3c113cce4de228ddb39aab374b8004f4f2407d070b6a2ca784ce8a2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-parso_package() {
|
python3-parso_package() {
|
||||||
|
@ -26,6 +26,6 @@ python3-parso_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue