# HG changeset patch # User Hans-G?nter Theisgen # Date 1586246180 -3600 # Node ID e12389744c1cbf2f553b2c0db5d3e3213e4c38ac # Parent 07188010ed93bd4520ada5291cb3860df8d2008b updated python-tempita (0.5dev -> 0.5.2) diff -r 07188010ed93 -r e12389744c1c python-tempita/receipt --- a/python-tempita/receipt Tue Apr 07 08:44:11 2020 +0100 +++ b/python-tempita/receipt Tue Apr 07 08:56:20 2020 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-tempita" -VERSION="0.5dev" +VERSION="0.5.2" CATEGORY="development" -SHORT_DESC="Small text templating language" +TAGS="python" +SHORT_DESC="Small text templating language." MAINTAINER="taziden@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.python.org/pypi/Tempita/" + SOURCE="Tempita" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/Tempita/" -WGET_URL="$WEB_SITE/packages/source/T/$SOURCE/$TARBALL" -TAGS="python" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" @@ -24,5 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }