wok diff python-http-parser/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 814362194a8d
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-http-parser/receipt	Sun May 19 19:45:04 2019 +0200
     1.2 +++ b/python-http-parser/receipt	Tue Apr 14 15:51:31 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-http-parser"
     1.7 -SOURCE="http-parser"
     1.8 -VERSION="0.8.1"
     1.9 +VERSION="0.8.3"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="HTTP request/response parser for python in C"
    1.12 +SHORT_DESC="HTTP request and response parser for python in C."
    1.13  MAINTAINER="claudinei@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="https://github.com/benoitc/http-parser/"
    1.16 +
    1.17 +SOURCE="http-parser"
    1.18  TARBALL="$SOURCE-$VERSION.zip"
    1.19 -WEB_SITE="https://github.com/benoitc/http-parser/"
    1.20  WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip"
    1.21  
    1.22  DEPENDS="python"
    1.23 -BUILD_DEPENDS="python-dev python-setuptools wget python-cython"
    1.24 +BUILD_DEPENDS="python python-cython python-dev python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -24,5 +25,5 @@
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }