New package: python-paramiko-1.12.0.
This commit is contained in:
parent
b5a9c1e0db
commit
f203cd998b
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python-paramiko/template
Normal file
23
srcpkgs/python-paramiko/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'python-paramiko'
|
||||||
|
pkgname=python-paramiko
|
||||||
|
version=1.12.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python"
|
||||||
|
makedepends="python-devel python-ecdsa pycrypto"
|
||||||
|
short_desc="Python module that implements the SSH2 protocol"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="https://github.com/paramiko/paramiko"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="http://pypi.python.org/packages/source/p/paramiko/paramiko-$version.tar.gz"
|
||||||
|
checksum=cc0c0549f611ccc1358a0e1c760e00074990adba723d4d647a2637a1fadbdd71
|
||||||
|
|
||||||
|
python-paramiko_package() {
|
||||||
|
noarch="yes"
|
||||||
|
pycompile_module="paramiko"
|
||||||
|
depends="python python-ecdsa pycrypto"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue