wok diff python-mako/receipt @ rev 25556

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (14 months ago)
parents d7522d21c4d3
children
line diff
     1.1 --- a/python-mako/receipt	Sat Feb 19 19:01:32 2022 +0000
     1.2 +++ b/python-mako/receipt	Sat Apr 22 14:54:15 2023 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-mako"
     1.7 -VERSION="1.1.2"
     1.8 +VERSION="1.1.6"
     1.9  CATEGORY="development"
    1.10  TAGS="python"
    1.11  SHORT_DESC="Fast template library."
    1.12  MAINTAINER="taziden@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WEB_SITE="https://www.makotemplates.org/"
    1.15 +WEB_SITE="https://pypi.org/project/Mako/"
    1.16 +REPOLOGY="python:mako"
    1.17  
    1.18  SOURCE="Mako"
    1.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 -WGET_URL="https://files.pythonhosted.org/packages/source/M/$SOURCE/$TARBALL"
    1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.22  
    1.23  DEPENDS="python"
    1.24  BUILD_DEPENDS="python python-dev python-setuptools"