wok 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 67e02e438fee
children 1c472d55ff93
files python-http-parser/description.txt python-http-parser/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-http-parser/description.txt	Thu Jan 06 07:57:35 2022 +0100
     1.3 @@ -0,0 +1,3 @@
     1.4 +HTTP request and response parser for Python compatible with Python 2.x (>=2.7),
     1.5 +Python 3 and Pypy.
     1.6 +If possible a C parser based on http-parser from Ryan Dahl will be used.
     2.1 --- a/python-http-parser/receipt	Mon Jan 03 17:58:48 2022 +0000
     2.2 +++ b/python-http-parser/receipt	Thu Jan 06 07:57:35 2022 +0100
     2.3 @@ -1,19 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-http-parser"
     2.7 -VERSION="0.8.3"
     2.8 +VERSION="0.9.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="HTTP request and response parser for python in C."
    2.11  MAINTAINER="claudinei@slitaz.org"
    2.12  LICENSE="MIT"
    2.13 -WEB_SITE="https://github.com/benoitc/http-parser/"
    2.14 +WEB_SITE="https://pypi.org/project/http-parser/"
    2.15 +REPOLOGY="python:http-parser"
    2.16  
    2.17  SOURCE="http-parser"
    2.18 -TARBALL="$SOURCE-$VERSION.zip"
    2.19 -WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip"
    2.20 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.21 +WGET_URL="https://files.pythonhosted.org/packages/source/h/$SOURCE/$TARBALL"
    2.22  
    2.23  DEPENDS="python"
    2.24 -BUILD_DEPENDS="python python-cython python-dev python-setuptools"
    2.25 +BUILD_DEPENDS="python-cython python-dev python-setuptools"
    2.26  
    2.27  current_version()
    2.28  {
    2.29 @@ -31,5 +32,5 @@
    2.30  genpkg_rules()
    2.31  {
    2.32  	mkdir -p $fs/usr
    2.33 -	cp -a $install/usr	$fs
    2.34 +	cp -a $install/usr $fs
    2.35  }