Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/termcolor/
Date: Sun, 30 Oct 2022 20:41:20
Message-Id: 1667162441.335eddbcf0b42a5117c4d4ba11053ad255d65d1f.arthurzam@gentoo
1 commit: 335eddbcf0b42a5117c4d4ba11053ad255d65d1f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 20:38:40 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:40:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335eddbc
7
8 dev-python/termcolor: rename distfile to avoid collision
9
10 It has collision with dev-cpp/termcolor, so rename the distfile.
11
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 dev-python/termcolor/Manifest | 2 +-
15 dev-python/termcolor/termcolor-2.1.0.ebuild | 3 ++-
16 2 files changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/termcolor/Manifest b/dev-python/termcolor/Manifest
19 index 5b93ac991afd..39e7aad767bd 100644
20 --- a/dev-python/termcolor/Manifest
21 +++ b/dev-python/termcolor/Manifest
22 @@ -1,2 +1,2 @@
23 +DIST python-termcolor-2.1.0.tar.gz 10665 BLAKE2B f3f08d3a490d8e20e5da0b7e639fa0ff780fcdf9c41bce2b962b157437b6880cccace05668e71808598d51eb00a043c9dad4800aaa1f734a931c0a01378ad8f7 SHA512 9dd1b8f1d137fc66d77f26913297a6c82eb25b3fd7ae1c5e639cd023eff02f155363ed5b731ff36bcb4281b7678d8e508fb8430ae0f89fa02b9c219e03f99e8f
24 DIST termcolor-2.0.1.tar.gz 9693 BLAKE2B 68592597da70957bd3f03a9a76e546ab17f7c437d00aca53325a617b02c5600679c9912c0ca8d9f7ade03a042cd657e86b1e12a588ec1eeafdfa57f3f5f16372 SHA512 e49f05e587fb420aa373d1644d66e4832a701385fc1da85470fa0d811770f73908ca139e1c1e9cb968cbc74285b038833f371854edc6e20bc22059b31ef1a1ed
25 -DIST termcolor-2.1.0.tar.gz 10665 BLAKE2B f3f08d3a490d8e20e5da0b7e639fa0ff780fcdf9c41bce2b962b157437b6880cccace05668e71808598d51eb00a043c9dad4800aaa1f734a931c0a01378ad8f7 SHA512 9dd1b8f1d137fc66d77f26913297a6c82eb25b3fd7ae1c5e639cd023eff02f155363ed5b731ff36bcb4281b7678d8e508fb8430ae0f89fa02b9c219e03f99e8f
26
27 diff --git a/dev-python/termcolor/termcolor-2.1.0.ebuild b/dev-python/termcolor/termcolor-2.1.0.ebuild
28 index 61b84954a4c0..d29179a49c72 100644
29 --- a/dev-python/termcolor/termcolor-2.1.0.ebuild
30 +++ b/dev-python/termcolor/termcolor-2.1.0.ebuild
31 @@ -13,7 +13,8 @@ HOMEPAGE="
32 https://github.com/termcolor/termcolor/
33 https://pypi.org/project/termcolor/
34 "
35 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36 +# rename is for avoiding conflict with dev-cpp/termcolor
37 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> python-${P}.tar.gz"
38
39 LICENSE="MIT"
40 SLOT="0"