wok rev 23489
updated python-genshi (0.7 -> 0.7.3)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 17:33:33 2020 +0100 (2020-04-05) |
parents | 4e935223c917 |
children | 346b75d5b2c5 |
files | python-gammu/receipt python-genshi/receipt |
line diff
1.1 --- a/python-gammu/receipt Sun Apr 05 17:27:30 2020 +0100 1.2 +++ b/python-gammu/receipt Sun Apr 05 17:33:33 2020 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="https://github.com/gammu/$PACKAGE/archive/$VERSION.tar.gz" 1.5 1.6 DEPENDS="gammu python" 1.7 -BUILD_DEPENDS="gammu-dev pkg-config python python-setuptools" 1.8 +BUILD_DEPENDS="gammu-dev pkg-config python python-dev python-setuptools" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/python-genshi/receipt Sun Apr 05 17:27:30 2020 +0100 2.2 +++ b/python-genshi/receipt Sun Apr 05 17:33:33 2020 +0100 2.3 @@ -1,15 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-genshi" 2.7 -VERSION="0.7" 2.8 +VERSION="0.7.3" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Python toolkit for generation of output for the web." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="BSD" 2.13 +WEB_SITE="https://genshi.edgewall.org/" 2.14 + 2.15 SOURCE="Genshi" 2.16 TARBALL="$SOURCE-$VERSION.tar.gz" 2.17 -WEB_SITE="http://genshi.edgewall.org/" 2.18 -WGET_URL="http://ftp.edgewall.com/pub/genshi/$TARBALL" 2.19 +WGET_URL="https://files.pythonhosted.org/packages/source/G/$SOURCE/$TARBALL" 2.20 2.21 DEPENDS="python" 2.22 BUILD_DEPENDS="python python-dev" 2.23 @@ -23,5 +24,5 @@ 2.24 # Rules to gen a SliTaz package suitable for Tazpkg. 2.25 genpkg_rules() 2.26 { 2.27 - cp -a $install/usr $fs 2.28 + cp -a $install/usr $fs 2.29 }