wok-next view python-dateutil/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 9b3461bf373c
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="python-dateutil"
4 PACKAGE="python-dateutil"
5 VERSION="2.7.3"
6 CATEGORY="development"
7 SHORT_DESC="Extensions to the standart python 2.3+ datetime module"
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="PSL"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="python:dateutil"
14 BUILD_DEPENDS="python python-six python3 python3-six"
15 SPLIT="${PACKAGE/python/python3}:3"
17 compile_rules() {
18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
19 }
21 genpkg_rules() {
22 copy @std
23 py=${PACKAGE%%-*} # python/python3
24 DEPENDS="$py $py-six"
25 }