diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/ansicolor | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/ansicolor')
| -rw-r--r-- | dev-python/ansicolor/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/ansicolor/ansicolor-0.3.3.ebuild | 33 | ||||
| -rw-r--r-- | dev-python/ansicolor/ansicolor-9999.ebuild | 33 | ||||
| -rw-r--r-- | dev-python/ansicolor/metadata.xml | 21 |
5 files changed, 118 insertions, 0 deletions
diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest new file mode 100644 index 000000000000..3dbdf6907e78 --- /dev/null +++ b/dev-python/ansicolor/Manifest @@ -0,0 +1,2 @@ +DIST ansicolor-0.3.2.gh.tar.gz 118221 BLAKE2B f3f621298858974522dd05665c66ffebfc335291b61c6f0e6f835aaddf099559412f12979ad2a43001690b430125c8e1a8fd5427ad3268393d75bd736353d598 SHA512 de1e1bc9d8a02accaa57a64e5d2ea1f510545b3ab83218c47c7a1861e8438862c222147c9dcab0fcb1ec4055dcee07d6cde6d7bfecfbf9ac55c3bb76ac0fb0ab +DIST ansicolor-0.3.3.gh.tar.gz 118399 BLAKE2B 4bab0fd51a933c58e38c1fd5b53dfa7bbaeaf3de8ba38bb24ab10de61c53646632cfdb09d54045709acc0c9554e60a8205f218ccf910496b9e1dc9a5b4819e8e SHA512 7f017ece65edb61f570d20116d540686ad81f69cbf4d060ad18df3e0274d1a866e9259d2d8331e1450b1bab3c1fdcbceffece42de81228da9915c294e826d8f1 diff --git a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild new file mode 100644 index 000000000000..c8f30d16d1cd --- /dev/null +++ b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git" +else + # pypi tars don't include tests and github repo is missing release tags, + # so only enabling tests for 9999 at this time + SRC_URI=" + https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + KEYWORDS="amd64 ~arm64 x86" +fi + +DESCRIPTION="Produce ansi color output and colored highlighting and diffing" +HOMEPAGE="https://github.com/numerodix/ansicolor https://pypi.org/project/ansicolor/" + +LICENSE="Apache-2.0" +SLOT="0" + +distutils_enable_tests pytest diff --git a/dev-python/ansicolor/ansicolor-0.3.3.ebuild b/dev-python/ansicolor/ansicolor-0.3.3.ebuild new file mode 100644 index 000000000000..ccdf670e8f2b --- /dev/null +++ b/dev-python/ansicolor/ansicolor-0.3.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git" +else + # pypi tars don't include tests and github repo is missing release tags, + # so only enabling tests for 9999 at this time + SRC_URI=" + https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DESCRIPTION="Produce ansi color output and colored highlighting and diffing" +HOMEPAGE=" + https://github.com/numerodix/ansicolor/ + https://pypi.org/project/ansicolor/ +" + +LICENSE="Apache-2.0" +SLOT="0" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest diff --git a/dev-python/ansicolor/ansicolor-9999.ebuild b/dev-python/ansicolor/ansicolor-9999.ebuild new file mode 100644 index 000000000000..ccdf670e8f2b --- /dev/null +++ b/dev-python/ansicolor/ansicolor-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git" +else + # pypi tars don't include tests and github repo is missing release tags, + # so only enabling tests for 9999 at this time + SRC_URI=" + https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DESCRIPTION="Produce ansi color output and colored highlighting and diffing" +HOMEPAGE=" + https://github.com/numerodix/ansicolor/ + https://pypi.org/project/ansicolor/ +" + +LICENSE="Apache-2.0" +SLOT="0" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest diff --git a/dev-python/ansicolor/metadata.xml b/dev-python/ansicolor/metadata.xml new file mode 100644 index 000000000000..fb93ec31d51a --- /dev/null +++ b/dev-python/ansicolor/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>lucianposton@pm.me</email> + <name>Lucian Poston</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">numerodix/ansicolor</remote-id> + <remote-id type="pypi">ansicolor</remote-id> + </upstream> +</pkgmetadata> |
