public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/prometheus_exporter/
@ 2024-06-05  2:48 George Zenner
  0 siblings, 0 replies; 2+ messages in thread
From: George Zenner @ 2024-06-05  2:48 UTC (permalink / raw
  To: gentoo-commits

commit:     57082981286a03ea718f8def316858e028e4b045
Author:     Zen <z <AT> pyl <DOT> onl>
AuthorDate: Wed Jun  5 02:28:06 2024 +0000
Commit:     George Zenner <dev <AT> pyl <DOT> onl>
CommitDate: Wed Jun  5 02:28:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57082981

dev-python/prometheus_exporter: Add 1.0.0

Signed-off-by: Zen <z <AT> pyl.onl>

 dev-python/prometheus_exporter/Manifest             |  1 +
 dev-python/prometheus_exporter/metadata.xml         | 11 +++++++++++
 .../prometheus_exporter-1.0.0.ebuild                | 21 +++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/prometheus_exporter/Manifest b/dev-python/prometheus_exporter/Manifest
new file mode 100644
index 000000000..23b7f8c43
--- /dev/null
+++ b/dev-python/prometheus_exporter/Manifest
@@ -0,0 +1 @@
+DIST prometheus_exporter-1.0.0.tar.gz 12185 BLAKE2B 8224ef1031239502a9e57be2128d03c01cc31988dd821f486f47223270e6cc7ca42116d7a4d5d4ec87b96a44b9d85fe7391e528fc4f6e7b647cbf76cc10f04d8 SHA512 1aa9f2a4f40863ba89bbdce83ae8153374010cdb51ed2d58923d1406a20c124df67a232406fba1d316e440d8240986fad07dfbe8e40fbb59b921558293bb6489

diff --git a/dev-python/prometheus_exporter/metadata.xml b/dev-python/prometheus_exporter/metadata.xml
new file mode 100644
index 000000000..58ab6295a
--- /dev/null
+++ b/dev-python/prometheus_exporter/metadata.xml
@@ -0,0 +1,11 @@
+<?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
new file mode 100644
index 000000000..058ff4fec
--- /dev/null
+++ b/dev-python/prometheus_exporter/prometheus_exporter-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+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"
+
+RDEPEND="
+    >=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]
+    >=dev-python/aiohttp-3.9.4[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/prometheus_exporter/
@ 2024-07-15 20:26 Lucio Sauer
  0 siblings, 0 replies; 2+ messages in thread
From: Lucio Sauer @ 2024-07-15 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     46bf3d9664ba620a47d6a2919fcbb8c398ba5497
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 15 20:24:17 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jul 15 20:25:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46bf3d96

dev-python/prometheus_exporter: unkeyword 1.0.0 for ~arm64

dev-python/zenlib unkeyworded for ~arm64 when it moved to ::gentoo.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 dev-python/prometheus_exporter/prometheus_exporter-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/prometheus_exporter/prometheus_exporter-1.0.0.ebuild b/dev-python/prometheus_exporter/prometheus_exporter-1.0.0.ebuild
index 058ff4fec..3ff9ed1a7 100644
--- a/dev-python/prometheus_exporter/prometheus_exporter-1.0.0.ebuild
+++ b/dev-python/prometheus_exporter/prometheus_exporter-1.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64"
 
 RDEPEND="
     >=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-15 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05  2:48 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/prometheus_exporter/ George Zenner
  -- strict thread matches above, loose matches on Subject: below --
2024-07-15 20:26 Lucio Sauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox