Diff ansicolor-0.3.2-r1 with a ansicolor-9999

/usr/portage/dev-python/ansicolor/ansicolor-9999.ebuild 2026-02-04 11:18:06.347538642 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
17 17
	SRC_URI="
18 18
	https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz
19 19
		-> ${P}.gh.tar.gz"
20
	KEYWORDS="amd64 ~arm64 x86"
20
	KEYWORDS="~amd64 ~arm64 ~x86"
21 21
fi
22 22

  
23 23
DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
24
HOMEPAGE="https://github.com/numerodix/ansicolor https://pypi.org/project/ansicolor/"
24
HOMEPAGE="
25
	https://github.com/numerodix/ansicolor/
26
	https://pypi.org/project/ansicolor/
27
"
25 28

  
26 29
LICENSE="Apache-2.0"
27 30
SLOT="0"
28 31

  
32
EPYTEST_PLUGINS=()
29 33
distutils_enable_tests pytest
Thank you!