Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP 2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View file

@ -6,18 +6,12 @@ wrksrc="${pkgname/python-/}-${version}"
build_style=python-module
hostmakedepends="python"
makedepends="python-devel python-ecdsa pycrypto"
noarch="yes"
pycompile_module="paramiko"
depends="python 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
}
}