From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sshpubkeys/
Date: Wed, 29 Apr 2020 02:07:25 +0000 (UTC) [thread overview]
Message-ID: <1588124901.8d38cc5095f28f55b68c0f0bc5ec956eff45f354.chutzpah@gentoo> (raw)
commit: 8d38cc5095f28f55b68c0f0bc5ec956eff45f354
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Wed Apr 29 01:45:43 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 01:48:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d38cc50
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 <AT> gentoo.org>
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(+)
diff --git a/dev-python/python-sshpubkeys/Manifest b/dev-python/python-sshpubkeys/Manifest
new file mode 100644
index 00000000000..90314609466
--- /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 00000000000..56cae167d37
--- /dev/null
+++ b/dev-python/python-sshpubkeys/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+</pkgmetadata>
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 00000000000..21e44f995cd
--- /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
next reply other threads:[~2020-04-29 2:07 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-29 2:07 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-06-10 19:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sshpubkeys/ Michał Górny
2020-06-10 20:50 Michał Górny
2020-06-11 8:34 Agostino Sarubbo
2020-06-25 7:00 Agostino Sarubbo
2020-08-18 5:28 Sam James
2021-01-24 19:50 Michał Górny
2021-01-25 8:09 Michał Górny
2021-02-05 1:01 Michał Górny
2021-02-24 21:43 Michał Górny
2021-02-26 8:09 Agostino Sarubbo
2021-02-26 8:30 Michał Górny
2021-03-07 19:46 Sam James
2021-03-07 22:39 Michał Górny
2021-06-05 17:59 Michał Górny
2021-12-13 3:09 Yixun Lan
2022-01-28 18:41 Arthur Zamarin
2022-05-18 14:22 Andrew Ammerlaan
2023-11-08 16:07 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588124901.8d38cc5095f28f55b68c0f0bc5ec956eff45f354.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox