public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac.paragon@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/keyrings-alt/
Date: Thu,  8 Sep 2022 11:31:31 +0000 (UTC)	[thread overview]
Message-ID: <1662636643.ce639ba0f686a97742b85d1527c706298ced2344.viorel_munteanu@gentoo> (raw)

commit:     ce639ba0f686a97742b85d1527c706298ced2344
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Thu Sep  8 11:30:43 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Thu Sep  8 11:30:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce639ba0

dev-python/keyrings-alt: add 4.1.2

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/keyrings-alt/Manifest                  |  1 +
 dev-python/keyrings-alt/keyrings-alt-4.1.2.ebuild | 34 +++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/keyrings-alt/Manifest b/dev-python/keyrings-alt/Manifest
index 0d3b49119..45f6ca5e2 100644
--- a/dev-python/keyrings-alt/Manifest
+++ b/dev-python/keyrings-alt/Manifest
@@ -1,2 +1,3 @@
 DIST keyrings-alt-4.1.0.tar.gz 26104 BLAKE2B 51b2bfa7d67182fa47e2994f50a8a1c9a94c8eb138e4957f1f33296f4c8696c06405953f9b10a57154d1e32f606db14810612a3526d727a8a6bcd468dbb02523 SHA512 941793b72688b182002793c14e4df84c79d8864fa3033d25326af8fd8cc90c500b10b53827916240f242490f60a9fd638873cedc3b8b04455a2621c756228bf8
 DIST keyrings-alt-4.1.1.gh.tar.gz 26654 BLAKE2B c212abc663fffa28252e3286870d43caf907a55dc240eac4e19a37d88de0c3f9ae23b77e5ffa706a740876b89406d382cb7b0a3c6374ad30885e99127c37aeb6 SHA512 ba9f30ed30cc90a569dae76ffb4b9e7b97be0d63d5d683ab9ffc45cf866bc394b70cec3ba0bfbc3a5344c3853155b460c0fe3887a2b66a220d04270d6da746d8
+DIST keyrings-alt-4.1.2.gh.tar.gz 26661 BLAKE2B 14d0f0647441dbf74c7378c7546becbc800dc0b1693b5569261283c355dd41d3afcbb600e559b3c921395e13382dcef5de23a8b60bdf0f2db7b71902fbba5fe8 SHA512 a4c46f8a61bef65c6962ca78d0176a937a8267cdd10d9195b1d313fd4a6653cf3b736c0fcfe8cd40d73e6e69c1ff23a1e6550624cbdf5a8a94a299ce597aa61d

diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.2.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.2.ebuild
new file mode 100644
index 000000000..06b7d698a
--- /dev/null
+++ b/dev-python/keyrings-alt/keyrings-alt-4.1.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+DESCRIPTION="Alternate keyring backend implementations for use with the keyring package"
+HOMEPAGE="
+	https://github.com/jaraco/keyrings.alt
+	https://pypi.org/project/keyrings.alt/
+"
+SRC_URI="https://github.com/jaraco/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/jaraco-classes[${PYTHON_USEDEP}]
+	dev-python/keyring[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+# dev-python/jaraco-packaging removed, cannot build docs
+
+pkg_setup() {
+	export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}
+
+S="${WORKDIR}/${MY_PN}-${PV}"


             reply	other threads:[~2022-09-08 11:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 11:31 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-23 16:43 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/keyrings-alt/ Michał Górny
2022-09-11 17:41 Viorel Munteanu
2022-09-08 11:31 Viorel Munteanu
2022-09-06  6:49 Viorel Munteanu
2022-09-04  6:59 Viorel Munteanu
2022-07-03 11:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-07-03 11:43 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-03-25 15:17 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-03-23 16:17 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-18  7:34 Viorel Munteanu
2022-01-10 13:10 Andrew Ammerlaan
2022-01-09 11:32 Viorel Munteanu
2022-01-03 18:06 Viorel Munteanu
2021-12-29 12:07 Viorel Munteanu
2021-12-28 12:37 Viorel Munteanu
2021-12-28 10:58 Viorel Munteanu
2021-12-25 13:34 Viorel Munteanu
2021-12-24 18:03 Viorel Munteanu

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=1662636643.ce639ba0f686a97742b85d1527c706298ced2344.viorel_munteanu@gentoo \
    --to=ceamac.paragon@gmail.com \
    --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