wok-next view 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
line source
1 # SliTaz package receipt v2.
3 ORIGIN="paramiko"
4 PACKAGE="python-paramiko"
5 VERSION="2.4.2"
6 CATEGORY="python"
7 SHORT_DESC="SSH2 protocol library"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL2.1"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 #HOST_ARCH="any"
12 REPOLOGY="python:paramiko"
14 COOKOPTS="force-arch" # arch-specific .so in python3-paramiko on x86_64
16 BUILD_DEPENDS="python python-bcrypt python-cryptography python-pyasn1 \
17 python-pynacl \
18 python3 python3-bcrypt python3-cryptography python3-pyasn1 python3-pynacl"
19 SPLIT="${PACKAGE/python/python3}:3"
21 compile_rules() {
22 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
23 }
25 genpkg_rules() {
26 copy @std
27 py="${PACKAGE%%-*}" # python/python3
28 DEPENDS="$py $py-bcrypt $py-cryptography $py-pyasn1 $py-pynacl"
29 TAGS="ssh"
30 }