Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qrcode/
Date: Thu, 03 Dec 2015 10:21:41
Message-Id: 1449137999.0ab61675e93c519cd71d12437df17d4da4355aa1.jlec@gentoo
1 commit: 0ab61675e93c519cd71d12437df17d4da4355aa1
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 09:33:02 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 10:19:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab61675
7
8 dev-python/qrcode: Drop old
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/qrcode/Manifest | 1 -
14 dev-python/qrcode/qrcode-5.0.1.ebuild | 32 --------------------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/dev-python/qrcode/Manifest b/dev-python/qrcode/Manifest
18 index 043dff7..dca3999 100644
19 --- a/dev-python/qrcode/Manifest
20 +++ b/dev-python/qrcode/Manifest
21 @@ -1,2 +1 @@
22 -DIST qrcode-5.0.1.tar.gz 20546 SHA256 5ce16060c2c4f9fc9455bc82766c227e55ee9b43bfb9f17bfe3f1f5ba5eecf3c SHA512 a57ca9d4b382637a8b3cc3a20a03d291f22675e9d851a739f01c610465f1977efd748661330557e9017db2d7b9b501c278668da5eeef93fb8e503e71921bb4c5 WHIRLPOOL d4e55f2536a917bd5f040f2cb66cabe2a529e5a9266fd09d0f413ba0a3137dffc89afd4d32ac4db2f8bbf6db17a1ecccf6bf8ba08d7a188b924daa778491c727
23 DIST qrcode-5.1.tar.gz 22259 SHA256 33bdee5e834fc99eb538e1dad198a3a5b70d0a88845629cacf4c592be1ce7f6a SHA512 67a7bb51fe2386f3b1ac0b799d3850d3ca4f61286fdc809654df3f5a1071b503707a9a3e82e595b7611dd9d7b7e74b36e19b86942fb5ad94c256cd7ca9aa02f3 WHIRLPOOL df72f727af2a1342adf61fcde25645cd25f5cfafd454ae2d13567a3c144949738f924082fe78dbb529c9b3757bbf1474e5f4f48fc95538d5d1cdcfdc6452637d
24
25 diff --git a/dev-python/qrcode/qrcode-5.0.1.ebuild b/dev-python/qrcode/qrcode-5.0.1.ebuild
26 deleted file mode 100644
27 index 17cfdab..0000000
28 --- a/dev-python/qrcode/qrcode-5.0.1.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
38 -
39 -inherit distutils-r1 eutils
40 -
41 -DESCRIPTION="QR Code generator on top of PIL"
42 -HOMEPAGE="https://pypi.python.org/pypi/qrcode"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="test"
49 -
50 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 - test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
54 -
55 -python_test() {
56 - "${PYTHON}" -m unittest qrcode.tests || die "Testing failed with ${EPYTHON}"
57 -}
58 -
59 -pkg_postist() {
60 - optfeature "svg backend" dev-python/lxml
61 - optfeature "PIL backend" dev-python/pillow
62 -}