commit:     eaae9c4b3f47aa5aa223f1a94687d6643286ffdc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 06:41:11 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 06:41:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaae9c4b

dev-python/keyring: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/keyring/Manifest              |  2 --
 dev-python/keyring/keyring-23.8.2.ebuild | 51 --------------------------------
 dev-python/keyring/keyring-23.9.0.ebuild | 51 --------------------------------
 3 files changed, 104 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index ea2ad57af626..eeb8480c04a1 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,2 @@
-DIST keyring-23.8.2.gh.tar.gz 45987 BLAKE2B 
3a8faf6487c2d4dd76e549585a236e4744e5a4d23a778515425e7e78c7161717c2d16b8f268fbc8b8c59d6fb3fb39fc789b0dd92363b6d61073047af8d99b804
 SHA512 
af5c764d355c548d1f1364006dbaf6ee366a7dbbda9649145dafa5d610a4691ab4488151c054359e26a467312653601ddf722bddf35deae309067355337eddec
-DIST keyring-23.9.0.gh.tar.gz 46610 BLAKE2B 
31581974d40d4fd0febd576db3967f29a09e9d9251c59fa2d0198cb80f3ec49d043fdde4002f3893cffce6936f4e9e2186457f870ba97e65a22c70a2741e17d3
 SHA512 
c8432d61ef94a56cd3aafa3f766cc1488585cadbea757eb63ba3d73a0b373ac949a27edba4b282ffb8629fcd9a3a6c0b0acea90dd377bf3f2fe5a290b82e4b44
 DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 
4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82
 SHA512 
e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623
 DIST keyring-23.9.3.gh.tar.gz 46913 BLAKE2B 
d55425c8e18f65362aab531b707e261b0990ab9c4f890286a63964fd2b29380ad9e2c19eae4c723848e3fcfff0eb6d3dcd4377e7151fa2dc5731987f2b468121
 SHA512 
8ee5da4f464fae90237f246037e2c675740dfda4945d6afcf2e5a4fdaf076766442590db92f9d32bda2dc820446a95a6e8ee3ccbccdb9c09e6c71bbd0e52f5b1

diff --git a/dev-python/keyring/keyring-23.8.2.ebuild 
b/dev-python/keyring/keyring-23.8.2.ebuild
deleted file mode 100644
index 0117af9dd0a3..000000000000
--- a/dev-python/keyring/keyring-23.8.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-       https://github.com/jaraco/keyring/
-       https://pypi.org/project/keyring/
-"
-SRC_URI="
-       https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-       >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-       >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
-       ' 3.8 3.9)
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-       # this test fails if importlib-metadata returns more than one
-       # entry, i.e. when keyring is installed already
-       tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-       # apparently does not unlock the keyring properly
-       tests/backends/test_libsecret.py
-       # hangs
-       tests/backends/test_kwallet.py
-)

diff --git a/dev-python/keyring/keyring-23.9.0.ebuild 
b/dev-python/keyring/keyring-23.9.0.ebuild
deleted file mode 100644
index a90ebe22521a..000000000000
--- a/dev-python/keyring/keyring-23.9.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-       https://github.com/jaraco/keyring/
-       https://pypi.org/project/keyring/
-"
-SRC_URI="
-       https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-       >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-       >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
-       ' 3.8 3.9)
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-       # this test fails if importlib-metadata returns more than one
-       # entry, i.e. when keyring is installed already
-       tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-       # apparently does not unlock the keyring properly
-       tests/backends/test_libsecret.py
-       # hangs
-       tests/backends/test_kwallet.py
-)

Reply via email to