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 7F5221384B4 for ; Wed, 4 Nov 2015 08:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FF5321C04B; Wed, 4 Nov 2015 08:42:12 +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 DA91A21C04B for ; Wed, 4 Nov 2015 08:42:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7E2634070F for ; Wed, 4 Nov 2015 08:42:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF78202C for ; Wed, 4 Nov 2015 08:42:06 +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: <1446626523.9b55e2d3897a0ec29e9f9b731716b992fa242b7f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reportlab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reportlab/reportlab-3.1.44-r1.ebuild dev-python/reportlab/reportlab-3.2.0.ebuild X-VCS-Directories: dev-python/reportlab/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9b55e2d3897a0ec29e9f9b731716b992fa242b7f X-VCS-Branch: master Date: Wed, 4 Nov 2015 08:42:06 +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: 2a33ff07-2388-4ac6-bb33-7acea74c9bb3 X-Archives-Hash: 550b78f710bbdf17265bedb9d1a54074 commit: 9b55e2d3897a0ec29e9f9b731716b992fa242b7f Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 4 07:44:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 4 08:42:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b55e2d3 dev-python/reportlab: Fix dependencies drop pip as not needed Move setuptools to DEPEND Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564836 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/reportlab/reportlab-3.1.44-r1.ebuild | 3 +-- dev-python/reportlab/reportlab-3.2.0.ebuild | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/reportlab/reportlab-3.1.44-r1.ebuild b/dev-python/reportlab/reportlab-3.1.44-r1.ebuild index 4028999..da7f69b 100644 --- a/dev-python/reportlab/reportlab-3.1.44-r1.ebuild +++ b/dev-python/reportlab/reportlab-3.1.44-r1.ebuild @@ -22,13 +22,12 @@ IUSE="doc examples" RDEPEND=" >=dev-python/pillow-2.4.0[tiff,${PYTHON_USEDEP}] - >=dev-python/pip-1.4.1[${PYTHON_USEDEP}] - >=dev-python/setuptools-2.2[${PYTHON_USEDEP}] media-fonts/dejavu media-libs/libart_lgpl sys-libs/zlib " DEPEND="${RDEPEND} + >=dev-python/setuptools-2.2[${PYTHON_USEDEP}] app-arch/unzip " diff --git a/dev-python/reportlab/reportlab-3.2.0.ebuild b/dev-python/reportlab/reportlab-3.2.0.ebuild index 1cfcdef..fc3505f 100644 --- a/dev-python/reportlab/reportlab-3.2.0.ebuild +++ b/dev-python/reportlab/reportlab-3.2.0.ebuild @@ -3,7 +3,9 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python{2_7,3_3,3_4} ) # Tests crash with pypy + inherit distutils-r1 flag-o-matic prefix DESCRIPTION="Tools for generating printable PDF documents from any data source" @@ -18,12 +20,11 @@ IUSE="doc examples" RDEPEND=" >=dev-python/pillow-2.4.0[tiff,truetype,${PYTHON_USEDEP}] - >=dev-python/pip-1.4.1[${PYTHON_USEDEP}] - >=dev-python/setuptools-2.2[${PYTHON_USEDEP}] media-libs/libart_lgpl sys-libs/zlib " DEPEND="${RDEPEND} + >=dev-python/setuptools-2.2[${PYTHON_USEDEP}] app-arch/unzip "