summaryrefslogtreecommitdiff
path: root/dev-python/stack-data
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/stack-data
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/stack-data')
-rw-r--r--dev-python/stack-data/Manifest1
-rw-r--r--dev-python/stack-data/metadata.xml13
-rw-r--r--dev-python/stack-data/stack-data-0.6.3-r1.ebuild45
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-python/stack-data/Manifest b/dev-python/stack-data/Manifest
deleted file mode 100644
index d324265772ac..000000000000
--- a/dev-python/stack-data/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stack_data-0.6.3.tar.gz 44707 BLAKE2B d50e8c8e925cd9a4a19f883422aa487543836b36e20861f9bdf41551484ba02f7bdfb729f8bc051b3a97e76b4df7e7833b53bd3c47daf85dc2aa4e8d5d1c11b1 SHA512 629c112c09a1f69566160039c4d5fd49e59bdc206ad76799c67418e08b93a0990dd802078b646da175ab719b448394b723aab37479be14d09c0fb1c72cdbd0b8
diff --git a/dev-python/stack-data/metadata.xml b/dev-python/stack-data/metadata.xml
deleted file mode 100644
index f81ea3de7e61..000000000000
--- a/dev-python/stack-data/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">stack-data</remote-id>
- <remote-id type="github">alexmojaki/stack_data</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/stack-data/stack-data-0.6.3-r1.ebuild b/dev-python/stack-data/stack-data-0.6.3-r1.ebuild
deleted file mode 100644
index 3b8c097d905f..000000000000
--- a/dev-python/stack-data/stack-data-0.6.3-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-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="Extract data from Python tracebacks for informative displays"
-HOMEPAGE="
- https://github.com/alexmojaki/stack_data/
- https://pypi.org/project/stack-data/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
- >=dev-python/asttokens-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/executing-1.2.0[${PYTHON_USEDEP}]
- dev-python/pure-eval[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/typeguard[${PYTHON_USEDEP}]
- dev-python/littleutils[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # Cython looks for the module in the wrong directory, for some reason
- tests/test_formatter.py::test_example
- # broken by new pygments
- tests/test_core.py::test_executing_style_defs
- tests/test_core.py::test_pygments_example
- tests/test_serializer.py::test_example
-)