From 8d38cc5095f28f55b68c0f0bc5ec956eff45f354 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Tue, 28 Apr 2020 18:45:43 -0700 Subject: [PATCH] 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 --- dev-python/python-sshpubkeys/Manifest | 1 + dev-python/python-sshpubkeys/metadata.xml | 8 +++++ .../python-sshpubkeys-3.1.0.ebuild | 31 +++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-python/python-sshpubkeys/Manifest create mode 100644 dev-python/python-sshpubkeys/metadata.xml create mode 100644 dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild diff --git a/dev-python/python-sshpubkeys/Manifest b/dev-python/python-sshpubkeys/Manifest new file mode 100644 index 000000000000..90314609466a --- /dev/null +++ b/dev-python/python-sshpubkeys/Manifest @@ -0,0 +1 @@ +DIST python-sshpubkeys-3.1.0.tar.gz 55289 BLAKE2B bf1836c173b542f0edc8dc0635a1f5bf109ef95936ffbabf6bbb79ac3bc34c10a769733d622c338b1f3a87d5be84b89ea9779f7fa293cad706f364d5e8867afc SHA512 4f07cb7bd2b1839a63bff842660499cee816e8675d8fde1e84ee567e354c82677a69e539b99505c6d1c5e0e7a5962a36175eb0cfcc763886a33952d2346c3405 diff --git a/dev-python/python-sshpubkeys/metadata.xml b/dev-python/python-sshpubkeys/metadata.xml new file mode 100644 index 000000000000..56cae167d372 --- /dev/null +++ b/dev-python/python-sshpubkeys/metadata.xml @@ -0,0 +1,8 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + + 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 -- 2.26.2