Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/keyrings-alt/
Date: Thu, 08 Sep 2022 11:31:35
Message-Id: 1662636671.bea67c604a2ba22e32cc9800aa219e182e553816.viorel_munteanu@gentoo
1 commit: bea67c604a2ba22e32cc9800aa219e182e553816
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 8 11:31:11 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Thu Sep 8 11:31:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bea67c60
7
8 dev-python/keyrings-alt: drop 4.1.0, 4.1.1
9
10 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
11
12 dev-python/keyrings-alt/Manifest | 2 --
13 dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild | 39 -----------------------
14 dev-python/keyrings-alt/keyrings-alt-4.1.1.ebuild | 33 -------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/dev-python/keyrings-alt/Manifest b/dev-python/keyrings-alt/Manifest
18 index 45f6ca5e2..893bfa4be 100644
19 --- a/dev-python/keyrings-alt/Manifest
20 +++ b/dev-python/keyrings-alt/Manifest
21 @@ -1,3 +1 @@
22 -DIST keyrings-alt-4.1.0.tar.gz 26104 BLAKE2B 51b2bfa7d67182fa47e2994f50a8a1c9a94c8eb138e4957f1f33296f4c8696c06405953f9b10a57154d1e32f606db14810612a3526d727a8a6bcd468dbb02523 SHA512 941793b72688b182002793c14e4df84c79d8864fa3033d25326af8fd8cc90c500b10b53827916240f242490f60a9fd638873cedc3b8b04455a2621c756228bf8
23 -DIST keyrings-alt-4.1.1.gh.tar.gz 26654 BLAKE2B c212abc663fffa28252e3286870d43caf907a55dc240eac4e19a37d88de0c3f9ae23b77e5ffa706a740876b89406d382cb7b0a3c6374ad30885e99127c37aeb6 SHA512 ba9f30ed30cc90a569dae76ffb4b9e7b97be0d63d5d683ab9ffc45cf866bc394b70cec3ba0bfbc3a5344c3853155b460c0fe3887a2b66a220d04270d6da746d8
24 DIST keyrings-alt-4.1.2.gh.tar.gz 26661 BLAKE2B 14d0f0647441dbf74c7378c7546becbc800dc0b1693b5569261283c355dd41d3afcbb600e559b3c921395e13382dcef5de23a8b60bdf0f2db7b71902fbba5fe8 SHA512 a4c46f8a61bef65c6962ca78d0176a937a8267cdd10d9195b1d313fd4a6653cf3b736c0fcfe8cd40d73e6e69c1ff23a1e6550624cbdf5a8a94a299ce597aa61d
25
26 diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
27 deleted file mode 100644
28 index 9349690da..000000000
29 --- a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 2021-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit distutils-r1
40 -
41 -MY_PN=${PN/-/.}
42 -DESCRIPTION="Alternate keyring backend implementations for use with the keyring package"
43 -HOMEPAGE="
44 - https://github.com/jaraco/keyrings.alt
45 - https://pypi.org/project/keyrings.alt/
46 -"
47 -SRC_URI="https://github.com/jaraco/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -RDEPEND="
54 - dev-python/keyring[${PYTHON_USEDEP}]
55 -"
56 -BDEPEND="
57 - >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
58 -"
59 -
60 -distutils_enable_tests pytest
61 -# dev-python/jaraco-packaging removed
62 -# distutils_enable_sphinx docs \
63 -# dev-python/rst-linker \
64 -# dev-python/jaraco-packaging
65 -
66 -pkg_setup() {
67 - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
68 -}
69 -
70 -S="${WORKDIR}/${MY_PN}-${PV}"
71
72 diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.1.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.1.ebuild
73 deleted file mode 100644
74 index 7f1cf1761..000000000
75 --- a/dev-python/keyrings-alt/keyrings-alt-4.1.1.ebuild
76 +++ /dev/null
77 @@ -1,33 +0,0 @@
78 -# Copyright 2021-2022 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=8
82 -
83 -DISTUTILS_USE_PEP517=setuptools
84 -PYTHON_COMPAT=( python3_{8..10} )
85 -inherit distutils-r1
86 -
87 -MY_PN=${PN/-/.}
88 -DESCRIPTION="Alternate keyring backend implementations for use with the keyring package"
89 -HOMEPAGE="
90 - https://github.com/jaraco/keyrings.alt
91 - https://pypi.org/project/keyrings.alt/
92 -"
93 -SRC_URI="https://github.com/jaraco/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~x86"
98 -
99 -RDEPEND="
100 - dev-python/keyring[${PYTHON_USEDEP}]
101 -"
102 -
103 -distutils_enable_tests pytest
104 -# dev-python/jaraco-packaging removed, cannot build docs
105 -
106 -pkg_setup() {
107 - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
108 -}
109 -
110 -S="${WORKDIR}/${MY_PN}-${PV}"