wok-next annotate python-pytz/receipt @ rev 20444
python-pip and setuptools are parts of python package.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Feb 26 04:46:49 2018 +0200 (2018-02-26) |
parents | 0e7893ac206d |
children | 542df2bfb7b5 |
rev | line source |
---|---|
claudinei@3416 | 1 # SliTaz package receipt. |
claudinei@3416 | 2 |
claudinei@3416 | 3 PACKAGE="python-pytz" |
al@20443 | 4 VERSION="2018.3" |
claudinei@3416 | 5 CATEGORY="development" |
al@19763 | 6 SHORT_DESC="World Timezone Definitions for Python" |
claudinei@3416 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15378 | 8 LICENSE="MIT" |
al@19763 | 9 WEB_SITE="https://pypi.python.org/pypi/pytz" |
claudinei@3416 | 10 |
al@20444 | 11 BUILD_DEPENDS="python" |
pascal@15378 | 12 |
al@20443 | 13 compile_rules() { |
al@19763 | 14 pip install --no-compile --root=$DESTDIR pytz |
claudinei@3416 | 15 } |
claudinei@3416 | 16 |
al@20443 | 17 genpkg_rules() { |
al@19763 | 18 copy @std |
al@19763 | 19 DEPENDS="python" |
claudinei@3416 | 20 } |