wok-next annotate 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
rev   line source
al@20972 1 # SliTaz package receipt v2.
claudinei@14877 2
al@20972 3 ORIGIN="http-parser"
claudinei@14877 4 PACKAGE="python-http-parser"
Hans-G?nter@21424 5 VERSION="0.9.0"
al@20972 6 CATEGORY="python"
al@20972 7 SHORT_DESC="HTTP request/response parser"
claudinei@14877 8 MAINTAINER="claudinei@slitaz.org"
pascal@15379 9 LICENSE="MIT"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20885 11 REPOLOGY="python:http-parser"
al@20885 12
al@20972 13 BUILD_DEPENDS="python-dev python3-dev"
al@20972 14 SPLIT="${PACKAGE/python/python3}:3"
claudinei@14877 15
Hans-G?nter@21424 16 #HOST_ARCH
Hans-G?nter@21424 17
Hans-G?nter@21424 18 compile_rules()
Hans-G?nter@21424 19 {
al@20972 20 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
claudinei@14877 21 }
claudinei@14877 22
Hans-G?nter@21424 23 genpkg_rules()
Hans-G?nter@21424 24 {
al@20972 25 copy @std
al@20972 26 py="${PACKAGE%%-*}" # python/python3
Hans-G?nter@21424 27
al@20972 28 DEPENDS="$py"
claudinei@14877 29 }