python-paramiko: drop package
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
# Template file for 'python-paramiko'
|
|
||||||
pkgname=python-paramiko
|
|
||||||
version=2.7.1
|
|
||||||
revision=1
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="${pkgname/python-/}-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-cryptography python-pyasn1 python-bcrypt python-pynacl"
|
|
||||||
short_desc="Python2 SSH2 protocol library"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
license="LGPL-2.1-or-later"
|
|
||||||
homepage="http://www.paramiko.org/"
|
|
||||||
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
|
||||||
checksum=920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
|
|
||||||
|
|
||||||
python3-paramiko_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
python-paramiko
|
|
||||||
14
srcpkgs/python3-paramiko/template
Normal file
14
srcpkgs/python3-paramiko/template
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Template file for 'python3-paramiko'
|
||||||
|
pkgname=python3-paramiko
|
||||||
|
version=2.7.1
|
||||||
|
revision=2
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
|
||||||
|
short_desc="Python3 SSH2 protocol library"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="http://www.paramiko.org/"
|
||||||
|
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
||||||
|
checksum=920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
|
||||||
Reference in New Issue
Block a user