From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 525551384B4 for ; Thu, 3 Dec 2015 10:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E67221C0B3; Thu, 3 Dec 2015 10:21:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F8F621C0B0 for ; Thu, 3 Dec 2015 10:21:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1CFC340A85 for ; Thu, 3 Dec 2015 10:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D81E5B for ; Thu, 3 Dec 2015 10:21:30 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449137999.0ab61675e93c519cd71d12437df17d4da4355aa1.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qrcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qrcode/Manifest dev-python/qrcode/qrcode-5.0.1.ebuild X-VCS-Directories: dev-python/qrcode/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0ab61675e93c519cd71d12437df17d4da4355aa1 X-VCS-Branch: master Date: Thu, 3 Dec 2015 10:21:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 183ac8af-954b-4a58-86c2-4210fd4ed119 X-Archives-Hash: bce22bba805b678661f20ed34b3dc5d4 commit: 0ab61675e93c519cd71d12437df17d4da4355aa1 Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 3 09:33:02 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 3 10:19:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab61675 dev-python/qrcode: Drop old Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> dev-python/qrcode/Manifest | 1 - dev-python/qrcode/qrcode-5.0.1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/qrcode/Manifest b/dev-python/qrcode/Manifest index 043dff7..dca3999 100644 --- a/dev-python/qrcode/Manifest +++ b/dev-python/qrcode/Manifest @@ -1,2 +1 @@ -DIST qrcode-5.0.1.tar.gz 20546 SHA256 5ce16060c2c4f9fc9455bc82766c227e55ee9b43bfb9f17bfe3f1f5ba5eecf3c SHA512 a57ca9d4b382637a8b3cc3a20a03d291f22675e9d851a739f01c610465f1977efd748661330557e9017db2d7b9b501c278668da5eeef93fb8e503e71921bb4c5 WHIRLPOOL d4e55f2536a917bd5f040f2cb66cabe2a529e5a9266fd09d0f413ba0a3137dffc89afd4d32ac4db2f8bbf6db17a1ecccf6bf8ba08d7a188b924daa778491c727 DIST qrcode-5.1.tar.gz 22259 SHA256 33bdee5e834fc99eb538e1dad198a3a5b70d0a88845629cacf4c592be1ce7f6a SHA512 67a7bb51fe2386f3b1ac0b799d3850d3ca4f61286fdc809654df3f5a1071b503707a9a3e82e595b7611dd9d7b7e74b36e19b86942fb5ad94c256cd7ca9aa02f3 WHIRLPOOL df72f727af2a1342adf61fcde25645cd25f5cfafd454ae2d13567a3c144949738f924082fe78dbb529c9b3757bbf1474e5f4f48fc95538d5d1cdcfdc6452637d diff --git a/dev-python/qrcode/qrcode-5.0.1.ebuild b/dev-python/qrcode/qrcode-5.0.1.ebuild deleted file mode 100644 index 17cfdab..0000000 --- a/dev-python/qrcode/qrcode-5.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 eutils - -DESCRIPTION="QR Code generator on top of PIL" -HOMEPAGE="https://pypi.python.org/pypi/qrcode" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/lxml[${PYTHON_USEDEP}] )" - -python_test() { - "${PYTHON}" -m unittest qrcode.tests || die "Testing failed with ${EPYTHON}" -} - -pkg_postist() { - optfeature "svg backend" dev-python/lxml - optfeature "PIL backend" dev-python/pillow -}