From 9117ae58746fc59ff50d8cc19aff1f7d494447ac Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 1 Sep 2014 01:37:50 +0200 Subject: [PATCH] python-paramiko: update to 1.14.1 --- srcpkgs/python-paramiko/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-paramiko/template b/srcpkgs/python-paramiko/template index 6344314df37..7827eea8b46 100644 --- a/srcpkgs/python-paramiko/template +++ b/srcpkgs/python-paramiko/template @@ -1,14 +1,13 @@ # Template file for 'python-paramiko' pkgname=python-paramiko -version=1.14.0 +version=1.14.1 revision=1 noarch=yes wrksrc="${pkgname/python-/}-${version}" build_style=python-module python_versions="2.7 3.4" -hostmakedepends="python-devel python3.4-devel" -makedepends="${hostmakedepends} python-crypto python3.4-crypto python-ecdsa - python3.4-ecdsa" +hostmakedepends="python-setuptools python3.4-setuptools" +makedepends="python-crypto python3.4-crypto python-ecdsa python3.4-ecdsa" depends="python python-crypto python-ecdsa" pycompile_module="paramiko" short_desc="Python2 module that implements the SSH2 protocol" @@ -16,7 +15,7 @@ maintainer="Juan RP " homepage="https://github.com/paramiko/paramiko" license="LGPL-2.1" distfiles="https://pypi.python.org/packages/source/p/paramiko/paramiko-${version}.tar.gz" -checksum=6e606b4623fad4bf02c1aa5ade4c480b4514be90dbf2e096c643e56d1ead63e9 +checksum=02ef14cf8d116d71f44e84334b1cd5431e247501a9dbbbba4308786ac8b8aed0 python3.4-paramiko_package() { noarch=yes