summaryrefslogtreecommitdiff
path: root/dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-04-28 18:45:43 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-04-28 18:48:21 -0700
commit8d38cc5095f28f55b68c0f0bc5ec956eff45f354 (patch)
tree3ff78b7aea21552f0a81ca9b2dc156cae4ee9aec /dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild
parent201e4144c98e3e8708d280e330e6e7179e7374e6 (diff)
downloadgentoo-8d38cc5095f28f55b68c0f0bc5ec956eff45f354.tar.gz
gentoo-8d38cc5095f28f55b68c0f0bc5ec956eff45f354.tar.bz2
gentoo-8d38cc5095f28f55b68c0f0bc5ec956eff45f354.zip
dev-python/python-sshpubkeys: new package
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild')
-rw-r--r--dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild b/dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild
new file mode 100644
index 000000000000..21e44f995cd5
--- /dev/null
+++ b/dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="OpenSSH public key parser for Python"
+HOMEPAGE="https://pypi.org/project/sshpubkeys/ https://github.com/ojarva/python-sshpubkeys"
+SRC_URI="https://github.com/ojarva/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/ecdsa[${PYTHON_USEDEP}]
+ dev-python/yapf[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/twine[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest