parent
b9ed5baf06
commit
71f61831af
1 changed files with 7 additions and 2 deletions
|
@ -1,19 +1,24 @@
|
||||||
# Template file for 'python-py'
|
# Template file for 'python-py'
|
||||||
pkgname=python-py
|
pkgname=python-py
|
||||||
version=1.5.2
|
version=1.5.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/python-//}-${version}"
|
wrksrc="${pkgname/python-//}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="py"
|
pycompile_module="py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python2 development support library"
|
short_desc="Python2 development support library"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pytest-dev/py"
|
homepage="https://github.com/pytest-dev/py"
|
||||||
distfiles="https://github.com/pytest-dev/py/archive/${version}.tar.gz"
|
distfiles="https://github.com/pytest-dev/py/archive/${version}.tar.gz"
|
||||||
checksum=c1a23fb4c6cc181dbb207117190adefcad757e742c2a25ba8fed63bd55712634
|
checksum=c0698a6f71e9ea2a44e5bdf81f1ec8d5b5e9646e990c75fadeb133149aeb8440
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 -m pytest
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue