commit: 8071c36f551df8c085d81e93602557f4e8e14f77
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 20:07:31 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 20:40:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8071c36f
dev-python/subunit: Prepare for rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/subunit/subunit-1.4.4.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/subunit/subunit-1.4.4.ebuild
b/dev-python/subunit/subunit-1.4.4.ebuild
index f4327c1ce8df..df59299dc819 100644
--- a/dev-python/subunit/subunit-1.4.4.ebuild
+++ b/dev-python/subunit/subunit-1.4.4.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 multilib-minimal autotools
+MY_P=subunit-${PV}
DESCRIPTION="A streaming protocol for test results"
HOMEPAGE="
https://launchpad.net/subunit/
@@ -15,8 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/testing-cabal/subunit/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0 BSD"
SLOT="0"