dev-python/medcom-ble: new package, add 0.1.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-20 17:29:24 +02:00 committed by Andreas Billmeier
parent 0bc213dc52
commit 6962f5c88b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST medcom_ble-0.1.1.tar.gz 4759 BLAKE2B c09959445597c87b26065b2330005c7db5f99245b826f2d38cc5665228ada30572b98e930ae98c0b5bdc7488fea4ee96e6728c018ff8e6902b826f1574958dad SHA512 3adfa08a91eef4d6244ac24f5282c04c1d2a071eab5be3b8778b945781d73534617fd71f628054c189aeff5502e3abe7a81464c6a312901dea5fda9f9bc71eda
EBUILD medcom-ble-0.1.1.ebuild 723 BLAKE2B 93451d20f7939fe4d7cc97f7d44bf87f1fa2ab18b8e58870d6f0ef00e1e8b3d0bfc4abcca09b9027952eb17cce666e0bb45d34a721818831c45cfe347cc2495e SHA512 a51e8dcd6f186654c8e939304fea164a56559556b0aad5747a8d7d4066ee233987b3a540b5893846bf3dfe82434155442c07edacd72dcbc9bf38b289143cd7cf
MISC metadata.xml 509 BLAKE2B d6e35889ceaab8e68be2fb87c2f4b45907c57c240d12ff5b24e7c267a0b748eb881e621428461d4ea8731098c7c8597c35663ef54dea7d1cdd83d0cdc63a20e8 SHA512 62d76beb22d89004e57b2a14b5af2564ed04e2209526d5d15391dab6dc18fa1fecb4bb40f5bb47c675c1ba50205e051a721f21086d7609048686e19e3323e4f6

View File

@ -0,0 +1,32 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Library to communicate with Medcom BLE radiation monitors"
HOMEPAGE="https://github.com/elafargue/medcom-ble https://pypi.org/project/medcom-ble/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.15.1[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-1.8.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

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">medcom-ble</remote-id>
<remote-id type="github">elafargue/medcom-ble</remote-id>
<maintainer status="unknown">
<email>ed@wizkers.io</email>
<name>Ed Lafargue</name>
</maintainer>
</upstream>
</pkgmetadata>