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/pyinsane/
Date: Sat, 28 Mar 2020 17:44:26
Message-Id: 1585417442.f6b077e3432ec7d061ccc7592aa87fdc7d117dce.mgorny@gentoo
1 commit: f6b077e3432ec7d061ccc7592aa87fdc7d117dce
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:36:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 17:44:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b077e3
7
8 dev-python/pyinsane: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyinsane/Manifest | 2 --
13 dev-python/pyinsane/pyinsane-2.0.10.ebuild | 30 ------------------------
14 dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild | 33 ---------------------------
15 3 files changed, 65 deletions(-)
16
17 diff --git a/dev-python/pyinsane/Manifest b/dev-python/pyinsane/Manifest
18 index 8fbb94bd592..05751906357 100644
19 --- a/dev-python/pyinsane/Manifest
20 +++ b/dev-python/pyinsane/Manifest
21 @@ -1,3 +1 @@
22 -DIST pyinsane-2.0.10.tar.gz 327159 BLAKE2B ae63e08fc557513ccac0633fac47bb29b3c8a023c481289ec60724f5fcdae0827e02d5f37d3f104d454ebcb1d1a7681248866461bce6201f056c988f858aa0d3 SHA512 bb882ab51c1e6cea7cad75851ffe5918ee08467d4772d27c23a0c5ec9f2dea3ee7d83601ae35e56e2f717ff7683cec5a45aa47b2a4e167fe4dddb9db3229a3b1
23 -DIST pyinsane2-2.0.12.tar.gz 56107 BLAKE2B 81085e414f162c4fe3623e05b904c35864b95c8ceb5aa25cb92aa87086d4ee44f9f1bea58239373217e93793bfba0d8bb894ab75d69d6c213741cf6e53721284 SHA512 72fc87d5c7eab078f4a9694569c5759046587a8439820fadfe1b8899b7445e063f9fc2f3e93a86b1f9329f729466a5e19b86e46c128caf9ac8b143cfd9e17817
24 DIST pyinsane2-2.0.13.tar.gz 57172 BLAKE2B 26081f7df1d4077f2580f8968c20a88092446136f441fab16a8bc1e34ffc9d5e11221c6a3f74a111f66f839d3cea5ed7518ebe4321b563cba1f3cb3a6053bf74 SHA512 613ea6aae00df550089a691ef6cdd00ea00324ad3a02e35bcb1cd1b0723e34afe9692828100115432e5df9c7bef09f861ce3e1d06915c02c007f92bc8030a91b
25
26 diff --git a/dev-python/pyinsane/pyinsane-2.0.10.ebuild b/dev-python/pyinsane/pyinsane-2.0.10.ebuild
27 deleted file mode 100644
28 index 601103ec150..00000000000
29 --- a/dev-python/pyinsane/pyinsane-2.0.10.ebuild
30 +++ /dev/null
31 @@ -1,30 +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 -PYTHON_COMPAT=( python3_6 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python implementation of the Sane API and abstration layer"
41 -HOMEPAGE="https://github.com/openpaperwork/pyinsane"
42 -SRC_URI="https://github.com/openpaperwork/pyinsane/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="2"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="test"
48 -
49 -RDEPEND="media-gfx/sane-backends
50 - dev-python/pillow[${PYTHON_USEDEP}]"
51 -DEPEND="${RDEPEND}
52 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
53 -
54 -RESTRICT="test" # Tests require at least one scanner with a flatbed and an ADF
55 -
56 -python_prepare_all() {
57 - sed -e "/'nose>=1.0'/d" \
58 - -e "s/find_packages()/find_packages(exclude=['examples','tests'])/" \
59 - -i setup.py || die
60 - distutils-r1_python_prepare_all
61 -}
62
63 diff --git a/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild b/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild
64 deleted file mode 100644
65 index 5dba1417875..00000000000
66 --- a/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild
67 +++ /dev/null
68 @@ -1,33 +0,0 @@
69 -# Copyright 1999-2020 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -PYTHON_COMPAT=( python3_6 )
74 -
75 -inherit distutils-r1
76 -
77 -MY_PN="${PN}2"
78 -
79 -DESCRIPTION="Python implementation of the Sane API and abstration layer"
80 -HOMEPAGE="https://github.com/openpaperwork/pyinsane"
81 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
82 -
83 -LICENSE="GPL-3"
84 -SLOT="2"
85 -KEYWORDS="~amd64 ~x86"
86 -IUSE="test"
87 -
88 -RDEPEND="media-gfx/sane-backends
89 - dev-python/pillow[${PYTHON_USEDEP}]"
90 -DEPEND="${RDEPEND}
91 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
92 -
93 -RESTRICT="test" # Tests require at least one scanner with a flatbed and an ADF
94 -
95 -S=${WORKDIR}/${MY_PN}-${PV}
96 -
97 -python_prepare_all() {
98 - sed -e "/'nose>=1.0'/d" \
99 - -i setup.py || die
100 - distutils-r1_python_prepare_all
101 -}