# HG changeset patch # User Hans-G?nter Theisgen # Date 1586104413 -3600 # Node ID 9a628050ec65f6bdd7ae0f737b618f73acc7e044 # Parent 4e935223c917e5efb8a2500165754c9d82fb98e5 updated python-genshi (0.7 -> 0.7.3) diff -r 4e935223c917 -r 9a628050ec65 python-gammu/receipt --- a/python-gammu/receipt Sun Apr 05 17:27:30 2020 +0100 +++ b/python-gammu/receipt Sun Apr 05 17:33:33 2020 +0100 @@ -12,7 +12,7 @@ WGET_URL="https://github.com/gammu/$PACKAGE/archive/$VERSION.tar.gz" DEPENDS="gammu python" -BUILD_DEPENDS="gammu-dev pkg-config python python-setuptools" +BUILD_DEPENDS="gammu-dev pkg-config python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 4e935223c917 -r 9a628050ec65 python-genshi/receipt --- a/python-genshi/receipt Sun Apr 05 17:27:30 2020 +0100 +++ b/python-genshi/receipt Sun Apr 05 17:33:33 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-genshi" -VERSION="0.7" +VERSION="0.7.3" CATEGORY="development" SHORT_DESC="Python toolkit for generation of output for the web." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://genshi.edgewall.org/" + SOURCE="Genshi" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://genshi.edgewall.org/" -WGET_URL="http://ftp.edgewall.com/pub/genshi/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/G/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev" @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }