wok-next annotate python-paramiko/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents c9a7a7b42a86
children
rev   line source
al@20924 1 # SliTaz package receipt v2.
al@20924 2
al@20972 3 ORIGIN="paramiko"
al@20924 4 PACKAGE="python-paramiko"
al@20972 5 VERSION="2.4.2"
al@20972 6 CATEGORY="python"
al@20924 7 SHORT_DESC="SSH2 protocol library"
al@20924 8 MAINTAINER="pascal.bellard@slitaz.org"
al@20924 9 LICENSE="LGPL2.1"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@21100 11 #HOST_ARCH="any"
al@20924 12 REPOLOGY="python:paramiko"
al@20924 13
al@21100 14 COOKOPTS="force-arch" # arch-specific .so in python3-paramiko on x86_64
al@21100 15
al@20972 16 BUILD_DEPENDS="python python-bcrypt python-cryptography python-pyasn1 \
al@20972 17 python-pynacl \
al@20972 18 python3 python3-bcrypt python3-cryptography python3-pyasn1 python3-pynacl"
al@20972 19 SPLIT="${PACKAGE/python/python3}:3"
al@20924 20
al@20924 21 compile_rules() {
al@20972 22 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
al@20924 23 }
al@20924 24
al@20924 25 genpkg_rules() {
al@20924 26 copy @std
al@20972 27 py="${PACKAGE%%-*}" # python/python3
al@20972 28 DEPENDS="$py $py-bcrypt $py-cryptography $py-pyasn1 $py-pynacl"
al@20924 29 TAGS="ssh"
al@20924 30 }