wok-next annotate python-chardet/receipt @ rev 21212

updated barnyard2 (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Mon Dec 02 17:16:10 2019 +0100 (2019-12-02)
parents c9a7a7b42a86
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
slaxemulator@6839 2
al@20972 3 ORIGIN="chardet"
slaxemulator@6839 4 PACKAGE="python-chardet"
al@20972 5 VERSION="3.0.4"
slaxemulator@6839 6 CATEGORY="development"
al@19763 7 SHORT_DESC="Python module for character encoding auto-detection"
slaxemulator@6839 8 MAINTAINER="devel@slitaz.org"
pascal@15378 9 LICENSE="LGPL2.1"
al@21041 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 HOST_ARCH="any"
al@20885 12 REPOLOGY="python:chardet"
slaxemulator@6839 13
al@20972 14 BUILD_DEPENDS="python python3"
al@20972 15 SPLIT="${PACKAGE/python/python3}:3"
slaxemulator@6839 16
slaxemulator@6839 17 compile_rules() {
al@20972 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
slaxemulator@6839 19 }
al@18077 20
al@20443 21 genpkg_rules() {
al@19763 22 copy @std
al@20972 23 py="${PACKAGE%%-*}" # python/python3
al@20972 24 DEPENDS="$py"
slaxemulator@6839 25 }