New package: python-py-1.9.0
package was removed in 910ab2464e
but python-pytest depends on it
This commit is contained in:
parent
095ef709a1
commit
50eed288fd
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python-py/template
Normal file
19
srcpkgs/python-py/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python-py'
|
||||||
|
pkgname=python-py
|
||||||
|
version=1.9.0
|
||||||
|
revision=2
|
||||||
|
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=9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue