wok-6.x diff python-http-parser/receipt @ rev 24277

updated python-http-parser (0.8.3 -> 0.9.0)
author Hans-G?nter Theisgen
date Thu Jan 06 07:57:35 2022 +0100 (2022-01-06)
parents 5ea0ce1cecc0
children 1c472d55ff93
line diff
     1.1 --- a/python-http-parser/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/python-http-parser/receipt	Thu Jan 06 07:57:35 2022 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-http-parser"
     1.7 -VERSION="0.8.3"
     1.8 +VERSION="0.9.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="HTTP request and response parser for python in C."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -WEB_SITE="https://github.com/benoitc/http-parser/"
    1.14 +WEB_SITE="https://pypi.org/project/http-parser/"
    1.15 +REPOLOGY="python:http-parser"
    1.16  
    1.17  SOURCE="http-parser"
    1.18 -TARBALL="$SOURCE-$VERSION.zip"
    1.19 -WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip"
    1.20 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/h/$SOURCE/$TARBALL"
    1.22  
    1.23  DEPENDS="python"
    1.24 -BUILD_DEPENDS="python python-cython python-dev python-setuptools"
    1.25 +BUILD_DEPENDS="python-cython python-dev python-setuptools"
    1.26  
    1.27  current_version()
    1.28  {
    1.29 @@ -31,5 +32,5 @@
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr
    1.33 -	cp -a $install/usr	$fs
    1.34 +	cp -a $install/usr $fs
    1.35  }