summaryrefslogtreecommitdiff
path: root/dev-python/colored
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-11 18:51:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-11 18:51:22 +0000
commit021f8953d2136b08bfbabe7496540b7194853503 (patch)
tree4a2b2d4984225ed6d1e246f5a9db5a8a3c5e0705 /dev-python/colored
parent73a38834cde93a1e36bab5bdb6b8216429e96d31 (diff)
downloadbaldeagleos-repo-021f8953d2136b08bfbabe7496540b7194853503.tar.gz
baldeagleos-repo-021f8953d2136b08bfbabe7496540b7194853503.tar.xz
baldeagleos-repo-021f8953d2136b08bfbabe7496540b7194853503.zip
Adding metadata
Diffstat (limited to 'dev-python/colored')
-rw-r--r--dev-python/colored/Manifest1
-rw-r--r--dev-python/colored/colored-2.2.4.ebuild23
-rw-r--r--dev-python/colored/metadata.xml12
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/colored/Manifest b/dev-python/colored/Manifest
deleted file mode 100644
index dc61de8928e8..000000000000
--- a/dev-python/colored/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST colored-2.2.4.tar.bz2 18246 BLAKE2B 0895ad4c0851af77526309d991f0271d1837087ecf1562031fdd391fa820e6973155ce5b9be66c527855331f25195ef327508bcfbba5bc5bb31d9a5b0c13d30f SHA512 4ae77b2b72d06c9da3dfe232cc4eac2414c350d8b19905005f1f0d31b208238b1462f59468d89860fb2c4617e47c81b48f0780a22969dc2ee83c90ffd2dd5431
diff --git a/dev-python/colored/colored-2.2.4.ebuild b/dev-python/colored/colored-2.2.4.ebuild
deleted file mode 100644
index eb31fdf46311..000000000000
--- a/dev-python/colored/colored-2.2.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Very simple Python library for color and formatting in terminal"
-HOMEPAGE="https://gitlab.com/dslackw/colored"
-SRC_URI="https://gitlab.com/dslackw/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( CHANGES.md README.rst docs )
-
-# Until we find a way to set colored as unaware of TTY, we should not test as
-# half of them fail, see https://gitlab.com/dslackw/colored/-/issues/32
-# distutils_enable_tests pytest
diff --git a/dev-python/colored/metadata.xml b/dev-python/colored/metadata.xml
deleted file mode 100644
index 0474373788bd..000000000000
--- a/dev-python/colored/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <longdescription lang="en">
- Very simple Python library for color and formatting in terminal.
- Collection of color codes and names for 256 color terminal setups.
- </longdescription>
- <upstream>
- <bugs-to>https://gitlab.com/dslackw/colored/-/issues</bugs-to>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file