wok-next annotate python-pathlib2/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
al@20972 2
al@20972 3 ORIGIN="pathlib2"
al@20972 4 PACKAGE="python-pathlib2"
al@20972 5 VERSION="2.3.2"
al@20972 6 CATEGORY="python"
al@20972 7 SHORT_DESC="Object-oriented filesystem paths"
al@20972 8 MAINTAINER="al.bobylev@gmail.com"
al@20972 9 LICENSE="MIT"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 HOST_ARCH="any"
al@20972 12 REPOLOGY="python:pathlib2"
al@20972 13
al@20972 14 BUILD_DEPENDS="python python-scandir python-six \
al@20972 15 python3 python3-six"
al@20972 16 SPLIT="${PACKAGE/python/python3}:3"
al@20972 17
al@20972 18 compile_rules() {
al@20972 19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
al@20972 20 }
al@20972 21
al@20972 22 genpkg_rules() {
al@20972 23 copy @std
al@20972 24 py="${PACKAGE%%-*}" # python/python3
al@20972 25 case $PACKAGE in
al@20972 26 python-*) DEPENDS="$py $py-scandir $py-six";;
al@20972 27 python3-*) DEPENDS="$py $py-six";;
al@20972 28 esac
al@20972 29 }