wok-next annotate python-pyasn1/receipt @ rev 21307

updated hydra (7.3 -> 9.0)
author Hans-G?nter Theisgen
date Tue Dec 10 10:07:48 2019 +0100 (2019-12-10)
parents 92f1f4b98170
children
rev   line source
al@20924 1 # SliTaz package receipt v2.
pascal@18222 2
al@20972 3 ORIGIN="pyasn1"
pascal@18222 4 PACKAGE="python-pyasn1"
al@20972 5 VERSION="0.4.4"
al@20972 6 CATEGORY="python"
al@20924 7 SHORT_DESC="ASN.1 types and codecs"
pascal@18222 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18334 9 LICENSE="BSD"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20924 11 HOST_ARCH="any"
al@20924 12 REPOLOGY="python:pyasn1"
al@20887 13
al@20972 14 BUILD_DEPENDS="python python3"
al@20972 15 SPLIT="${PACKAGE/python/python3}:3"
pascal@18222 16
al@20924 17 compile_rules() {
al@20972 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
pascal@18222 19 }
pascal@18222 20
al@20924 21 genpkg_rules() {
al@20924 22 copy @std
al@20972 23 py=${PACKAGE%%-*} # python/python3
al@20972 24 DEPENDS="$py"
pascal@18222 25 }