void-packages/srcpkgs/python-paramiko/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

26 lines
837 B
Bash

# Template file for 'python-paramiko'
pkgname=python-paramiko
version=2.4.0
revision=1
noarch=yes
wrksrc="${pkgname/python-/}-${version}"
build_style=python-module
pycompile_module="paramiko"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-cryptography python-pyasn1 python-bcrypt python-pynacl"
short_desc="Python2 SSH2 protocol library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.paramiko.org/"
license="LGPL-2.1"
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
checksum=486f637f0a33a4792e0e567be37426c287efaa8c4c4a45e3216f9ce7fd70b1fc
python3-paramiko_package() {
noarch=yes
pycompile_module="paramiko"
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}