From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gflags/
Date: Fri, 26 Feb 2021 14:26:34 +0000 (UTC) [thread overview]
Message-ID: <1614349572.8f74ab5c6d91b4468e601a33a7e32986c7943e07.sam@gentoo> (raw)
commit: 8f74ab5c6d91b4468e601a33a7e32986c7943e07
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Feb 25 19:30:11 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 14:26:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f74ab5c
dev-python/python-gflags: Port to python 3.9
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/19655
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../python-gflags/python-gflags-3.1.2-r1.ebuild | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
index 22c0041b2e4..90fe031744e 100644
--- a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
+++ b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8} )
-
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Google's Python argument parsing library"
@@ -16,19 +15,13 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-PATCHES=(
- "${FILESDIR}"/${PN}-3.1.1-script-install.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-3.1.1-script-install.patch )
python_test() {
# note: each test needs to be run separately, otherwise they fail
- "${PYTHON}" -m gflags._helpers_test -v || die
- "${PYTHON}" -m gflags.flags_formatting_test -v || die
- "${PYTHON}" -m gflags.flags_unicode_literals_test -v || die
+ "${EPYTHON}" -m gflags._helpers_test -v || die
+ "${EPYTHON}" -m gflags.flags_formatting_test -v || die
+ "${EPYTHON}" -m gflags.flags_unicode_literals_test -v || die
}
next reply other threads:[~2021-02-26 14:26 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-26 14:26 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-14 20:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gflags/ Arthur Zamarin
2024-05-18 8:36 Michał Górny
2024-04-14 15:28 Michał Górny
2023-11-24 15:39 Michał Górny
2023-03-17 15:25 Michał Górny
2023-01-22 19:20 Arthur Zamarin
2022-03-16 7:56 Michał Górny
2022-01-30 10:04 Michał Górny
2021-05-22 10:52 Michał Górny
2020-08-02 9:15 Michał Górny
2020-05-07 1:38 Patrick McLean
2020-03-28 21:11 Michał Górny
2020-03-28 21:11 Michał Górny
2020-03-28 21:11 Michał Górny
2020-03-28 21:11 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2019-07-17 3:35 Patrick McLean
2018-03-29 3:29 Mike Frysinger
2017-06-17 23:11 Patrice Clement
2017-06-17 22:05 Patrice Clement
2017-05-09 21:09 Michał Górny
2017-05-09 19:29 Michał Górny
2017-01-12 9:30 Jeroen Roovers
2016-11-24 4:47 Mike Gilbert
2016-04-21 5:28 Mike Frysinger
2016-03-28 19:11 Mike Frysinger
2015-11-18 10:31 Agostino Sarubbo
2015-09-01 19:25 Tobias Klausmann
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=1614349572.8f74ab5c6d91b4468e601a33a7e32986c7943e07.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