public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/
Date: Sun,  2 Aug 2020 19:05:31 +0000 (UTC)	[thread overview]
Message-ID: <1596394734.c3b880a3b86f0fa3a3d9ee350654c3ded3a1d2db.sam@gentoo> (raw)

commit:     c3b880a3b86f0fa3a3d9ee350654c3ded3a1d2db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 18:58:54 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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


             reply	other threads:[~2020-08-02 19:05 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-02 19:05 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25  6:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/ Michał Górny
2024-05-25  6:08 Arthur Zamarin
2024-05-17 14:26 Michał Górny
2024-05-10  2:02 Michał Górny
2023-11-24 15:12 Arthur Zamarin
2023-05-31 13:58 Michał Górny
2022-06-22  7:42 Michał Górny
2022-06-22  5:45 Agostino Sarubbo
2022-05-19  7:32 Michał Górny
2022-05-19  7:32 Michał Górny
2022-05-19  7:32 Michał Górny
2021-09-17  9:18 Agostino Sarubbo
2021-08-11  1:01 Sam James
2021-08-10  5:17 Michał Górny
2021-02-05  6:11 Sam James
2020-10-27 19:58 Sam James
2020-10-27  5:11 Sam James
2020-08-02  6:46 Michał Górny
2020-04-22 16:05 Michał Górny
2020-02-04 13:32 Michał Górny
2017-07-30  9:44 Michał Górny
2017-05-16 20:01 Manuel Rüger
2017-01-03 23:07 Patrice Clement
2016-12-05 20:22 Pacho Ramos
2016-06-09  8:52 Tiziano Müller
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-04-05 19:48 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1596394734.c3b880a3b86f0fa3a3d9ee350654c3ded3a1d2db.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox