wok-next annotate python-pytz/receipt @ rev 21602
updated dstat (0.7.3 -> 0.7.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 15:19:05 2020 +0100 (2020-06-24) |
parents | add7e3ca3657 |
children |
rev | line source |
---|---|
al@20948 | 1 # SliTaz package receipt v2. |
claudinei@3416 | 2 |
al@20972 | 3 ORIGIN="pytz" |
claudinei@3416 | 4 PACKAGE="python-pytz" |
al@20972 | 5 VERSION="2018.5" |
al@20972 | 6 CATEGORY="python" |
al@19763 | 7 SHORT_DESC="World Timezone Definitions for Python" |
al@20948 | 8 MAINTAINER="al.bobylev@gmail.com" |
pascal@15378 | 9 LICENSE="MIT" |
al@20972 | 10 WEB_SITE="https://pypi.org/project/$ORIGIN/" |
al@20972 | 11 HOST_ARCH="any" |
al@20887 | 12 REPOLOGY="python:pytz" |
claudinei@3416 | 13 |
al@20948 | 14 BUILD_DEPENDS="python python3" |
al@20972 | 15 SPLIT="${PACKAGE/python/python3}:3" |
pascal@15378 | 16 |
al@20443 | 17 compile_rules() { |
al@20972 | 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION |
claudinei@3416 | 19 } |
claudinei@3416 | 20 |
al@20443 | 21 genpkg_rules() { |
al@19763 | 22 copy @std |
al@20972 | 23 py="${PACKAGE%%-*}" # python/python3 |
al@20972 | 24 DEPENDS="$py" |
claudinei@3416 | 25 } |