commit: 2c7c9bfcb4af6cb062021246b5cd81078d2d2164 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 12 16:06:09 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 12 16:27:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7c9bfc
dev-python/blake3-py: Prepare for rename Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild b/dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild index 4eec5fd1aa4d..155f81eb74ba 100644 --- a/dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild +++ b/dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild @@ -67,6 +67,7 @@ CRATES=" inherit cargo distutils-r1 +MY_P=blake3-py-${PV} DESCRIPTION="Python bindings for the BLAKE3 cryptographic hash function" HOMEPAGE=" https://github.com/oconnor663/blake3-py/ @@ -74,9 +75,10 @@ HOMEPAGE=" " SRC_URI=" https://github.com/oconnor663/blake3-py/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz + -> ${MY_P}.gh.tar.gz ${CARGO_CRATE_URIS} " +S=${WORKDIR}/${MY_P} LICENSE="|| ( CC0-1.0 Apache-2.0 )" # Dependent crate licenses