Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/tremc/
Date: Fri, 11 Jun 2021 19:37:33
Message-Id: 1623439981.f84b92f0cc86f50c91563c7e766dc4aa2682fe2a.ajak@gentoo
1 commit: f84b92f0cc86f50c91563c7e766dc4aa2682fe2a
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 19:24:15 2021 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 19:33:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84b92f0
7
8 net-p2p/tremc: revbump to drop python3_9
9
10 Due to https://github.com/tremc/tremc/issues/99 tremc doesn't support
11 >python3.8, but with the patch it breaks <=python3.8. Simpler to
12 snapshot to support newer Pythons and revbump the original and drop 3.9
13 from it to suppor the older.
14
15 Closes: https://bugs.gentoo.org/795150
16 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
17
18 net-p2p/tremc/{tremc-0.9.2.ebuild => tremc-0.9.2-r1.ebuild} | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/net-p2p/tremc/tremc-0.9.2.ebuild b/net-p2p/tremc/tremc-0.9.2-r1.ebuild
22 similarity index 96%
23 rename from net-p2p/tremc/tremc-0.9.2.ebuild
24 rename to net-p2p/tremc/tremc-0.9.2-r1.ebuild
25 index 745cb109d76..1609aa817fe 100644
26 --- a/net-p2p/tremc/tremc-0.9.2.ebuild
27 +++ b/net-p2p/tremc/tremc-0.9.2-r1.ebuild
28 @@ -3,7 +3,7 @@
29
30 EAPI=7
31
32 -PYTHON_COMPAT=( python3_{7,8,9} )
33 +PYTHON_COMPAT=( python3_{7,8} )
34 PYTHON_REQ_USE="ncurses"
35 inherit bash-completion-r1 optfeature python-single-r1