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

Up adwaita-icon-theme, at-spi2-atk, at-spi2-core, elementary-icon-theme, gtk+, gtk+3, hydroxygen-iconset, libepoxy, paper-icon-theme, slitaz-icons-elementary, slitaz-icons-hydroxygen, slitaz-icons-paper. Add faience-icon-theme.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 17 16:45:06 2017 +0300 (2017-08-17)
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 }