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 6A468138359 for ; Sun, 2 Aug 2020 19:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E477DE0991; Sun, 2 Aug 2020 19:05:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A880BE098F for ; Sun, 2 Aug 2020 19:05:34 +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 D3A6034EF47 for ; Sun, 2 Aug 2020 19:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23591304 for ; Sun, 2 Aug 2020 19:05:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1596394734.c3b880a3b86f0fa3a3d9ee350654c3ded3a1d2db.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3b880a3b86f0fa3a3d9ee350654c3ded3a1d2db X-VCS-Branch: master Date: Sun, 2 Aug 2020 19:05:31 +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: 9391553e-2940-4f15-bd1f-f17223c808c8 X-Archives-Hash: f9c4e4e7411f2757896188dbac0f6bdc commit: c3b880a3b86f0fa3a3d9ee350654c3ded3a1d2db Author: Sam James gentoo org> AuthorDate: Sun Aug 2 18:58:54 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 2 18:58:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b880a3 dev-python/babelfish: add Python 3.9 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/babelfish/babelfish-0.5.5-r1.ebuild | 12 +++--------- dev-python/babelfish/babelfish-9999.ebuild | 13 +++---------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild index 878569ad886..d279ec9809e 100644 --- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild +++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 @@ -14,11 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_test() { - esetup.py test -} +distutils_enable_tests setup.py diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild index dcc8f1dacc4..382197499a3 100644 --- a/dev-python/babelfish/babelfish-9999.ebuild +++ b/dev-python/babelfish/babelfish-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 git-r3 @@ -13,12 +13,5 @@ EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git" LICENSE="BSD" SLOT="0" -KEYWORDS="" -IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_test() { - esetup.py test -} +distutils_enable_tests setup.py