public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/
Date: Wed, 25 Apr 2018 02:40:56 +0000 (UTC)	[thread overview]
Message-ID: <1524623601.d3a0c9bd8ccc36b4cdacdddf266960a8c3c5c549.prometheanfire@gentoo> (raw)

commit:     d3a0c9bd8ccc36b4cdacdddf266960a8c3c5c549
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 02:33:21 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 02:33:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a0c9bd

dev-python/keyring: 12.0.2 and 12.1.0 bups

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-python/keyring/Manifest              |  2 ++
 dev-python/keyring/keyring-12.0.2.ebuild | 40 ++++++++++++++++++++++++++++++++
 dev-python/keyring/keyring-12.1.0.ebuild | 40 ++++++++++++++++++++++++++++++++
 3 files changed, 82 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 5217e9031cb..79ce055167f 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -2,3 +2,5 @@ DIST keyring-10.6.0.tar.gz 40782 BLAKE2B acd327711a8f7deb08d172000294d5f104e2d01
 DIST keyring-11.0.0.tar.gz 40883 BLAKE2B 50ce8bf1265899a3054edf2fabef75694190e06e83a56b5de8e76b3d6c4ea460971d74c1a03d936765914d3b2a1812836bb56363911b706d20d59c158e8478f2 SHA512 d4937e84e6de18ed8fcba02d2d297ecc5a6434623c362f5608141041acbc7bc27fbf94e54a5a503a02b725df737fa8505d0d91e2c3e84298fa4044d7dc99f207
 DIST keyring-11.1.0.tar.gz 25518 BLAKE2B 8b23853a15217a4d51a30d2add4f2e4eaa9af788c37fbb821bde69081d120f4a81560d2165b067b3eb299903a35d0316d944c3889c312745609085bb6ce29cec SHA512 3fb099f8a72c705ad1e2387b67ca3b9bf18615f9253e589bc8996e3b31db4b295a925ff95ef52da861e94ecf10d080db93bde1a7420e8de12448220abe2e016e
 DIST keyring-12.0.1.tar.gz 41430 BLAKE2B 5717aeab6cb25f909679565b16f9400c599b5bc235b459483e704446d52b1119598827140e44cbc39aff527e8e60a9ed66b2555527cb268a2daa843c42c41d03 SHA512 f55639429500b571ff648bac91dc63cad2988296bc9d89a69f0dfe4fffd62db5996acc2d88884a144aa63ed6e9b68c068bee8b3f0bdca8dc1c9120c08d0c77ec
+DIST keyring-12.0.2.tar.gz 41757 BLAKE2B 3cc08da13b475dd01eff33782494d580a231311778678646b44ee289a1fcdb9ae0cf431f8f678ad07418f9d829bb2ec651a343e2624624923632cb2c6bf9c5b9 SHA512 79fd05505b14cd60d6dd1f0d2843d79ce31730705d72459ea008101cb03d3e0249a1b48177c528f3bf475c8bd52142b4771ef00b3676ea730e0122b4930ccb4b
+DIST keyring-12.1.0.tar.gz 41959 BLAKE2B 203b1423485e10b04ae46dee23b0f7961a24743bc384fd50c9a1ce6b058decd091d3bebf5da1c8fdfb552dbcaeb79895dbcd3a4c6e79a5015a314cacbd991945 SHA512 b94f5cdb021b8b4fdb3a9aa95ae6b0f20e14bf2a1f0abdcbf0a3d6b41d3740d555e7313e561ce828c4652f34297933e7230ad64aa588880faf4ae144c35660d2

diff --git a/dev-python/keyring/keyring-12.0.2.ebuild b/dev-python/keyring/keyring-12.0.2.ebuild
new file mode 100644
index 00000000000..9b1aa8d10a2
--- /dev/null
+++ b/dev-python/keyring/keyring-12.0.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring"
+SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+	<dev-python/secretstorage-3.0.0[${PYTHON_USEDEP}]
+	dev-python/entrypoints[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest-runner[${PYTHON_USEDEP}]
+		>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+		dev-python/pytest-flake8[${PYTHON_USEDEP}]
+		dev-python/collective-checkdocs[${PYTHON_USEDEP}]
+	)"
+RDEPEND=""
+
+src_unpack() {
+	unpack $A
+	# This is an interactive test.
+	rm -f "${S}"/keyring/tests/backends/test_kwallet.py
+}
+
+python_test() {
+	py.test -v -v || die "testsuite failed under ${EPYTHON}"
+}

diff --git a/dev-python/keyring/keyring-12.1.0.ebuild b/dev-python/keyring/keyring-12.1.0.ebuild
new file mode 100644
index 00000000000..9b35a1c4afb
--- /dev/null
+++ b/dev-python/keyring/keyring-12.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring"
+SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+	dev-python/secretstorage[${PYTHON_USEDEP}]
+	dev-python/entrypoints[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest-runner[${PYTHON_USEDEP}]
+		>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+		dev-python/pytest-flake8[${PYTHON_USEDEP}]
+		dev-python/collective-checkdocs[${PYTHON_USEDEP}]
+	)"
+RDEPEND=""
+
+src_unpack() {
+	unpack $A
+	# This is an interactive test.
+	rm -f "${S}"/keyring/tests/backends/test_kwallet.py
+}
+
+python_test() {
+	py.test -v -v || die "testsuite failed under ${EPYTHON}"
+}


             reply	other threads:[~2018-04-25  2:41 UTC|newest]

Thread overview: 205+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-25  2:40 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-27  3:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/ Michał Górny
2024-10-12  7:28 Michał Górny
2024-09-21  7:41 Michał Górny
2024-09-18 14:03 Michał Górny
2024-08-17  7:51 Michał Górny
2024-08-17  7:43 Michał Górny
2024-08-03  5:03 Michał Górny
2024-07-05 18:52 Michał Górny
2024-05-28 12:10 Michał Górny
2024-05-14  6:48 Michał Górny
2024-05-11  8:13 Michał Górny
2024-05-11  7:16 Arthur Zamarin
2024-04-26 18:55 Michał Górny
2024-04-20  9:48 Michał Górny
2024-04-20  9:45 Michał Górny
2024-04-03  6:15 Michał Górny
2024-04-03  6:15 Michał Górny
2024-03-24 16:22 Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 15:01 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-28  4:03 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-13  5:28 Michał Górny
2023-08-23 23:37 Marek Szuba
2023-07-27  5:11 WANG Xuerui
2023-07-24 10:59 Michał Górny
2023-07-24  9:25 Jakov Smolić
2023-06-25  3:08 Michał Górny
2023-06-23  5:35 Michał Górny
2023-06-22  5:08 Michał Górny
2023-06-20  5:38 Michał Górny
2023-06-18 17:07 Michał Górny
2023-02-07  9:26 Michał Górny
2023-01-23 19:38 Michał Górny
2023-01-21  7:04 Arthur Zamarin
2023-01-21  7:01 Arthur Zamarin
2022-12-19  6:46 Michał Górny
2022-12-10  8:54 Michał Górny
2022-12-10  8:50 Arthur Zamarin
2022-11-19  8:44 Arthur Zamarin
2022-11-19  8:36 Arthur Zamarin
2022-11-05 20:35 Arthur Zamarin
2022-11-05  5:00 Michał Górny
2022-10-13  5:09 Michał Górny
2022-10-03  6:42 Michał Górny
2022-10-02 19:24 Arthur Zamarin
2022-09-22  7:40 Michał Górny
2022-09-11  5:31 Michał Górny
2022-09-10 22:57 Jakov Smolić
2022-09-05  7:18 Michał Górny
2022-09-01 19:42 Arthur Zamarin
2022-08-17 19:31 Arthur Zamarin
2022-08-17 18:52 Sam James
2022-08-08 19:18 Arthur Zamarin
2022-08-07 19:22 Arthur Zamarin
2022-07-14 18:34 Arthur Zamarin
2022-07-04  6:57 Michał Górny
2022-06-24 10:33 Michał Górny
2022-06-24  9:00 Arthur Zamarin
2022-06-08 19:40 Michał Górny
2022-06-02  8:33 Michał Górny
2022-05-24  6:16 Michał Górny
2022-05-23  6:34 Michał Górny
2022-05-02 19:38 Arthur Zamarin
2022-04-25 16:50 Sam James
2022-02-04 19:47 Arthur Zamarin
2022-02-04 12:04 Michał Górny
2022-02-03 21:34 Michał Górny
2022-02-03 21:00 Arthur Zamarin
2022-01-02 10:59 Michał Górny
2021-12-30 21:30 Michał Górny
2021-12-30 20:06 Arthur Zamarin
2021-12-28 20:53 Michał Górny
2021-12-28 20:21 Arthur Zamarin
2021-11-28 22:02 Michał Górny
2021-11-28 14:42 Michał Górny
2021-11-25  8:11 Michał Górny
2021-10-16  5:56 Michał Górny
2021-10-15 22:42 Sam James
2021-09-18 19:43 Michał Górny
2021-09-18 17:29 Sam James
2021-09-12 21:38 Michał Górny
2021-09-11 22:09 Michał Górny
2021-08-16  5:39 Michał Górny
2021-06-29  5:53 Yixun Lan
2021-06-02 16:12 Michał Górny
2021-04-27 18:22 Michał Górny
2021-04-09 22:25 Michał Górny
2021-04-09 22:17 Sam James
2021-03-30 11:10 Michał Górny
2021-03-30  9:27 Sam James
2021-03-26 12:37 Michał Górny
2021-03-06 16:38 Michał Górny
2021-03-02  8:25 Michał Górny
2021-03-02  1:34 Sam James
2021-02-27 21:30 Michał Górny
2021-02-27  8:09 Michał Górny
2021-02-24 22:30 Michał Górny
2021-02-24 22:05 Sam James
2021-01-26 21:20 Michał Górny
2021-01-25 14:29 Michał Górny
2021-01-25 14:04 Sam James
2021-01-25  8:21 Michał Górny
2020-12-31  8:50 Michał Górny
2020-12-31  1:17 Sam James
2020-12-30  8:34 Michał Górny
2020-12-22 23:35 Michał Górny
2020-12-22 20:06 Michał Górny
2020-11-28 15:26 Sam James
2020-11-07 21:25 Michał Górny
2020-10-01 12:22 Michał Górny
2020-09-30 23:31 Sam James
2020-09-18 15:19 Michał Górny
2020-09-08 23:06 Sam James
2020-09-06 17:34 Sam James
2020-08-31  7:26 Michał Górny
2020-08-23 15:18 Michał Górny
2020-08-03  7:48 Michał Górny
2020-08-03  7:48 Michał Górny
2020-08-01  8:53 Sergei Trofimovich
2020-07-28 17:28 Sergei Trofimovich
2020-07-25 14:08 Sam James
2020-07-16 19:34 Sam James
2020-07-09 10:55 Michał Górny
2020-07-09 10:55 Michał Górny
2020-06-01 17:02 Sergei Trofimovich
2020-05-31 10:04 Sergei Trofimovich
2020-05-30 14:37 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-29 15:43 Michał Górny
2020-05-28  7:06 Michał Górny
2020-05-27  7:03 Michał Górny
2020-05-27  6:11 Michał Górny
2020-05-04 11:21 Michał Górny
2020-03-27 21:06 Michał Górny
2020-03-25 12:08 Michał Górny
2020-03-25 12:08 Michał Górny
2020-02-05 15:48 Michał Górny
2019-04-25 15:54 Matthew Thode
2019-04-10 22:44 Matthew Thode
2019-03-25 21:24 Matthew Thode
2019-03-23 19:58 Matthew Thode
2018-09-07 22:56 Louis Sautier
2018-09-05 13:30 Louis Sautier
2018-09-05 13:30 Louis Sautier
2018-07-25 20:35 Matt Thode
2018-07-25 19:56 Matt Thode
2018-07-06  3:38 Matt Thode
2018-07-05 19:37 Matt Thode
2018-06-26 14:52 Matt Thode
2018-06-18  2:57 Matt Thode
2018-06-18  2:04 Matt Thode
2018-06-18  2:04 Matt Thode
2018-06-13 19:40 Matt Thode
2018-05-16  5:07 Matt Thode
2018-04-27  3:09 Matt Thode
2018-04-06 17:59 Matt Thode
2018-03-20  1:46 Matt Thode
2018-02-28 10:59 Matt Thode
2018-02-04  0:57 Matt Thode
2018-01-30  2:16 Matt Thode
2018-01-18 17:06 Matt Thode
2018-01-08 17:29 Matt Thode
2017-12-18  8:29 Matt Thode
2017-12-12 20:24 Matt Thode
2017-11-13  3:12 Matt Thode
2017-09-30  0:31 Matt Thode
2017-08-15 23:36 Robin H. Johnson
2017-07-29 19:32 Matt Thode
2017-07-05 21:57 Matt Thode
2017-06-26  4:00 Matt Thode
2017-06-23 19:26 Alexis Ballier
2017-06-05 16:09 Matt Thode
2017-05-07  3:36 Matt Thode
2017-05-07  3:36 Matt Thode
2017-04-11 14:00 Matt Thode
2017-03-29  0:22 Matt Thode
2017-03-21 16:35 Matt Thode
2017-02-28 16:46 Matt Thode
2017-01-11  8:14 Matt Thode
2017-01-09 18:31 Matt Thode
2017-01-03 17:03 Matt Thode
2017-01-03 17:03 Matt Thode
2016-12-28 19:50 Michael Palimaka
2016-12-05  0:45 Matt Thode
2016-11-20  2:28 Matt Thode
2016-11-15 20:31 Matt Thode
2016-11-15 19:59 Matt Thode
2016-10-20 23:47 Matt Thode
2016-09-26 12:36 Agostino Sarubbo
2016-07-15 16:02 Matt Thode
2016-06-27  3:14 Matt Thode
2016-05-01  2:32 Matt Thode
2016-04-02 20:26 Matt Thode
2016-03-12 23:34 Matt Thode
2016-03-09 17:51 Sebastien Fabbro
2016-02-12 22:02 Matt Thode
2016-02-05 19:45 Justin Lecher
2016-01-31 19:46 Matt Thode
2016-01-22 13:02 Ian Delaney
2016-01-18  3:52 Matt Thode
2016-01-18  3:49 Matt Thode

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=1524623601.d3a0c9bd8ccc36b4cdacdddf266960a8c3c5c549.prometheanfire@gentoo \
    --to=prometheanfire@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