wok rev 23508
updated python-mechanize (0.2.5 -> 0.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 10:13:51 2020 +0100 (2020-04-06) |
parents | 6459e4820526 |
children | 9f96be6e68d9 |
files | python-lxml/receipt python-mechanize/receipt |
line diff
1.1 --- a/python-lxml/receipt Mon Apr 06 09:22:36 2020 +0100 1.2 +++ b/python-lxml/receipt Mon Apr 06 10:13:51 2020 +0100 1.3 @@ -18,7 +18,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - make && 1.8 +# make 1.9 + python setup.py build && 1.10 python setup.py install --root=$DESTDIR 1.11 } 1.12
2.1 --- a/python-mechanize/receipt Mon Apr 06 09:22:36 2020 +0100 2.2 +++ b/python-mechanize/receipt Mon Apr 06 10:13:51 2020 +0100 2.3 @@ -1,19 +1,21 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-mechanize" 2.7 -VERSION="0.2.5" 2.8 -SOURCE="mechanize" 2.9 +VERSION="0.4.5" 2.10 CATEGORY="network" 2.11 SHORT_DESC="Stateful programmatic web browsing in Python." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="BSD" 2.14 +WEB_SITE="https://pypi.org/project/mechanize/" 2.15 + 2.16 +SOURCE="mechanize" 2.17 TARBALL="${SOURCE}-${VERSION}.tar.gz" 2.18 -WEB_SITE="http://wwwsearch.sourceforge.net/mechanize/" 2.19 -WGET_URL="http://pypi.python.org/packages/source/m/mechanize/$TARBALL" 2.20 -HOST_ARCH="i486 arm" 2.21 +WGET_URL="https://files.pythonhosted.org/packages/source/m/$SOURCE/$TARBALL" 2.22 2.23 DEPENDS="python" 2.24 -BUILD_DEPENDS="python-dev python-distribute python-setuptools" 2.25 +BUILD_DEPENDS="python python-dev python-distribute python-setuptools" 2.26 + 2.27 +HOST_ARCH="i486 arm" 2.28 2.29 # Rules to configure and make the package. 2.30 compile_rules() 2.31 @@ -25,5 +27,5 @@ 2.32 genpkg_rules() 2.33 { 2.34 mkdir -p $fs/usr 2.35 - cp -a $install/usr/lib $fs/usr 2.36 + cp -a $install/usr/lib $fs/usr 2.37 }