commit: a7aba4f5171fd6636be3bf2078760b4f5892f0f0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 21:22:53 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 21:31:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aba4f5
dev-python/txamqp: Post-rename cleanup
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/txamqp/txamqp-0.8.2-r1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/txamqp/txamqp-0.8.2-r1.ebuild
b/dev-python/txamqp/txamqp-0.8.2-r1.ebuild
index 5f7ff94b6cf6..94bbd88adecc 100644
--- a/dev-python/txamqp/txamqp-0.8.2-r1.ebuild
+++ b/dev-python/txamqp/txamqp-0.8.2-r1.ebuild
@@ -9,17 +9,14 @@ PYTHON_REQ_USE="xml(+)"
inherit distutils-r1
-MY_P="${PN,,}-${PV}"
-
DESCRIPTION="Python library for communicating with AMQP peers using Twisted"
HOMEPAGE="https://github.com/txamqp/txamqp"
# pypi tarball misses doc files
# https://github.com/txamqp/txamqp/pull/10
SRC_URI="
https://github.com/txamqp/txamqp/archive/${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
+ -> ${P}.gh.tar.gz
"
-S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"