summaryrefslogtreecommitdiff
path: root/dev-python/hid_ups
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/hid_ups
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/hid_ups')
-rw-r--r--dev-python/hid_ups/Manifest1
-rw-r--r--dev-python/hid_ups/hid_ups-1.0.1.ebuild21
-rw-r--r--dev-python/hid_ups/metadata.xml11
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/hid_ups/Manifest b/dev-python/hid_ups/Manifest
deleted file mode 100644
index 14f8e169a1e2..000000000000
--- a/dev-python/hid_ups/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index f5014aca0cb5..000000000000
--- a/dev-python/hid_ups/hid_ups-1.0.1.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-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"
-
-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
deleted file mode 100644
index da0406b2f64d..000000000000
--- a/dev-python/hid_ups/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/hid_ups</remote-id>
- </upstream>
-</pkgmetadata>