wok diff python-mechanize/receipt @ rev 23698
updated tiff, tiff-apps and tiff-dev (4.0.10 -> 4.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 07:51:26 2020 +0100 (2020-04-28) |
parents | 814362194a8d |
children | 1df6fa555414 |
line diff
1.1 --- a/python-mechanize/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-mechanize/receipt Tue Apr 28 07:51:26 2020 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-mechanize" 1.7 -VERSION="0.2.5" 1.8 -SOURCE="mechanize" 1.9 +VERSION="0.4.5" 1.10 CATEGORY="network" 1.11 SHORT_DESC="Stateful programmatic web browsing in Python." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pypi.org/project/mechanize/" 1.15 + 1.16 +SOURCE="mechanize" 1.17 TARBALL="${SOURCE}-${VERSION}.tar.gz" 1.18 -WEB_SITE="http://wwwsearch.sourceforge.net/mechanize/" 1.19 -WGET_URL="http://pypi.python.org/packages/source/m/mechanize/$TARBALL" 1.20 -HOST_ARCH="i486 arm" 1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/m/$SOURCE/$TARBALL" 1.22 1.23 DEPENDS="python" 1.24 -BUILD_DEPENDS="python-dev python-distribute python-setuptools" 1.25 +BUILD_DEPENDS="python python-dev python-distribute python-setuptools" 1.26 + 1.27 +HOST_ARCH="i486 arm" 1.28 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 @@ -25,5 +27,5 @@ 1.32 genpkg_rules() 1.33 { 1.34 mkdir -p $fs/usr 1.35 - cp -a $install/usr/lib $fs/usr 1.36 + cp -a $install/usr/lib $fs/usr 1.37 }