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/pyzbar/
Date: Mon, 16 May 2022 13:28:01
Message-Id: 1652707507.0ceed1db27f7d5eb3a82493166eaa62ec0b21d41.mgorny@gentoo
1 commit: 0ceed1db27f7d5eb3a82493166eaa62ec0b21d41
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:25:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:25:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ceed1db
7
8 dev-python/pyzbar: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyzbar/Manifest | 1 -
13 dev-python/pyzbar/pyzbar-0.1.8.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/pyzbar/Manifest b/dev-python/pyzbar/Manifest
17 index 11428eb1083a..3f1c3a60d96a 100644
18 --- a/dev-python/pyzbar/Manifest
19 +++ b/dev-python/pyzbar/Manifest
20 @@ -1,2 +1 @@
21 -DIST pyzbar-0.1.8.tar.gz 41562 BLAKE2B 3aafe745025ba542c3943956f635ba2737f78683447402d3c166217d1c18ba6d9debb170e04aacd611b53401cabc62dd0533ec72cef82ddcd454a1d6c026c3c1 SHA512 e186c7a2f29ec107f66b87a2901e128291747ef7a2159675f3170aef2a3a4b1f4cb4319da830d577c986e20abb3f2935e005361cc98857b0e1b880fb4cf40233
22 DIST pyzbar-0.1.9.tar.gz 45793 BLAKE2B 205c4cdabecb0c59c78bd3e901bd8348a8648c6c6b48afed5f71883c8ec438047843752269f273ca277ce87f3831e1873f859501df7bdc24834fe2b667922fed SHA512 f9fe774400ed6428bc78a428bd1b7847d5c6d557ea8637125348708f0641b36eceabe69362302c3d8658cf2186ee836c3bfc207fa800a6d03581375c251227e8
23
24 diff --git a/dev-python/pyzbar/pyzbar-0.1.8.ebuild b/dev-python/pyzbar/pyzbar-0.1.8.ebuild
25 deleted file mode 100644
26 index 48f0bc8d05fe..000000000000
27 --- a/dev-python/pyzbar/pyzbar-0.1.8.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Read one-dimensional barcodes and QR codes from Python"
39 -HOMEPAGE="https://github.com/NaturalHistoryMuseum/pyzbar/"
40 -SRC_URI="https://github.com/NaturalHistoryMuseum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -RDEPEND="
47 - dev-python/pillow[${PYTHON_USEDEP}]
48 - media-gfx/zbar
49 -"
50 -
51 -BDEPEND="
52 - test? (
53 - dev-python/numpy[${PYTHON_USEDEP}]
54 - )
55 -"
56 -
57 -distutils_enable_tests unittest