diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2019-06-21 07:49:39 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2019-06-21 07:49:47 -0400 |
commit | 26e44933f80f8d0a9c1589e387fa4d7571d5dc7d (patch) | |
tree | 7765b9afe6afd5154d37a88222e997b05162f35d /dev-python/sshtunnel | |
parent | dev-db/pgadmin3,profiles/package.mask: Removal (diff) | |
download | gentoo-26e44933f80f8d0a9c1589e387fa4d7571d5dc7d.tar.gz gentoo-26e44933f80f8d0a9c1589e387fa4d7571d5dc7d.tar.bz2 gentoo-26e44933f80f8d0a9c1589e387fa4d7571d5dc7d.zip |
dev-python/sshtunnel: Cleanup
Closes: https://bugs.gentoo.org/683774
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-python/sshtunnel')
-rw-r--r-- | dev-python/sshtunnel/sshtunnel-0.1.4-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/sshtunnel/sshtunnel-0.1.4-r1.ebuild b/dev-python/sshtunnel/sshtunnel-0.1.4-r1.ebuild deleted file mode 100644 index 64c28cd23723..000000000000 --- a/dev-python/sshtunnel/sshtunnel-0.1.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Pure python SSH tunnels" -HOMEPAGE="https://pypi.python.org/pypi/sshtunnel" -SRC_URI="mirror://pypi/s/sshtunnel/${P}.tar.gz" - -KEYWORDS="amd64 ~arm ~x86" -LICENSE="MIT" -SLOT="0" - -IUSE="test" - -RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" - -python_test() { - py.test --showlocals --cov sshtunnel --durations=10 -n4 tests -} |