wok-next view python-chardet/receipt @ rev 20834

prosody: interesting, requires lua 5.1, and not 5.3
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:14:11 2018 +0000 (2018-06-17)
parents 6c73b944e8dd
children 9b3461bf373c
line source
1 # SliTaz package receipt.
3 PACKAGE="python-chardet"
4 VERSION="latest"
5 CATEGORY="development"
6 SHORT_DESC="Python module for character encoding auto-detection"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://pypi.python.org/pypi/chardet"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR chardet
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*chardet-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python"
21 }