Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinsane/
Date: Mon, 02 Jan 2017 11:18:39
Message-Id: 1483355901.1c5f84db23ac7a4f4ecf8a614d5cf31dd243b563.voyageur@gentoo
1 commit: 1c5f84db23ac7a4f4ecf8a614d5cf31dd243b563
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 11:08:15 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 11:18:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5f84db
7
8 dev-python/pyinsane: drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/pyinsane/Manifest | 2 --
13 dev-python/pyinsane/pyinsane-2.0.3.ebuild | 29 -----------------------------
14 dev-python/pyinsane/pyinsane-2.0.6.ebuild | 29 -----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-python/pyinsane/Manifest b/dev-python/pyinsane/Manifest
18 index a08867f..a7ee773 100644
19 --- a/dev-python/pyinsane/Manifest
20 +++ b/dev-python/pyinsane/Manifest
21 @@ -1,4 +1,2 @@
22 DIST pyinsane-1.4.0.tar.gz 303703 SHA256 e0ba69440f366854c26cb4661bf08fdce95eefa4b99a461c5e8d057909210f55 SHA512 ed56f996174be0ab45cae1380eacb0439b0d0549ea6b2e3c34667a2841822412dc99782d7bba7eaae71b70179f0e3cd5039d38e751ac0598562d68eea1aa8ec8 WHIRLPOOL 48204a0f7b66e8e21b010c3efc8fbcaefd6451bb19a5800e687e3c177b41a149f5b1adc9cdf71e7ce1f16288d2e696061bd028b4e1dce0ae5cf8f739c59de017
23 -DIST pyinsane-2.0.3.tar.gz 322092 SHA256 9dfd70f6542ee64f84568c6a14285d08d8235e0e3a8de73842a1bd8bc5b39250 SHA512 3df4a1316680500bec03c54ddb0e4735f732437a4356e4d4b56a901d5a87be71447ec66bec349016ce869bc955f1acb99edf7b158ee67764653a797ecc3bb29b WHIRLPOOL c9fba19bc177ccd32dae16784bb8fd4f355226a9c628c9fc2e568c5b9c8b77b64d7de2ef2368ba6e979dea823191a32791015fb37afcb33292b30707400dc427
24 -DIST pyinsane-2.0.6.tar.gz 322776 SHA256 039e6b462c510edb62bd2fc781c60eea60e7cdac836016195cabeff894d4d203 SHA512 4dac60e3a193f4e4a693ffe77196aebde690a36b89d6a9801ccc7e69a43c81229540e1a250455a3f61ecec655f5bfba9efab83801009263a5a2076fdda676fde WHIRLPOOL 8c4e2ca54507b51cbc46145bb1b3639e72f68a09da02bed6feae8e73b102f5940d64978fd5775ed979075ed30069dfcc4e63b3d4875e417eee4429ba91673756
25 DIST pyinsane-2.0.7.tar.gz 323240 SHA256 e6a75f8ed0800c6be53f53cceecef70728f915f488138f4e612dd1e6e7e82374 SHA512 8b6f3325c4ca63e18e0fd5cd808fce701186548a13202d8a0c9a6b8106e8995c9cecf4107aa2225207a4e25b7b7720e2bd7bab4171d372c2ff9301dd129b7ec7 WHIRLPOOL 2a6b93734d3d9108093edea5ee6364488a0a80a3f7cd935b208593eae4e6bee280d18a705236f20ea3c9d8f4ac76e9e10348280938b893f4f9009e1d77b26424
26
27 diff --git a/dev-python/pyinsane/pyinsane-2.0.3.ebuild b/dev-python/pyinsane/pyinsane-2.0.3.ebuild
28 deleted file mode 100644
29 index 3bc931d..00000000
30 --- a/dev-python/pyinsane/pyinsane-2.0.3.ebuild
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python implementation of the Sane API and abstration layer"
43 -HOMEPAGE="https://github.com/jflesch/pyinsane"
44 -SRC_URI="https://github.com/jflesch/pyinsane/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="2"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="test"
50 -
51 -RDEPEND="media-gfx/sane-backends
52 - dev-python/pillow[${PYTHON_USEDEP}]"
53 -DEPEND="${RDEPEND}
54 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
55 -
56 -RESTRICT="test" # Tests require at least one scanner with a flatbed and an ADF
57 -
58 -python_prepare_all() {
59 - sed -e "/'nose>=1.0'/d" -i setup.py || die
60 - distutils-r1_python_prepare_all
61 -}
62
63 diff --git a/dev-python/pyinsane/pyinsane-2.0.6.ebuild b/dev-python/pyinsane/pyinsane-2.0.6.ebuild
64 deleted file mode 100644
65 index 3bc931d..00000000
66 --- a/dev-python/pyinsane/pyinsane-2.0.6.ebuild
67 +++ /dev/null
68 @@ -1,29 +0,0 @@
69 -# Copyright 1999-2016 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -# $Id$
72 -
73 -EAPI=6
74 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Python implementation of the Sane API and abstration layer"
79 -HOMEPAGE="https://github.com/jflesch/pyinsane"
80 -SRC_URI="https://github.com/jflesch/pyinsane/archive/${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="GPL-3"
83 -SLOT="2"
84 -KEYWORDS="~amd64 ~x86"
85 -IUSE="test"
86 -
87 -RDEPEND="media-gfx/sane-backends
88 - dev-python/pillow[${PYTHON_USEDEP}]"
89 -DEPEND="${RDEPEND}
90 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
91 -
92 -RESTRICT="test" # Tests require at least one scanner with a flatbed and an ADF
93 -
94 -python_prepare_all() {
95 - sed -e "/'nose>=1.0'/d" -i setup.py || die
96 - distutils-r1_python_prepare_all
97 -}