wok diff python-formencode/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents e717a4953b0e
children
line diff
     1.1 --- a/python-formencode/receipt	Mon May 02 16:22:04 2022 +0000
     1.2 +++ b/python-formencode/receipt	Sat Oct 01 09:32:27 2022 +0000
     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"