dev-python/colorama: Sync with Gentoo

It's from Gentoo commit 4df3b547c374620b628812fee6a9682f3d2a40d8.
This commit is contained in:
Flatcar Buildbot 2025-02-17 07:06:24 +00:00 committed by Krzesimir Nowak
parent c8e1409d38
commit 4d2d8aeedc

View File

@ -1,10 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3 python3_{10..13} )
PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1