diff options
author | 2020-12-02 20:55:13 -0500 | |
---|---|---|
committer | 2020-12-02 20:55:13 -0500 | |
commit | 203d995ae300e370d2e8cac9dab94d98ffe58670 (patch) | |
tree | e5880dbeb46bd3f6dd5b7cc6f5112abc52320842 /dev-python/sshtunnel/sshtunnel-0.3.1.ebuild | |
parent | dev-python/fleep: add py3_{8,9} (diff) | |
download | gentoo-203d995ae300e370d2e8cac9dab94d98ffe58670.tar.gz gentoo-203d995ae300e370d2e8cac9dab94d98ffe58670.tar.bz2 gentoo-203d995ae300e370d2e8cac9dab94d98ffe58670.zip |
dev-python/sshtunnel: Bump to 0.3.1
Bug: https://bugs.gentoo.org/746779
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-python/sshtunnel/sshtunnel-0.3.1.ebuild')
-rw-r--r-- | dev-python/sshtunnel/sshtunnel-0.3.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild b/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild new file mode 100644 index 000000000000..2f97b87074f3 --- /dev/null +++ b/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="Pure Python SSH tunnels" +HOMEPAGE="https://pypi.org/project/sshtunnel/" +SRC_URI="mirror://pypi/s/sshtunnel/${P}.tar.gz" + +KEYWORDS="~amd64 ~arm ~x86" +LICENSE="MIT" +SLOT="0" + +IUSE="" + +RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +RESTRICT="test" |