python-parso: drop package
This commit is contained in:
parent
0bf27a5abe
commit
196220c63f
2 changed files with 0 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
||||||
# Template file for 'python-parso'
|
|
||||||
pkgname=python-parso
|
|
||||||
version=0.7.1
|
|
||||||
revision=1
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="parso-${version}"
|
|
||||||
build_style=python2-module
|
|
||||||
hostmakedepends="python-setuptools"
|
|
||||||
depends="python"
|
|
||||||
short_desc="Python parser (Python 2)"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://github.com/davidhalter/parso"
|
|
||||||
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
|
|
||||||
checksum=caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
pattern="parso-\K0.7[0-9.]+(?=.tar.gz)"
|
|
Loading…
Reference in a new issue