summaryrefslogtreecommitdiff
path: root/dev-python/tcolorpy
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/tcolorpy
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/tcolorpy')
-rw-r--r--dev-python/tcolorpy/Manifest2
-rw-r--r--dev-python/tcolorpy/metadata.xml12
-rw-r--r--dev-python/tcolorpy/tcolorpy-0.1.7.ebuild27
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/tcolorpy/Manifest b/dev-python/tcolorpy/Manifest
deleted file mode 100644
index 869911b9eaaa..000000000000
--- a/dev-python/tcolorpy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST tcolorpy-0.1.7.tar.gz 299437 BLAKE2B 04d9334af6ba09f107bce5175f3bf271a9b00f532f5d28215531793b292e4c723a23690e3f214e06aaf79fdf3049ce49a89f4dfe3bc2dfe85afb6da16b7b591b SHA512 aafc08f9fa3fea7c9316fa097dc3e0a2f76228f212bb11ee9b6b1b4b0469316c87513cec6d0f735af88b4c846567f4146c3e07417b39a800232072dc233f4706
-DIST tcolorpy-0.1.7.tar.gz.provenance 9067 BLAKE2B 4ee0e0b7f122917eec5b1aafe4713a143f412f954f827ed9b6ef0a001b881d5738e724fa051b53ec70a37538e4c9b501fc0e98a2f086e541a98382fc5f0e4397 SHA512 ea2a78937bbb1a7cbf760ab653536b064b10f12f13986abec9269dcf3a4ac7bab13723e3adf25e33fc0cf2c07988360c374b6e438d5ff0f46f62f77a863398d5
diff --git a/dev-python/tcolorpy/metadata.xml b/dev-python/tcolorpy/metadata.xml
deleted file mode 100644
index e29901e8df70..000000000000
--- a/dev-python/tcolorpy/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">tcolorpy</remote-id>
- <remote-id type="github">thombashi/tcolorpy</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/tcolorpy/tcolorpy-0.1.7.ebuild b/dev-python/tcolorpy/tcolorpy-0.1.7.ebuild
deleted file mode 100644
index 1612d9ee090f..000000000000
--- a/dev-python/tcolorpy/tcolorpy-0.1.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_VERIFY_REPO=https://github.com/thombashi/tcolorpy
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="tcolorpy is a Python library to apply true color for terminal text"
-HOMEPAGE="
- https://github.com/thombashi/tcolorpy/
- https://pypi.org/project/colorpy/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND="
- >=dev-python/setuptools-scm-8[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest