diff --git a/dev-python/ansicolors/Manifest b/dev-python/ansicolors/Manifest new file mode 100644 index 000000000..30f411c94 --- /dev/null +++ b/dev-python/ansicolors/Manifest @@ -0,0 +1 @@ +DIST ansicolors-1.1.8.zip 23027 BLAKE2B 13ee075a422a20c226504711c4427c82370b7715b177c5023b374f6784e46d456cb7e94144734c94f24f944cab80d6b76eb20f6fe36b8fcdb9168a3984a92421 SHA512 5afc4a7a6dc4028ad3db80c0e25e340482295ba41082107287abe7f20f6d4a2d0d17bccf269d7ac71482b7944134487f9238bb2c22c8a2f0bf9ea8288e543378 diff --git a/dev-python/ansicolors/ansicolors-1.1.8.ebuild b/dev-python/ansicolors/ansicolors-1.1.8.ebuild new file mode 100644 index 000000000..bdc37cda1 --- /dev/null +++ b/dev-python/ansicolors/ansicolors-1.1.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{12..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Add ANSI colors and decorations to your strings" +HOMEPAGE=" + https://pypi.org/project/ansicolors/ +" + +SRC_URI="https://files.pythonhosted.org/packages/source/a/ansicolors/${P}.zip" +LICENSE="ISC" +SLOT="0" +KEYWORDS="amd64" +BDEPEND="app-arch/unzip" + +distutils_enable_tests pytest diff --git a/dev-python/ansicolors/metadata.xml b/dev-python/ansicolors/metadata.xml new file mode 100644 index 000000000..93a1de5b4 --- /dev/null +++ b/dev-python/ansicolors/metadata.xml @@ -0,0 +1,8 @@ + + + + + + ansicolors + +