wok-next annotate python-dateutil/receipt @ rev 21267

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
parents 9b3461bf373c
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
claudinei@3828 2
al@20972 3 ORIGIN="python-dateutil"
claudinei@3828 4 PACKAGE="python-dateutil"
al@20972 5 VERSION="2.7.3"
claudinei@3828 6 CATEGORY="development"
claudinei@3828 7 SHORT_DESC="Extensions to the standart python 2.3+ datetime module"
claudinei@3828 8 MAINTAINER="claudinei@slitaz.org"
pascal@15378 9 LICENSE="PSL"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 HOST_ARCH="any"
al@20885 12 REPOLOGY="python:dateutil"
al@20885 13
al@20972 14 BUILD_DEPENDS="python python-six python3 python3-six"
al@20972 15 SPLIT="${PACKAGE/python/python3}:3"
claudinei@3828 16
al@20972 17 compile_rules() {
al@20972 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
claudinei@3828 19 }
claudinei@3828 20
al@20972 21 genpkg_rules() {
al@20972 22 copy @std
al@20972 23 py=${PACKAGE%%-*} # python/python3
al@20972 24 DEPENDS="$py $py-six"
claudinei@3828 25 }