dev-python/aiousbwatcher: new package, add 1.1.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
5dd61d43eb
commit
a67fbece08
3
dev-python/aiousbwatcher/Manifest
Normal file
3
dev-python/aiousbwatcher/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aiousbwatcher-1.1.1.tar.gz 6608 BLAKE2B 61f76fec3332c89b81e6f7c00ab8b261d7d7f2442c743780d946bde64f9fab02c0bcfbfa0faca794570598481aa57a7f4c1db1fc693bc95740a0b157b39b10a8 SHA512 ebdc7a7cb1e5e5dca2449509b9cb8fc1ff21ae1dab56a5149c64729ff2c11459e7b54c042e6bc2e73a82d00dc257a1c015b1732abd72640221ef56f6737cb1d1
|
||||
EBUILD aiousbwatcher-1.1.1.ebuild 587 BLAKE2B 5937ceae6e7f59f7be7696bf70629c04acef0046488bb0b037da664f3278a63058d3420d6f6e19b2d92f008f7b052ac9f8ab70c367d920cd5425f2c94a9f5ca3 SHA512 c17427d9d2942f2495aa8dc6396f702eaf797f2f06ef5e6f5f0e0e99b83d4b36eb5d09cc5c9c1dfbb04ac5e4f615d584da3e233e28f0ab0b9d48a4f26be412b0
|
||||
MISC metadata.xml 535 BLAKE2B 0dca939da53c0da7e69026863039265892abab98a7530e279411d7f64ae5bc59128a7b4ad35d98ec268d1d1b057b7ca9b8d7f7c25b36cb45ba64caf09bf08b45 SHA512 93cb764fcbe87ef9bbd1b3eab83546b8a87f528ced2343d8ae3a796fdd5a90b5a19b37a93af85b362658310559bec12902c2e723bb21ffa19ccb97884c5cbcd0
|
23
dev-python/aiousbwatcher/aiousbwatcher-1.1.1.ebuild
Normal file
23
dev-python/aiousbwatcher/aiousbwatcher-1.1.1.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Watch for USB devices to be plugged and unplugged"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/aiousbwatcher/ https://pypi.org/project/aiousbwatcher/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/asyncinotify-4.2.0[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
16
dev-python/aiousbwatcher/metadata.xml
Normal file
16
dev-python/aiousbwatcher/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">aiousbwatcher</remote-id>
|
||||
<remote-id type="github">bluetooth-devices/aiousbwatcher</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>bluetooth@koston.org</email>
|
||||
<name>"J. Nick Koston"</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user