Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/
Date: Fri, 24 Jun 2022 10:33:39
Message-Id: 1656066470.bb9530d96788aa14c4380b732ccc1cc48defd6b2.mgorny@gentoo
1 commit: bb9530d96788aa14c4380b732ccc1cc48defd6b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 10:27:50 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 10:27:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9530d9
7
8 dev-python/keyring: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/keyring/Manifest | 2 --
13 dev-python/keyring/keyring-23.5.0.ebuild | 52 -----------------------------
14 dev-python/keyring/keyring-23.5.1.ebuild | 56 --------------------------------
15 3 files changed, 110 deletions(-)
16
17 diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
18 index 87ffeb78c997..92d65cc38fab 100644
19 --- a/dev-python/keyring/Manifest
20 +++ b/dev-python/keyring/Manifest
21 @@ -1,3 +1 @@
22 -DIST keyring-23.5.0.tar.gz 44586 BLAKE2B 70179f8353147679f03c888b1af00d2461264e7a7062eb7b1372615ae883f43352999ce57e24f3378ac66d5e74a81df66702bf380eb32d6d3554777e9ca63dfe SHA512 639d1cdece5dac854053818f3a4751b30fb9f13a2b3abb0090ba0cb519b50604858673678fe6205c2ec10be863e5f3d63cc7891424beabe2482d35b820a60da1
23 -DIST keyring-23.5.1.gh.tar.gz 44938 BLAKE2B 65c03e58ae8de844c1ed58486fd6348a1c7063025d92f9857c972cb3b2f29f4726dd03d25ff04329170719478ec5334f922556ef8598416d0ee07af6fb23c167 SHA512 521dd393221287840a5e9d22e94714d88ebb3ac26e87a72dae4958b7d63900cc445bdd087c2192353cdcd72b380d17838e93c4d9e1012f13e026ea27def11f38
24 DIST keyring-23.6.0.gh.tar.gz 45236 BLAKE2B 98ea183760da39512fcebd93b182b10f031853ee88d4e93add119a760851d9552d830fe599c57937d84a23df67b6a6ca9e33a5623a034da2fc8b28c0216a6aaf SHA512 dc196914389ad12f89652614ea00b2ca17cf22471f1bd41ed3cb58519b1ca9b8ad7f497707d77c31d1354c12d73b9881d4f5511c61a6dc562ec358f3009a0c70
25
26 diff --git a/dev-python/keyring/keyring-23.5.0.ebuild b/dev-python/keyring/keyring-23.5.0.ebuild
27 deleted file mode 100644
28 index a4719564f632..000000000000
29 --- a/dev-python/keyring/keyring-23.5.0.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Provides access to the system keyring service"
41 -HOMEPAGE="https://github.com/jaraco/keyring"
42 -SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -SLOT="0"
45 -LICENSE="PSF-2"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
47 -
48 -RDEPEND="
49 - dev-python/secretstorage[${PYTHON_USEDEP}]
50 - dev-python/entrypoints[${PYTHON_USEDEP}]
51 - dev-python/jeepney[${PYTHON_USEDEP}]
52 - dev-python/importlib_metadata[${PYTHON_USEDEP}]
53 -"
54 -BDEPEND="
55 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
56 -"
57 -
58 -distutils_enable_tests pytest
59 -distutils_enable_sphinx docs \
60 - dev-python/jaraco-packaging \
61 - dev-python/rst-linker
62 -
63 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
64 -
65 -EPYTEST_DESELECT=(
66 - # this test fails if importlib-metadata returns more than one
67 - # entry, i.e. when keyring is installed already
68 - tests/test_packaging.py::test_entry_point
69 -)
70 -
71 -EPYTEST_IGNORE=(
72 - # apparently does not unlock the keyring properly
73 - tests/backends/test_libsecret.py
74 - # hangs
75 - tests/backends/test_kwallet.py
76 -)
77 -
78 -src_prepare() {
79 - # remove jaraco.tidelift dependency from docs, quite useless
80 - sed -e '/tidelift/d' -i docs/conf.py docs/index.rst || die
81 -
82 - distutils-r1_src_prepare
83 -}
84
85 diff --git a/dev-python/keyring/keyring-23.5.1.ebuild b/dev-python/keyring/keyring-23.5.1.ebuild
86 deleted file mode 100644
87 index b0b2427e6483..000000000000
88 --- a/dev-python/keyring/keyring-23.5.1.ebuild
89 +++ /dev/null
90 @@ -1,56 +0,0 @@
91 -# Copyright 1999-2022 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -DISTUTILS_USE_PEP517=setuptools
97 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
98 -
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="Provides access to the system keyring service"
102 -HOMEPAGE="
103 - https://github.com/jaraco/keyring/
104 - https://pypi.org/project/keyring/
105 -"
106 -SRC_URI="
107 - https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz
108 - -> ${P}.gh.tar.gz
109 -"
110 -
111 -SLOT="0"
112 -LICENSE="PSF-2"
113 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
114 -
115 -RDEPEND="
116 - >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
117 - >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
118 - >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
119 -"
120 -BDEPEND="
121 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
122 -"
123 -
124 -distutils_enable_tests pytest
125 -
126 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
127 -
128 -EPYTEST_DESELECT=(
129 - # this test fails if importlib-metadata returns more than one
130 - # entry, i.e. when keyring is installed already
131 - tests/test_packaging.py::test_entry_point
132 -)
133 -
134 -EPYTEST_IGNORE=(
135 - # apparently does not unlock the keyring properly
136 - tests/backends/test_libsecret.py
137 - # hangs
138 - tests/backends/test_kwallet.py
139 -)
140 -
141 -src_prepare() {
142 - # remove jaraco.tidelift dependency from docs, quite useless
143 - sed -e '/tidelift/d' -i docs/conf.py docs/index.rst || die
144 -
145 - distutils-r1_src_prepare
146 -}