# HG changeset patch # User Hans-G?nter Theisgen # Date 1657705048 -3600 # Node ID 2d58a3f6283c5522daa7e3c511889c49d7f0b3a6 # Parent 22bd84f34d4d8272ae6706a7a658995afaac6ca4 updated python-formencode (1.2.2 -> 2.0.1) diff -r 22bd84f34d4d -r 2d58a3f6283c python-formencode/receipt --- a/python-formencode/receipt Wed Jul 13 10:08:55 2022 +0100 +++ b/python-formencode/receipt Wed Jul 13 10:37:28 2022 +0100 @@ -1,16 +1,18 @@ # SliTaz package receipt. PACKAGE="python-formencode" -VERSION="1.2.2" +VERSION="2.0.1" CATEGORY="development" +TAGS="python" SHORT_DESC="FormEncode is a validation and form generation package." MAINTAINER="pankso@slitaz.org" -LICENSE="PSL" +LICENSE="MIT" +WEB_SITE="https://pypi.org/project/FormEncode/" +REPOLOGY="python:formencode" + SOURCE="FormEncode" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://formencode.org/" -WGET_URL="https://pypi.python.org/packages/source/F/$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"