python-py: update to 1.8.0.
This commit is contained in:
parent
99dfc5a90a
commit
682c15712a
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python-py'
|
# Template file for 'python-py'
|
||||||
pkgname=python-py
|
pkgname=python-py
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
archs=noarch
|
||||||
wrksrc="py-${version}"
|
wrksrc="py-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="py"
|
pycompile_module="py"
|
||||||
|
@ -15,7 +15,7 @@ license="MIT"
|
||||||
homepage="https://github.com/pytest-dev/py"
|
homepage="https://github.com/pytest-dev/py"
|
||||||
changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG"
|
changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG"
|
||||||
distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
|
||||||
checksum=bf92637198836372b520efcba9e020c330123be8ce527e535d185ed4b6f45694
|
checksum=dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
|
@ -26,7 +26,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-py_package() {
|
python3-py_package() {
|
||||||
noarch=yes
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="py"
|
pycompile_module="py"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue