From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/objgraph/
Date: Sun, 21 Jun 2020 19:23:40 +0000 (UTC) [thread overview]
Message-ID: <1592767412.61b6d26b7444c3ec885f7d71476ffd9a3f0dcb07.mgorny@gentoo> (raw)
commit: 61b6d26b7444c3ec885f7d71476ffd9a3f0dcb07
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 16:42:46 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 19:23:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b6d26b
dev-python/objgraph: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/objgraph/objgraph-3.4.1.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-python/objgraph/objgraph-3.4.1.ebuild b/dev-python/objgraph/objgraph-3.4.1.ebuild
index 2df7123cb5f..86764006685 100644
--- a/dev-python/objgraph/objgraph-3.4.1.ebuild
+++ b/dev-python/objgraph/objgraph-3.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1
@@ -14,12 +14,10 @@ SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
+IUSE="doc"
RDEPEND="media-gfx/graphviz"
-DEPEND="dev-python/setuptools
- test? ( media-gfx/xdot )"
+BDEPEND="test? ( media-gfx/xdot )"
PATCHES=(
"${FILESDIR}/objgraph-3.4.1-tests.patch"
@@ -28,6 +26,6 @@ PATCHES=(
distutils_enable_tests unittest
python_install_all() {
- use doc && local HTML_DOCS=( docs/* )
+ use doc && local HTML_DOCS=( docs/* )
distutils-r1_python_install_all
}
next reply other threads:[~2020-06-21 19:23 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-21 19:23 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-12 7:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/objgraph/ Sam James
2025-05-11 22:19 Sam James
2025-04-18 12:38 Michał Górny
2025-03-01 19:01 Arthur Zamarin
2025-02-16 20:33 Michał Górny
2025-01-04 15:08 Sam James
2024-10-26 13:07 Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-10 12:11 Michał Górny
2024-07-27 6:33 Michał Górny
2024-06-15 13:47 Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-26 17:48 Michał Górny
2023-11-30 21:43 James Le Cuirot
2023-05-25 15:47 Michał Górny
2023-05-25 15:47 Michał Górny
2023-03-16 4:03 Michał Górny
2023-03-07 16:36 Arthur Zamarin
2023-03-04 9:29 Arthur Zamarin
2023-01-03 2:53 WANG Xuerui
2022-11-18 15:14 Arthur Zamarin
2022-10-22 14:54 Michał Górny
2022-09-10 18:28 Arthur Zamarin
2022-09-08 5:19 Sam James
2022-06-21 18:37 Arthur Zamarin
2022-06-21 18:26 Arthur Zamarin
2022-06-05 5:36 Michał Górny
2022-05-21 7:36 Michał Górny
2022-05-21 7:36 Michał Górny
2021-09-02 22:57 Marek Szuba
2021-06-05 14:40 Michał Górny
2020-11-15 7:54 Michał Górny
2020-11-15 5:19 Sam James
2020-11-14 22:06 Michał Górny
2020-10-11 14:49 Michał Górny
2020-07-13 23:13 Sam James
2020-07-06 11:57 Michał Górny
2020-07-05 15:16 Michał Górny
2020-06-29 13:40 Agostino Sarubbo
2020-06-22 19:05 Mart Raudsepp
2020-06-04 14:06 Michał Górny
2020-05-30 20:33 Sergei Trofimovich
2020-05-30 16:20 Michał Górny
2020-04-28 19:23 Mart Raudsepp
2020-03-31 7:38 Georgy Yakovlev
2020-03-28 11:21 Michał Górny
2020-03-28 11:21 Michał Górny
2020-02-12 21:55 Zac Medico
2020-02-05 16:53 Michał Górny
2020-02-05 16:53 Michał Górny
2019-03-27 1:07 Patrick McLean
2018-06-23 21:55 Aaron Bauman
2017-07-10 18:50 Sebastien Fabbro
2017-06-29 22:04 Sebastien Fabbro
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=1592767412.61b6d26b7444c3ec885f7d71476ffd9a3f0dcb07.mgorny@gentoo \
--to=mgorny@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