New package: python-py-1.4.34.

This commit is contained in:
maxice8 2017-11-07 06:39:21 -02:00 committed by Leаh Neukirchen
parent 88fbc4e34c
commit da301edeb2
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Template file for 'python-py'
pkgname=python-py
version=1.4.34
revision=1
wrksrc="${pkgname/python-//}-${version}"
build_style=python-module
pycompile_module="py"
hostmakedepends="python-setuptools python3-setuptools"
short_desc="Python2 development support library"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/pytest-dev/py"
distfiles="https://github.com/pytest-dev/py/archive/${version}.tar.gz"
checksum=522e37eb34a4decf1cc43f1522d4c18c9a6aa8caaddc401627aba5432ee08970
noarch=yes
post_install() {
vlicense LICENSE
}
python3-py_package() {
noarch=yes
pycompile_module="py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

1
srcpkgs/python3-py Symbolic link
View File

@ -0,0 +1 @@
python-py