commit: 78eb3e8dfe6d97a88bb5a7d2d99be1fc58f0ec05 Author: Zen <z <AT> pyl <DOT> onl> AuthorDate: Wed Jun 5 02:48:05 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> 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>d...@pyl.onl</email> + <name>Zen</name> + </maintainer> + <upstream> + <remote-id type="github">desultory/hid_ups</remote-id> + </upstream> +</pkgmetadata>