wok rev 25192

updated python-formencode (1.2.2 -> 2.0.1)
author Hans-G?nter Theisgen
date Wed Jul 13 10:37:28 2022 +0100 (22 months ago)
parents 22bd84f34d4d
children 2a6c6a7b43a0
files python-formencode/receipt
line diff
     1.1 --- a/python-formencode/receipt	Wed Jul 13 10:08:55 2022 +0100
     1.2 +++ b/python-formencode/receipt	Wed Jul 13 10:37:28 2022 +0100
     1.3 @@ -1,16 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-formencode"
     1.7 -VERSION="1.2.2"
     1.8 +VERSION="2.0.1"
     1.9  CATEGORY="development"
    1.10 +TAGS="python"
    1.11  SHORT_DESC="FormEncode is a validation and form generation package."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -LICENSE="PSL"
    1.14 +LICENSE="MIT"
    1.15 +WEB_SITE="https://pypi.org/project/FormEncode/"
    1.16 +REPOLOGY="python:formencode"
    1.17 +
    1.18  SOURCE="FormEncode"
    1.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 -WEB_SITE="http://formencode.org/"
    1.21 -WGET_URL="https://pypi.python.org/packages/source/F/$SOURCE/$TARBALL"
    1.22 -TAGS="python"
    1.23 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.24  
    1.25  DEPENDS="python"
    1.26  BUILD_DEPENDS="python python-dev python-setuptools"