public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hid_ups/
@ 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:     78eb3e8dfe6d97a88bb5a7d2d99be1fc58f0ec05
Author:     Zen <z <AT> pyl <DOT> onl>
AuthorDate: Wed Jun  5 02:48:05 2024 +0000
Commit:     George Zenner <dev <AT> pyl <DOT> onl>
CommitDate: Wed Jun  5 02:48:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78eb3e8d

dev-python/hid_ups: Add 1.0.1

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

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

diff --git a/dev-python/hid_ups/Manifest b/dev-python/hid_ups/Manifest
new file mode 100644
index 000000000..14f8e169a
--- /dev/null
+++ b/dev-python/hid_ups/Manifest
@@ -0,0 +1 @@
+DIST hid_ups-1.0.1.tar.gz 10382 BLAKE2B 883a8e968e64adc0085f19bf035872dc131bb6ca0c45cb0f2b2a8cb6d426f0c9375632bcd6cc14f990bb4aa282aa79c5fb8f7b02b81d020b722da0c5b71e9f06 SHA512 8eff096206b227a5ecbe4e577a62604564940dc017e0614d06b38f352db7f391e0ae9f2c1a167867da36732a33295f5213b10be64daf69a27949a840b70c1981

diff --git a/dev-python/hid_ups/hid_ups-1.0.1.ebuild b/dev-python/hid_ups/hid_ups-1.0.1.ebuild
new file mode 100644
index 000000000..0cda04ac4
--- /dev/null
+++ b/dev-python/hid_ups/hid_ups-1.0.1.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-based library for interpreting UPS HID data."
+HOMEPAGE="https://github.com/desultory/hid_ups"
+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/hidapi-0.14.0[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/hid_ups/metadata.xml b/dev-python/hid_ups/metadata.xml
new file mode 100644
index 000000000..da0406b2f
--- /dev/null
+++ b/dev-python/hid_ups/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/hid_ups</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hid_ups/
@ 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:     12c5ab7ea518271e8efd1c631363c5578b6104d6
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 15 20:21:32 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jul 15 20:25:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12c5ab7e

dev-python/hid_ups: unkeyword 1.0.1 for ~arm64

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

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

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

diff --git a/dev-python/hid_ups/hid_ups-1.0.1.ebuild b/dev-python/hid_ups/hid_ups-1.0.1.ebuild
index 0cda04ac4..9e7f473f2 100644
--- a/dev-python/hid_ups/hid_ups-1.0.1.ebuild
+++ b/dev-python/hid_ups/hid_ups-1.0.1.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/hid_ups/ 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