summaryrefslogtreecommitdiff
path: root/dev-python/enrich
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/enrich
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/enrich')
-rw-r--r--dev-python/enrich/Manifest1
-rw-r--r--dev-python/enrich/enrich-1.2.7-r1.ebuild38
-rw-r--r--dev-python/enrich/metadata.xml13
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/enrich/Manifest b/dev-python/enrich/Manifest
deleted file mode 100644
index f8f6299380e5..000000000000
--- a/dev-python/enrich/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST enrich-1.2.7.tar.gz 16918 BLAKE2B f8fdcc9322a60d8885faf44efbbeaea2a423dea956941679f96560ed9c6b2db5ec3f143c241fa60d579034e0fdbf8b0e490f8c5dd38cd519a55964135623f804 SHA512 4e3d8598e82d7d013ff74dd325be02245086159fef819431a1ba7505e2e1557992ccbefc0b5a37d0e81487b4e378bef02179c6b74fd50528d6710ff297f0832a
diff --git a/dev-python/enrich/enrich-1.2.7-r1.ebuild b/dev-python/enrich/enrich-1.2.7-r1.ebuild
deleted file mode 100644
index e5178bd9273e..000000000000
--- a/dev-python/enrich/enrich-1.2.7-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extend rich functionality"
-HOMEPAGE="
- https://github.com/pycontribs/enrich/
- https://pypi.org/project/enrich/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
- dev-python/rich[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # known breakage in dev-python/rich
- # https://github.com/Textualize/rich/issues/2172
- # https://github.com/pycontribs/enrich/issues/40
- src/enrich/test/test_console.py::test_rich_console_ex
-)
diff --git a/dev-python/enrich/metadata.xml b/dev-python/enrich/metadata.xml
deleted file mode 100644
index c1a6b97bc359..000000000000
--- a/dev-python/enrich/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">enrich</remote-id>
- <remote-id type="github">pycontribs/enrich</remote-id>
- </upstream>
-</pkgmetadata>