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 798C113835B for ; Thu, 18 Jun 2020 18:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EBA8E08FB; Thu, 18 Jun 2020 18:09:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A81BE08FB for ; Thu, 18 Jun 2020 18:09:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A48734F0A4 for ; Thu, 18 Jun 2020 18:09:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 305E928F for ; Thu, 18 Jun 2020 18:09:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1592503766.14c7369dbffeebf01c9005bb4a2f9f89f50f5e88.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rdflib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rdflib/rdflib-4.2.2-r1.ebuild X-VCS-Directories: dev-python/rdflib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 14c7369dbffeebf01c9005bb4a2f9f89f50f5e88 X-VCS-Branch: master Date: Thu, 18 Jun 2020 18:09:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0374ac2-d5a0-458d-ad08-9a4379d0c06a X-Archives-Hash: ca0af26df271074a0026e525c866495d commit: 14c7369dbffeebf01c9005bb4a2f9f89f50f5e88 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 18 13:11:11 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 18 18:09:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c7369d dev-python/rdflib: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/rdflib/rdflib-4.2.2-r1.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dev-python/rdflib/rdflib-4.2.2-r1.ebuild b/dev-python/rdflib/rdflib-4.2.2-r1.ebuild index 6306fc0eacc..448f91e6dd7 100644 --- a/dev-python/rdflib/rdflib-4.2.2-r1.ebuild +++ b/dev-python/rdflib/rdflib-4.2.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="sqlite?,threads(+)" # The usual required for tests @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc berkdb examples mysql redland sqlite test" +IUSE="doc berkdb examples redland sqlite test" RESTRICT="!test? ( test )" RDEPEND=" @@ -27,11 +27,6 @@ RDEPEND=" dev-python/html5lib[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] berkdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] ) - mysql? ( - $(python_gen_cond_dep ' - dev-python/mysql-python[${PYTHON_USEDEP}] - ' -2) - ) redland? ( dev-libs/redland-bindings[python,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )