diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/prometheus_exporter | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/prometheus_exporter')
6 files changed, 0 insertions, 113 deletions
diff --git a/dev-python/prometheus_exporter/Manifest b/dev-python/prometheus_exporter/Manifest deleted file mode 100644 index 4cdc0b24ed8e..000000000000 --- a/dev-python/prometheus_exporter/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST prometheus_exporter-1.0.0.tar.gz 12185 BLAKE2B 8224ef1031239502a9e57be2128d03c01cc31988dd821f486f47223270e6cc7ca42116d7a4d5d4ec87b96a44b9d85fe7391e528fc4f6e7b647cbf76cc10f04d8 SHA512 1aa9f2a4f40863ba89bbdce83ae8153374010cdb51ed2d58923d1406a20c124df67a232406fba1d316e440d8240986fad07dfbe8e40fbb59b921558293bb6489 -DIST prometheus_exporter-1.1.0.tar.gz 15248 BLAKE2B a3cee9c51346c607928e9ee693dd0ecdabd0e261a369acccecc7ab5fc593994f96e7242c9225309ddaa19dfa5a6efeb80376f95f038bc6fa5cba917ae86215a1 SHA512 f08af3157715eac288763d86bfe33bd8bf7a459877daa0778477ab06ee1de0e3726b671595ac18a4116a72e72ec578204ab86e464851700c2eb4cd53dc92ad5e -DIST prometheus_exporter-1.3.0.tar.gz 15543 BLAKE2B 231bb05eebfd86a3fb27b975cf5fe3b63d73e6186b38463f92d1ab22901e28a36037c2180f93f03844fa90551630b39c87c5aecd9196f2209ea0ce92752181cb SHA512 2d5c360a9c576cfee9c2791f21a48a907bfbcac5bf8d90bad263040ba52a67cd3a212bc63a20db6433c1dfa40c2fa29b7576e73540b58ffd1285a7e842903722 diff --git a/dev-python/prometheus_exporter/metadata.xml b/dev-python/prometheus_exporter/metadata.xml deleted file mode 100644 index 58ab6295a8c3..000000000000 --- a/dev-python/prometheus_exporter/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>dev@pyl.onl</email> - <name>Zen</name> - </maintainer> - <upstream> - <remote-id type="github">desultory/prometheus_exporter</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/prometheus_exporter/prometheus_exporter-1.0.0.ebuild b/dev-python/prometheus_exporter/prometheus_exporter-1.0.0.ebuild deleted file mode 100644 index 337647ec6b24..000000000000 --- a/dev-python/prometheus_exporter/prometheus_exporter-1.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2024 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="Python Prometheus exporter library" -HOMEPAGE="https://github.com/desultory/prometheus_exporter" -SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}] - >=dev-python/aiohttp-3.9.4[${PYTHON_USEDEP}] -" diff --git a/dev-python/prometheus_exporter/prometheus_exporter-1.1.0.ebuild b/dev-python/prometheus_exporter/prometheus_exporter-1.1.0.ebuild deleted file mode 100644 index 61b7b8bffbac..000000000000 --- a/dev-python/prometheus_exporter/prometheus_exporter-1.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2024-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 - -DESCRIPTION="Python Prometheus exporter library" -HOMEPAGE="https://github.com/desultory/prometheus_exporter" -SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/zenlib-2.4.1[${PYTHON_USEDEP}] - >=dev-python/aiohttp-3.9.4[${PYTHON_USEDEP}] -" -distutils_enable_tests unittest - -python_test() { - eunittest tests/ -} diff --git a/dev-python/prometheus_exporter/prometheus_exporter-1.3.0.ebuild b/dev-python/prometheus_exporter/prometheus_exporter-1.3.0.ebuild deleted file mode 100644 index 222579da00fa..000000000000 --- a/dev-python/prometheus_exporter/prometheus_exporter-1.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2024-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="Python Prometheus exporter library" -HOMEPAGE="https://github.com/desultory/prometheus_exporter" -SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - -RDEPEND=" - >=dev-python/zenlib-2.4.1[${PYTHON_USEDEP}] - >=dev-python/aiohttp-3.9.4[${PYTHON_USEDEP}] -" -distutils_enable_tests unittest - -python_test() { - eunittest tests/ -} diff --git a/dev-python/prometheus_exporter/prometheus_exporter-9999.ebuild b/dev-python/prometheus_exporter/prometheus_exporter-9999.ebuild deleted file mode 100644 index f22ca8e06e93..000000000000 --- a/dev-python/prometheus_exporter/prometheus_exporter-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2025-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 git-r3 - -DESCRIPTION="Python Prometheus exporter library" -HOMEPAGE="https://github.com/desultory/prometheus_exporter" -EGIT_REPO_URI="https://github.com/desultory/${PN}" - -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=" - >=dev-python/zenlib-9999[${PYTHON_USEDEP}] - >=dev-python/aiohttp-3.9.4[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest - -python_test() { - eunittest tests/ -} |
