dev-python/usb-monitor: new package, add 1.23

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
This commit is contained in:
Mattéo Rossillol‑‑Laruelle
2025-07-19 11:25:11 +02:00
parent 0d79208152
commit ac8574435a
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST usb_monitor-1.23.tar.gz 13513 BLAKE2B 16f81f93ec8e3e21d5cfb05b3d98553c640a61176ab2e7777004606234c62cdf8a52cf7dafcc7a26e74b4019464ffe9097acedac1231870be86929fe05b235bf SHA512 0ed1f4fa34aa68116a59c42d5cedde866b8696cdbb20f42eca47c9cb714c3e5eb394fac7ccb5e115385c4890c61bcb9af09faac452cd685f09662fdaa2a3df2c

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>beatussum@protonmail.com</email>
<name>Mattéo RossillolLaruelle</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<maintainer status="active">
<name>Eric Cañas</name>
<email>elcorreodeharu@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/Eric-Canas/USBMonitor/issues</bugs-to>
<remote-id type="github">Eric-Canas/USBMonitor</remote-id>
<remote-id type="pypi">usb-monitor</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
DESCRIPTION="An easy-to-use cross-platform library for USB device monitoring"
HOMEPAGE="https://github.com/Eric-Canas/USBMonitor https://pypi.org/project/usb-monitor/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/pyudev[${PYTHON_USEDEP}]"