wok-next rev 21424
updated python-http-parser (0.8.3 -> 0.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 29 09:49:57 2020 +0100 (2020-04-29) |
parents | 2e7f33d2b654 |
children | 1d5f072ac36c |
files | python-http-parser/receipt |
line diff
1.1 --- a/python-http-parser/receipt Mon Apr 27 17:56:50 2020 +0100 1.2 +++ b/python-http-parser/receipt Wed Apr 29 09:49:57 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 }