diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/ansicolor | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
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, 0 insertions, 118 deletions
diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest deleted file mode 100644 index 3dbdf6907e78..000000000000 --- a/dev-python/ansicolor/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index c8f30d16d1cd..000000000000 --- a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 deleted file mode 100644 index ccdf670e8f2b..000000000000 --- a/dev-python/ansicolor/ansicolor-0.3.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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 deleted file mode 100644 index ccdf670e8f2b..000000000000 --- a/dev-python/ansicolor/ansicolor-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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 deleted file mode 100644 index fb93ec31d51a..000000000000 --- a/dev-python/ansicolor/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?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> |
