wok rev 25230
updated python-pytest (4.6.9 -> 4.6.11)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:03:18 2022 +0100 (2022-07-13) |
parents | 6039063278b9 |
children | b728d1374f69 |
files | python-pytest/description.txt python-pytest/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-pytest/description.txt Wed Jul 13 17:03:18 2022 +0100 1.3 @@ -0,0 +1,2 @@ 1.4 +The pytest framework makes it easy to write small tests, yet scales to 1.5 +support complex functional testing for applications and libraries.
2.1 --- a/python-pytest/receipt Wed Jul 13 16:59:13 2022 +0100 2.2 +++ b/python-pytest/receipt Wed Jul 13 17:03:18 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-pytest" 2.7 -VERSION="4.6.9" # last version for Python 2 2.8 +VERSION="4.6.11" # last version for Python 2 2.9 CATEGORY="development" 2.10 SHORT_DESC="A simple powerful testing with Python." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="MIT" 2.13 -WEB_SITE="https://pypi.python.org/pypi/pytest" 2.14 +WEB_SITE="https://pypi.org/project/pytest/" 2.15 +REPOLOGY="python:pytest" 2.16 2.17 SOURCE="pytest" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 @@ -34,6 +35,5 @@ 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - mkdir -p $fs/usr 2.24 - cp -a $install/usr/lib $fs/usr 2.25 + cook_copy_folders lib 2.26 }