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/qrcode/
Date: Fri, 03 Mar 2023 17:50:51
Message-Id: 1677865844.d502b3d64597b7841a8aa06ffa26382441398ae2.mgorny@gentoo
1 commit: d502b3d64597b7841a8aa06ffa26382441398ae2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 17:48:33 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 17:50:44 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d502b3d6
7
8 dev-python/qrcode: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/qrcode/Manifest | 3 ---
13 dev-python/qrcode/qrcode-7.3.1-r1.ebuild | 39 ------------------------------
14 dev-python/qrcode/qrcode-7.4.1.ebuild | 41 --------------------------------
15 dev-python/qrcode/qrcode-7.4.ebuild | 41 --------------------------------
16 4 files changed, 124 deletions(-)
17
18 diff --git a/dev-python/qrcode/Manifest b/dev-python/qrcode/Manifest
19 index 32fa60c6637e..012928d2ee48 100644
20 --- a/dev-python/qrcode/Manifest
21 +++ b/dev-python/qrcode/Manifest
22 @@ -1,4 +1 @@
23 -DIST qrcode-7.3.1.tar.gz 43495 BLAKE2B 9986ee77752625e127008038c6c044b5adeb3bd526c27a55b23915190c3c9069adf1c6df1ce5f76cd0255f45319ecb66ebf226932666ea6c89872a46e13c1cd9 SHA512 9e0e508418164926a074d8c6d85419b39a36c01ac6d92415a15ce43d4aea79fa2a8d0167982f832970d2a68ec18d2b729f09e15d80b4f4c33b992999527d39f9
24 -DIST qrcode-7.4.1.tar.gz 535765 BLAKE2B 34ccf9a376a408de935ab4bd58ada6f9b97c79a118aa6aa17414e7c6607cad5dbf18e63b62a0df696fab6e6a4288af1a0690476d837d4549ee486645fd84081d SHA512 46e16b27f4b30f6b9d30a7b1dd12fea1fff9695f7cf3e8df018fa7118ce45446bbe64188d4669a62d5d094b3864f9064ed02afa63ac7ae37d7b54f59fe48e22a
25 DIST qrcode-7.4.2.tar.gz 535974 BLAKE2B 250290bfd31079d91133f669138d7172529e99c381836a74c853061c01666df09fb99c445d705d5f0c02a975810bfc4853c2ec616974849b1834b0ade3917c48 SHA512 a8642845990341034e39c43ef674f5b4ce8d3175a44d6062f711af2c24ffd45bda5f3ecf8a7825b7ebafe734b6396d52a37bb59177c544f921e43eaa9f1f5405
26 -DIST qrcode-7.4.tar.gz 535636 BLAKE2B 93434750d127eacd21ef44490407ad0ab4b1bc292681713b1ed11782b84e86e58548bee27b6e001c2235a1fb8af8a7166db8ebbbf468281ca312b31288e8dfdf SHA512 33be094ddb0a280704e49e2e06c37100bee282b9cf2d0727ccdf07557ad793f4b71ef250cd3eca0166fd9870aa76c936d8426c6a964d241879a67dd9a5765be6
27
28 diff --git a/dev-python/qrcode/qrcode-7.3.1-r1.ebuild b/dev-python/qrcode/qrcode-7.3.1-r1.ebuild
29 deleted file mode 100644
30 index 599b0478f1ff..000000000000
31 --- a/dev-python/qrcode/qrcode-7.3.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2023 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{9..11} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="QR Code generator on top of PIL"
45 -HOMEPAGE="
46 - https://github.com/lincolnloop/python-qrcode/
47 - https://pypi.org/project/qrcode/
48 -"
49 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="BSD"
52 -SLOT="0"
53 -KEYWORDS="amd64 ~arm arm64 ~riscv x86"
54 -
55 -# optional deps:
56 -# - pillow and lxml for svg backend, set as hard deps
57 -RDEPEND="
58 - dev-python/lxml[${PYTHON_USEDEP}]
59 - dev-python/pillow[${PYTHON_USEDEP}]
60 -"
61 -
62 -distutils_enable_tests pytest
63 -
64 -EPYTEST_DESELECT=(
65 - # TODO
66 - qrcode/tests/test_script.py::ScriptTest::test_factory
67 -)
68 -
69 -src_install() {
70 - distutils-r1_src_install
71 - doman doc/qr.1
72 -}
73
74 diff --git a/dev-python/qrcode/qrcode-7.4.1.ebuild b/dev-python/qrcode/qrcode-7.4.1.ebuild
75 deleted file mode 100644
76 index 03f7ce68a631..000000000000
77 --- a/dev-python/qrcode/qrcode-7.4.1.ebuild
78 +++ /dev/null
79 @@ -1,41 +0,0 @@
80 -# Copyright 1999-2023 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=8
84 -
85 -DISTUTILS_USE_PEP517=setuptools
86 -PYTHON_COMPAT=( python3_{9..11} )
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="QR Code generator on top of PIL"
91 -HOMEPAGE="
92 - https://github.com/lincolnloop/python-qrcode/
93 - https://pypi.org/project/qrcode/
94 -"
95 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96 -
97 -LICENSE="BSD"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
100 -
101 -# optional deps:
102 -# - pillow and lxml for svg backend, set as hard deps
103 -RDEPEND="
104 - dev-python/lxml[${PYTHON_USEDEP}]
105 - >=dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
106 - dev-python/pypng[${PYTHON_USEDEP}]
107 - dev-python/typing-extensions[${PYTHON_USEDEP}]
108 -"
109 -
110 -distutils_enable_tests pytest
111 -
112 -EPYTEST_DESELECT=(
113 - # TODO
114 - qrcode/tests/test_script.py::ScriptTest::test_factory
115 -)
116 -
117 -src_install() {
118 - distutils-r1_src_install
119 - doman doc/qr.1
120 -}
121
122 diff --git a/dev-python/qrcode/qrcode-7.4.ebuild b/dev-python/qrcode/qrcode-7.4.ebuild
123 deleted file mode 100644
124 index 03f7ce68a631..000000000000
125 --- a/dev-python/qrcode/qrcode-7.4.ebuild
126 +++ /dev/null
127 @@ -1,41 +0,0 @@
128 -# Copyright 1999-2023 Gentoo Authors
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=8
132 -
133 -DISTUTILS_USE_PEP517=setuptools
134 -PYTHON_COMPAT=( python3_{9..11} )
135 -
136 -inherit distutils-r1
137 -
138 -DESCRIPTION="QR Code generator on top of PIL"
139 -HOMEPAGE="
140 - https://github.com/lincolnloop/python-qrcode/
141 - https://pypi.org/project/qrcode/
142 -"
143 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
144 -
145 -LICENSE="BSD"
146 -SLOT="0"
147 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
148 -
149 -# optional deps:
150 -# - pillow and lxml for svg backend, set as hard deps
151 -RDEPEND="
152 - dev-python/lxml[${PYTHON_USEDEP}]
153 - >=dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
154 - dev-python/pypng[${PYTHON_USEDEP}]
155 - dev-python/typing-extensions[${PYTHON_USEDEP}]
156 -"
157 -
158 -distutils_enable_tests pytest
159 -
160 -EPYTEST_DESELECT=(
161 - # TODO
162 - qrcode/tests/test_script.py::ScriptTest::test_factory
163 -)
164 -
165 -src_install() {
166 - distutils-r1_src_install
167 - doman doc/qr.1
168 -}