python-py: remove package
This commit is contained in:
parent
9a74a38c46
commit
4c8fedc48c
|
@ -1,19 +0,0 @@
|
|||
# Template file for 'python-py'
|
||||
pkgname=python-py
|
||||
version=1.10.0
|
||||
revision=1
|
||||
wrksrc="py-${version}"
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python development support library"
|
||||
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pytest-dev/py"
|
||||
changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG"
|
||||
distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
|
||||
checksum=21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue