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: Sat, 28 Mar 2020 21:25:03
Message-Id: 1585430695.5312d8ae649388fa7dbbc55240c4a51975124ebc.mgorny@gentoo
1 commit: 5312d8ae649388fa7dbbc55240c4a51975124ebc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 21:22:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 21:24:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5312d8ae
7
8 dev-python/pyzbar: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyzbar/Manifest | 2 --
13 dev-python/pyzbar/pyzbar-0.1.5.ebuild | 34 ----------------------------------
14 dev-python/pyzbar/pyzbar-0.1.7.ebuild | 34 ----------------------------------
15 3 files changed, 70 deletions(-)
16
17 diff --git a/dev-python/pyzbar/Manifest b/dev-python/pyzbar/Manifest
18 index 071bb5c6cc5..bdb48a3f968 100644
19 --- a/dev-python/pyzbar/Manifest
20 +++ b/dev-python/pyzbar/Manifest
21 @@ -1,3 +1 @@
22 -DIST pyzbar-0.1.5.tar.gz 29654 BLAKE2B 2909ccae347139472398ccbf24ab304084946f649694e820bb62f8298076007ac7cb02acf02087e3ed5d59fb8a32f1f6b61b0af50a85753b0dd182029e98bc5c SHA512 785c3e4cc5b44a1035004e4b4dd2ee538613aa021300b84c6183cc457c751fe4b4a419241608ef0e5e548d312596a0d5f4857a7b1388c6cef77fd021a0e0034a
23 -DIST pyzbar-0.1.7.tar.gz 41551 BLAKE2B 497e920935ec6a50557123e2d78709c935284bfcff32705f8aebad3e13ead4ced7d6822adc8f377a94eb21603f81ddc4f563df9bc92b399e6244a9dee12f2163 SHA512 74b56658db7a8dc2d7a716992c001ec52a2befc9e31c41ecf7e5e1f277d4188963ef79a2433fc4befdd15d2f6e3f47c4f064582b530eef028c55e07e2c88dbbe
24 DIST pyzbar-0.1.8.tar.gz 41562 BLAKE2B 3aafe745025ba542c3943956f635ba2737f78683447402d3c166217d1c18ba6d9debb170e04aacd611b53401cabc62dd0533ec72cef82ddcd454a1d6c026c3c1 SHA512 e186c7a2f29ec107f66b87a2901e128291747ef7a2159675f3170aef2a3a4b1f4cb4319da830d577c986e20abb3f2935e005361cc98857b0e1b880fb4cf40233
25
26 diff --git a/dev-python/pyzbar/pyzbar-0.1.5.ebuild b/dev-python/pyzbar/pyzbar-0.1.5.ebuild
27 deleted file mode 100644
28 index 5511f7c528e..00000000000
29 --- a/dev-python/pyzbar/pyzbar-0.1.5.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_{6,7} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Read one-dimensional barcodes and QR codes from Python"
41 -HOMEPAGE="https://github.com/NaturalHistoryMuseum/pyzbar/"
42 -SRC_URI="https://github.com/NaturalHistoryMuseum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND="
51 - dev-python/pillow[${PYTHON_USEDEP}]
52 - media-gfx/zbar
53 -"
54 -
55 -DEPEND="
56 - ${RDEPEND}
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 - test? (
59 - dev-python/numpy[${PYTHON_USEDEP}]
60 - )
61 -"
62 -
63 -python_test() {
64 - "${EPYTHON}" -m unittest discover -v || die "Testing failed with ${EPYTHON}"
65 -}
66
67 diff --git a/dev-python/pyzbar/pyzbar-0.1.7.ebuild b/dev-python/pyzbar/pyzbar-0.1.7.ebuild
68 deleted file mode 100644
69 index 5511f7c528e..00000000000
70 --- a/dev-python/pyzbar/pyzbar-0.1.7.ebuild
71 +++ /dev/null
72 @@ -1,34 +0,0 @@
73 -# Copyright 1999-2020 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -
78 -PYTHON_COMPAT=( python3_{6,7} )
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="Read one-dimensional barcodes and QR codes from Python"
82 -HOMEPAGE="https://github.com/NaturalHistoryMuseum/pyzbar/"
83 -SRC_URI="https://github.com/NaturalHistoryMuseum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
84 -
85 -LICENSE="MIT"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE="test"
89 -RESTRICT="!test? ( test )"
90 -
91 -RDEPEND="
92 - dev-python/pillow[${PYTHON_USEDEP}]
93 - media-gfx/zbar
94 -"
95 -
96 -DEPEND="
97 - ${RDEPEND}
98 - dev-python/setuptools[${PYTHON_USEDEP}]
99 - test? (
100 - dev-python/numpy[${PYTHON_USEDEP}]
101 - )
102 -"
103 -
104 -python_test() {
105 - "${EPYTHON}" -m unittest discover -v || die "Testing failed with ${EPYTHON}"
106 -}