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 E1C52138252 for ; Thu, 12 May 2016 11:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD94CE0802; Thu, 12 May 2016 11:40:15 +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 4DA0921C043 for ; Thu, 12 May 2016 11:40:13 +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 0D6B33409EC for ; Thu, 12 May 2016 11:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18719970 for ; Thu, 12 May 2016 11:40:08 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1463053176.b8c237439db49d7d95deed40905b0b1d56a76a50.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/babelfish/babelfish-0.5.5-r1.ebuild dev-python/babelfish/babelfish-9999.ebuild X-VCS-Directories: dev-python/babelfish/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: b8c237439db49d7d95deed40905b0b1d56a76a50 X-VCS-Branch: master Date: Thu, 12 May 2016 11:40:08 +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: cbdec3af-1448-4724-9433-fff9824c5a51 X-Archives-Hash: 0d5206c00c0ca81dba8c28de033a2ccf commit: b8c237439db49d7d95deed40905b0b1d56a76a50 Author: Ilya Tumaykin gmail com> AuthorDate: Wed May 11 04:28:19 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Thu May 12 11:39:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c23743 dev-python/babelfish: revbump to 0.5.5-r1 Bump EAPI to 6, fix deps. Update 9999 ebuild accordingly. Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney gentoo.org> ...elfish-9999.ebuild => babelfish-0.5.5-r1.ebuild} | 19 ++++++------------- dev-python/babelfish/babelfish-9999.ebuild | 21 +++++++-------------- 2 files changed, 13 insertions(+), 27 deletions(-) diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild similarity index 59% copy from dev-python/babelfish/babelfish-9999.ebuild copy to dev-python/babelfish/babelfish-0.5.5-r1.ebuild index cbf34c9..9425901 100644 --- a/dev-python/babelfish/babelfish-9999.ebuild +++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild @@ -2,30 +2,23 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +EAPI=6 -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git" - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Python library to work with countries and languages" HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" python_test() { esetup.py test diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild index cbf34c9..e754bb9 100644 --- a/dev-python/babelfish/babelfish-9999.ebuild +++ b/dev-python/babelfish/babelfish-9999.ebuild @@ -2,30 +2,23 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +EAPI=6 -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git" - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) -inherit distutils-r1 +inherit distutils-r1 git-r3 DESCRIPTION="Python library to work with countries and languages" HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish" +EGIT_REPO_URI="git://github.com/Diaoul/${PN}.git" LICENSE="BSD" SLOT="0" +KEYWORDS="" IUSE="" -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" python_test() { esetup.py test