diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-11 08:38:30 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-11 14:07:30 +0000 |
commit | 51babef69ec5b87079d8a4d83973d557e17826d0 (patch) | |
tree | b79eb59ce9ee91d38d0a2b9117cfb910302a53d4 /testing/py-paramiko/APKBUILD | |
parent | 4582909302a9f4e3e67786b1d80ed04e51c35088 (diff) | |
download | aports-51babef69ec5b87079d8a4d83973d557e17826d0.tar.bz2 aports-51babef69ec5b87079d8a4d83973d557e17826d0.tar.xz |
testing/py-paramiko: upgrade to 1.9.0
Diffstat (limited to 'testing/py-paramiko/APKBUILD')
-rw-r--r-- | testing/py-paramiko/APKBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/testing/py-paramiko/APKBUILD b/testing/py-paramiko/APKBUILD index c09e6f2e14..e4e142cb4f 100644 --- a/testing/py-paramiko/APKBUILD +++ b/testing/py-paramiko/APKBUILD @@ -2,20 +2,20 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-paramiko _pkgname=paramiko -pkgver=1.7.7.1 +pkgver=1.9.0 pkgrel=0 pkgdesc="SSH2 protocol library for Python" -url="http://www.lag.net/paramiko/" +url="https://github.com/paramiko/paramiko/" arch="noarch" license="LGPL2+" depends="py-crypto" depends_dev="" -makedepends="python-dev" +makedepends="python-dev py-setuptools" install="" subpackages="$pkgname-demos $pkgname-docs" -source="http://www.lag.net/paramiko/download/$_pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/$_pkgname-$pkgver +source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +_builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$_builddir" python setup.py build || return 1 @@ -38,4 +38,6 @@ docs() { mv "$_builddir"/docs "$subpkgdir"/usr/share/doc/"$pkgname"/ || return 1 } -md5sums="ce8e2c254378312a264206f65c354d72 paramiko-1.7.7.1.tar.gz" +md5sums="b78472021ff6586dd61ad6972032f54f paramiko-1.9.0.tar.gz" +sha256sums="cb99b74d9c53a23b92803c1c97fdb2bfdab7cd4fea888bd3b6438c127e3b29f5 paramiko-1.9.0.tar.gz" +sha512sums="2f91b68b8a652aa773d14cded7a5f17cf6d758624f981c68510ee3b1302b64ee9290830440dca1a1000b7974ef9dca4f0acd13d01958433b6f35ae8a13e1c0a2 paramiko-1.9.0.tar.gz" |