From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE66B139695 for ; Mon, 13 Feb 2017 16:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C90DDE0C41; Mon, 13 Feb 2017 16:06:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A23C6E0C44 for ; Mon, 13 Feb 2017 16:06:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 220463413AD for ; Mon, 13 Feb 2017 16:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62909468D for ; Mon, 13 Feb 2017 16:06:53 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1487001976.1ce9e7cd6af4393ce672c1fcb8241745a25ae1e5.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork-backend/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/paperwork-backend/paperwork-backend-1.1-r1.ebuild app-text/paperwork-backend/paperwork-backend-1.1.ebuild X-VCS-Directories: app-text/paperwork-backend/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 1ce9e7cd6af4393ce672c1fcb8241745a25ae1e5 X-VCS-Branch: master Date: Mon, 13 Feb 2017 16:06:53 +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: 9056aff6-3295-4dbc-af4c-ff86ec56edd1 X-Archives-Hash: c1e748902a358814b5bf154e29797f90 commit: 1ce9e7cd6af4393ce672c1fcb8241745a25ae1e5 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Feb 13 15:21:43 2017 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Feb 13 16:06:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce9e7cd app-text/paperwork-backend: recent versions only work with python 3 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../{paperwork-backend-1.1.ebuild => paperwork-backend-1.1-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/paperwork-backend/paperwork-backend-1.1.ebuild b/app-text/paperwork-backend/paperwork-backend-1.1-r1.ebuild similarity index 87% rename from app-text/paperwork-backend/paperwork-backend-1.1.ebuild rename to app-text/paperwork-backend/paperwork-backend-1.1-r1.ebuild index 206632ebbc..34d825d360 100644 --- a/app-text/paperwork-backend/paperwork-backend-1.1.ebuild +++ b/app-text/paperwork-backend/paperwork-backend-1.1-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="app-text/poppler[introspection] - $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7 ) dev-python/pillow[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pycountry[${PYTHON_USEDEP}]