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 97A5813825A for ; Fri, 13 May 2016 10:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75F36E07C9; Fri, 13 May 2016 10:10:01 +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 15A4FE07C9 for ; Fri, 13 May 2016 10:10:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C2672340756 for ; Fri, 13 May 2016 10:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50933336 for ; Fri, 13 May 2016 10:09:56 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1463134180.1ba383b2ead494d913c191b028014446a478c836.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsubversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hgsubversion/hgsubversion-9999.ebuild X-VCS-Directories: dev-vcs/hgsubversion/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 1ba383b2ead494d913c191b028014446a478c836 X-VCS-Branch: master Date: Fri, 13 May 2016 10:09:56 +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: 9f32716f-fc47-41ac-8363-b2260d04e432 X-Archives-Hash: ef9ca0590c405839d1f0aa87bdb36b14 commit: 1ba383b2ead494d913c191b028014446a478c836 Author: Dirkjan Ochtman ochtman nl> AuthorDate: Fri May 13 10:09:40 2016 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Fri May 13 10:09:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba383b2 dev-vcs/hgsubversion: update live ebuild Package-Manager: portage-2.2.28 dev-vcs/hgsubversion/hgsubversion-9999.ebuild | 35 ++++++++------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/dev-vcs/hgsubversion/hgsubversion-9999.ebuild b/dev-vcs/hgsubversion/hgsubversion-9999.ebuild index 3b08abf..9f901ad 100644 --- a/dev-vcs/hgsubversion/hgsubversion-9999.ebuild +++ b/dev-vcs/hgsubversion/hgsubversion-9999.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +EAPI="5" +PYTHON_COMPAT=( python2_7 ) -inherit distutils mercurial +inherit distutils-r1 mercurial DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion repositories" HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home https://pypi.python.org/pypi/hgsubversion" @@ -19,25 +17,12 @@ SLOT="0" KEYWORDS="" IUSE="test" -RDEPEND=" - >=dev-vcs/mercurial-1.4 +RDEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}] || ( - dev-python/subvertpy + dev-python/subvertpy[${PYTHON_USEDEP}] >=dev-vcs/subversion-1.5[python] - ) -" -DEPEND=" - dev-python/setuptools - test? ( dev-python/nose ) -" + )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" -DOCS="README" - -src_test() { - cd tests - - testing() { - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" run.py - } - python_execute_function testing -} +DOCS=( README )