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

Up gpm (1.20.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 16:28:35 2018 +0300 (2018-04-14)
parents 0e7893ac206d
children 542df2bfb7b5
rev   line source
slaxemulator@6839 1 # SliTaz package receipt.
slaxemulator@6839 2
slaxemulator@6839 3 PACKAGE="python-chardet"
al@19763 4 VERSION="3.0.4"
slaxemulator@6839 5 CATEGORY="development"
al@19763 6 SHORT_DESC="Python module for character encoding auto-detection"
slaxemulator@6839 7 MAINTAINER="devel@slitaz.org"
pascal@15378 8 LICENSE="LGPL2.1"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/chardet"
slaxemulator@6839 10
al@20444 11 BUILD_DEPENDS="python"
slaxemulator@6839 12
slaxemulator@6839 13 compile_rules() {
al@19763 14 pip install --no-compile --root=$DESTDIR chardet
slaxemulator@6839 15 }
al@18077 16
al@20443 17 genpkg_rules() {
al@19763 18 copy @std
al@19763 19 DEPENDS="python"
slaxemulator@6839 20 }