From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- dev-python/python-sshpubkeys/Manifest | 3 +++ dev-python/python-sshpubkeys/metadata.xml | 8 ++++++ .../python-sshpubkeys-3.1.0.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 42 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 (limited to 'dev-python/python-sshpubkeys') diff --git a/dev-python/python-sshpubkeys/Manifest b/dev-python/python-sshpubkeys/Manifest new file mode 100644 index 000000000000..282d01051a4f --- /dev/null +++ b/dev-python/python-sshpubkeys/Manifest @@ -0,0 +1,3 @@ +DIST python-sshpubkeys-3.1.0.tar.gz 55289 BLAKE2B bf1836c173b542f0edc8dc0635a1f5bf109ef95936ffbabf6bbb79ac3bc34c10a769733d622c338b1f3a87d5be84b89ea9779f7fa293cad706f364d5e8867afc SHA512 4f07cb7bd2b1839a63bff842660499cee816e8675d8fde1e84ee567e354c82677a69e539b99505c6d1c5e0e7a5962a36175eb0cfcc763886a33952d2346c3405 +EBUILD python-sshpubkeys-3.1.0.ebuild 730 BLAKE2B aaa3e6a6fdfdf57b3341bffcc3563bb413e402f365ea060946765e132a2e598bcd0a4312d4cf3c19099371c4354da2ca544ea099b85e235bcf70b1bc2b3edc2e SHA512 bd3c2ac8fe72ecc52ebee125ed19a7d7af76ec53e75aea3256486f0f111d883a2adae524a624bc88eccb67960ca08c6ca44b9f1c0ed01295190c03e7eb1d703a +MISC metadata.xml 255 BLAKE2B 2bb3830b8cec850703f7912f4c22f5b0abeabeed0715222bc56141779d02160773cfd0f85417c553c1cd8f2738bfeb78c56dffb8e648e572019319657646d1ba SHA512 522158915afe67937f81ba572a918a2de8ca1f8591e097da56799c97870d7c44756c1acd8224d63bd3375c2b9ebc0e1ce50816899117948a48065a27804883bf 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 -- cgit v1.2.3