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

Up palemoon (27.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Sep 27 20:45:12 2017 +0200 (2017-09-27)
parents 9e01bc6321ea
children 0e7893ac206d
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pytz"
4 VERSION="2017.2"
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 # Rules to configure and make the package.
14 compile_rules()
15 {
16 pip install --no-compile --root=$DESTDIR pytz
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="python"
24 }