wok-next view python-pytz/receipt @ rev 20883

Check Repology info from h* to l* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 11 02:06:34 2018 +0300 (2018-07-11)
parents 6c73b944e8dd
children 92698cd69f34
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pytz"
4 VERSION="latest"
5 CATEGORY="development"
6 SHORT_DESC="World Timezone Definitions for Python"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/pytz"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR pytz
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*pytz-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python"
21 }