wok-next diff python-http-parser/receipt @ rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents c9a7a7b42a86
children
line diff
     1.1 --- a/python-http-parser/receipt	Sat Sep 22 16:05:26 2018 +0300
     1.2 +++ b/python-http-parser/receipt	Fri Jun 26 11:04:48 2020 +0100
     1.3 @@ -2,24 +2,28 @@
     1.4  
     1.5  ORIGIN="http-parser"
     1.6  PACKAGE="python-http-parser"
     1.7 -VERSION="0.8.3"
     1.8 +VERSION="0.9.0"
     1.9  CATEGORY="python"
    1.10  SHORT_DESC="HTTP request/response parser"
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://pypi.org/project/$ORIGIN/"
    1.14 -#HOST_ARCH
    1.15  REPOLOGY="python:http-parser"
    1.16  
    1.17  BUILD_DEPENDS="python-dev python3-dev"
    1.18  SPLIT="${PACKAGE/python/python3}:3"
    1.19  
    1.20 -compile_rules() {
    1.21 +#HOST_ARCH
    1.22 +
    1.23 +compile_rules()
    1.24 +{
    1.25  	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
    1.26  }
    1.27  
    1.28 -genpkg_rules() {
    1.29 +genpkg_rules()
    1.30 +{
    1.31  	copy @std
    1.32  	py="${PACKAGE%%-*}" # python/python3
    1.33 +
    1.34  	DEPENDS="$py"
    1.35  }