dev-python/uart-devices: new package, add 0.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-05-12 23:37:31 +02:00
parent f356e97853
commit e445e2aff3
4 changed files with 48 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
DIST uart_devices-0.1.0.tar.gz 5307 BLAKE2B c7a7fde23c358f8ef0a1e7e9b739194fef7a5449e58dd7011a60586963fcf8d3ab2b65cc36b487001e16ec88b20caa8e6903e54c2f34a42bbffc93f30654d053 SHA512 e8f1d6d469990429eef85e0693d758105d4b8773ef2341344b338dfcf22c9c25244bce80e4be41a679282663055f102c843a9ecdbe3fa8b17722f38716bc3016
EBUILD uart-devices-0.1.0.ebuild 542 BLAKE2B 0004e911e2be413548374d2a3fa13653291e8836838a288f26d6787f56bba20ab2b0a214f3c13d43fbb8db5fe0ac035edf6792257949187cfacae34ab3e49ea8 SHA512 406770a07b43e0dd86610100ec2348cd173100365d23cb055a9ae47386d85adfefcb9dff96d71749d12221674a8cc0d34e54c53782316e46fadb234cd43be649
MISC metadata.xml 515 BLAKE2B 3a6a738dedcfe0fd1498661189cdafb09243b485280a08d4f5206f1a04e9dc4417ea6ec2dedac670da7b0daf9121fb10cda4f9919ffec9942bd274a6dd65b001 SHA512 f805341e95b70b9da1994c617696b6aa21c8431ade71a729106b6140a4e4a950843717dd5993b681d5fc1fbea0bd9362bfb5e2b645371542447722d672cb3315

View 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">uart-devices</remote-id>
<remote-id type="github">bdraco/uart-devices</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="UART Devices for Linux"
HOMEPAGE="https://github.com/bdraco/uart-devices https://pypi.org/project/uart-devices/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest