wok-6.x diff python-pytest/receipt @ rev 25565
Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue May 09 17:24:00 2023 +0000 (20 months ago) |
parents | 104a2a2e5484 |
children |
line diff
1.1 --- a/python-pytest/receipt Mon Feb 07 18:01:05 2022 +0000 1.2 +++ b/python-pytest/receipt Tue May 09 17:24:00 2023 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pytest" 1.7 -VERSION="4.6.9" # last version for Python 2 1.8 +VERSION="4.6.11" # last version for Python 2 1.9 CATEGORY="development" 1.10 SHORT_DESC="A simple powerful testing with Python." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 -WEB_SITE="https://pypi.python.org/pypi/pytest" 1.14 +WEB_SITE="https://pypi.org/project/pytest/" 1.15 +REPOLOGY="python:pytest" 1.16 1.17 SOURCE="pytest" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 @@ -34,6 +35,5 @@ 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr 1.24 - cp -a $install/usr/lib $fs/usr 1.25 + cook_copy_folders lib 1.26 }