commit: f8f0478a22c4e2491a278607d859d6583077fde5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 12 18:17:36 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 12 18:17:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f0478a
dev-python/tzdata: Workaround dev-python/hatchling-1.19 This is a temporary hack, pending upstream suggestions on how to do it better. Closes: https://bugs.gentoo.org/919782 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/tzdata/tzdata-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/tzdata/tzdata-9999.ebuild b/dev-python/tzdata/tzdata-9999.ebuild index fce2f32a523a..97edbcdcb47d 100644 --- a/dev-python/tzdata/tzdata-9999.ebuild +++ b/dev-python/tzdata/tzdata-9999.ebuild @@ -30,5 +30,9 @@ src_unpack() { name = "tzdata" version = "9999" description = "tzdata shim to satisfy requirements (using system tzdata)" + + [tool.hatch.build.targets.wheel] + # apparently it doesn't have to exist... + packages = ["gentoo_tzdata"] EOF }
