wok-next annotate python-twodict/receipt @ rev 21701

updated gpodder (3.5.2 -> 3.10.16)
author Hans-G?nter Theisgen
date Wed Jul 01 14:05:54 2020 +0100 (2020-07-01)
parents 270c09f6a958
children
rev   line source
al@20934 1 # SliTaz package receipt v2.
al@20934 2
al@20972 3 ORIGIN="twodict"
al@20934 4 PACKAGE="python-twodict"
al@20972 5 VERSION="1.2"
al@20934 6 CATEGORY="python"
al@20934 7 SHORT_DESC="Simple two way ordered dictionary for Python"
al@20934 8 MAINTAINER="al.bobylev@gmail.com"
al@20934 9 LICENSE="PublicDomain"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20934 11 HOST_ARCH="any"
al@20934 12 REPOLOGY="python:twodict"
al@20934 13
al@20972 14 BUILD_DEPENDS="python python3"
al@20972 15 SPLIT="${PACKAGE/python/python3}:3"
al@20934 16
al@20934 17 compile_rules() {
al@20972 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
al@20934 19 }
al@20934 20
al@20934 21 genpkg_rules() {
al@20934 22 copy @std
al@20972 23 py="${PACKAGE%%-*}" # python/python3
al@20972 24 DEPENDS="$py"
al@20934 25 }