From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1639008-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAE0415817D for <garchives@archives.gentoo.org>; Wed, 5 Jun 2024 02:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23BFCE2C99; Wed, 5 Jun 2024 02:48:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03420E2C99 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Jun 2024 02:48:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02885340C20 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Jun 2024 02:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB8A21C69 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Jun 2024 02:48:27 +0000 (UTC) From: "George Zenner" <dev@pyl.onl> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" <dev@pyl.onl> Message-ID: <1717555685.78eb3e8dfe6d97a88bb5a7d2d99be1fc58f0ec05.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hid_ups/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hid_ups/Manifest dev-python/hid_ups/hid_ups-1.0.1.ebuild dev-python/hid_ups/metadata.xml X-VCS-Directories: dev-python/hid_ups/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: 78eb3e8dfe6d97a88bb5a7d2d99be1fc58f0ec05 X-VCS-Branch: dev Date: Wed, 5 Jun 2024 02:48:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03b59ce9-f355-4572-9c88-698c551446b9 X-Archives-Hash: 66b811f8ef6a3508e762308255be6c55 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>