diff options
author | 2016-01-15 12:10:45 +0100 | |
---|---|---|
committer | 2016-01-15 13:32:09 +0100 | |
commit | e8b7ac6a69f6d016b296ab73e2e3a63cb1c7c74e (patch) | |
tree | 1b32649376f7972c7c32ea35d7101d0bb4a518f6 /dev-python/paramiko/paramiko-1.15.3.ebuild | |
parent | dev-python/ecdsa: Drop old (diff) | |
download | gentoo-e8b7ac6a69f6d016b296ab73e2e3a63cb1c7c74e.tar.gz gentoo-e8b7ac6a69f6d016b296ab73e2e3a63cb1c7c74e.tar.bz2 gentoo-e8b7ac6a69f6d016b296ab73e2e3a63cb1c7c74e.zip |
dev-python/paramiko: Drop old
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/paramiko/paramiko-1.15.3.ebuild')
-rw-r--r-- | dev-python/paramiko/paramiko-1.15.3.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/paramiko/paramiko-1.15.3.ebuild b/dev-python/paramiko/paramiko-1.15.3.ebuild deleted file mode 100644 index c8150652ad30..000000000000 --- a/dev-python/paramiko/paramiko-1.15.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="SSH2 protocol library" -HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" -IUSE="doc examples" - -RDEPEND=" - >=dev-python/pycrypto-2.1[${PYTHON_USEDEP}] - !=dev-python/pycrypto-2.4[${PYTHON_USEDEP}] - >=dev-python/ecdsa-0.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -# Required for testsuite -DISTUTILS_IN_SOURCE_BUILD=1 - -python_test() { - "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/. ) - use examples && local EXAMPLES=( demos/. ) - - distutils-r1_python_install_all -} |