commit: b843570b45d8c6cd508433f9abe6b7db55c6604a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 21 11:09:05 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 21 11:12:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b843570b
dev-python/backports-zstd: Remove backports/__init__.py Closes: https://bugs.gentoo.org/964779 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{backports-zstd-1.0.0.ebuild => backports-zstd-1.0.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/backports-zstd/backports-zstd-1.0.0.ebuild b/dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild similarity index 93% rename from dev-python/backports-zstd/backports-zstd-1.0.0.ebuild rename to dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild index 8a9d83682356..8bd50aa0eeb9 100644 --- a/dev-python/backports-zstd/backports-zstd-1.0.0.ebuild +++ b/dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild @@ -44,6 +44,9 @@ src_prepare() { DISTUTILS_ARGS=( --system-zstd ) + + # remove namespace file + rm src/python/backports/__init__.py || die } python_test() {
