wok diff python-mechanize/receipt @ rev 25521
created recipes for unibilium and unibilium-dev 2.1.1
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 24 17:05:40 2023 +0100 (20 months ago) |
parents | 076f424196b2 |
children |
line diff
1.1 --- a/python-mechanize/receipt Sun Feb 06 11:51:57 2022 +0000 1.2 +++ b/python-mechanize/receipt Fri Feb 24 17:05:40 2023 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-mechanize" 1.7 -VERSION="0.4.5" 1.8 +VERSION="0.4.7" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Stateful programmatic web browsing in Python." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://pypi.org/project/mechanize/" 1.14 +REPOLOGY="python:mechanize" 1.15 1.16 SOURCE="mechanize" 1.17 -TARBALL="${SOURCE}-${VERSION}.tar.gz" 1.18 -WGET_URL="https://files.pythonhosted.org/packages/source/m/$SOURCE/$TARBALL" 1.19 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 BUILD_DEPENDS="python python-dev python-distribute python-setuptools" 1.24 @@ -32,6 +33,5 @@ 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - mkdir -p $fs/usr 1.29 - cp -a $install/usr/lib $fs/usr 1.30 + cook_copy_folders lib 1.31 }