summaryrefslogtreecommitdiff
path: root/dev-python/pyspectrum2
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/pyspectrum2
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pyspectrum2')
-rw-r--r--dev-python/pyspectrum2/Manifest1
-rw-r--r--dev-python/pyspectrum2/metadata.xml17
-rw-r--r--dev-python/pyspectrum2/pyspectrum2-0.2.0-r2.ebuild26
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/pyspectrum2/Manifest b/dev-python/pyspectrum2/Manifest
deleted file mode 100644
index 5e212c74833d..000000000000
--- a/dev-python/pyspectrum2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyspectrum2-0.2.0.gh.tar.gz 31500 BLAKE2B 230329f9b1f12c7f7cff234b95d9715609cd0922c6c833726dfe72e7da0ba646e8d059d2f42d70fb97c8cb755436307369336551d44bf7954f2281f49d03ea6f SHA512 40c9f7dda808fd5bca05026b7418022b660d53b6ef52d684885ed04a47185ce2d1e2988bff5b874977c736bf5cf75f10f9daf752475504327844d4f1948f2286
diff --git a/dev-python/pyspectrum2/metadata.xml b/dev-python/pyspectrum2/metadata.xml
deleted file mode 100644
index 70514c9f8000..000000000000
--- a/dev-python/pyspectrum2/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>conikost@gentoo.org</email>
- <name>Conrad Kostecki</name>
- </maintainer>
- <longdescription>
- pyspectrum2 implements the Protobuf-based interface to Spectrum2
- required for building Python-based Spectrum2 backends.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/stv0g/pyspectrum2/issues</bugs-to>
- <remote-id type="github">stv0g/pyspectrum2</remote-id>
- <remote-id type="pypi">pyspectrum2</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyspectrum2/pyspectrum2-0.2.0-r2.ebuild b/dev-python/pyspectrum2/pyspectrum2-0.2.0-r2.ebuild
deleted file mode 100644
index 92399ee7fc7b..000000000000
--- a/dev-python/pyspectrum2/pyspectrum2-0.2.0-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2026 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
-
-DESCRIPTION="Implements a protobuf-based interface for Spectrum2 python-based backends"
-HOMEPAGE="https://github.com/stv0g/pyspectrum2"
-SRC_URI="https://github.com/stv0g/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/protobuf[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- python_optimize
-}