bthome-ble-0.5.2

This commit is contained in:
Andreas Billmeier 2022-09-03 10:53:25 +02:00 committed by Andreas Billmeier
parent 05e0457760
commit 0861c082d1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST bthome-ble-0.5.2.tar.gz 11026 BLAKE2B 7b46676e31f31ba3c0cba5ee1227eb094af2cf2e2bfe74877fae29527b00c2009a0efc54ef8ce112aec03aff914e9502fb907d662111ba340b48907326b1e4c7 SHA512 36e6f5a9d7305225504f7422e4140b082bfced61da9afbdde354196aa91b2e7f81495d779037b4ff83fe318face01c5b72804cb85d4c87563169a1c0171ebcc4
EBUILD bthome-ble-0.5.2.ebuild 944 BLAKE2B 93a6fb78b265a8a8c7f7d6629b0cf91d3806139ca3229db395d44aaba52a505895e356f700c15e0e14507269a93eae7b3b1caa6f324bc93ec99c36b133e5b039 SHA512 9acc554050215346a2c00b80d08f5296745f42ba01d4b17958e9afd082bacab6ad455b94742925a967f107c7bab9e6d8ae1912be045ae1d20f5e498a4c282778
MISC metadata.xml 453 BLAKE2B 45fc6c8c182b3dfb8796a9bb9df38ae02fc076f571ee525381b43ec1ef974aa304bd97e29753394c43c569d67b5994072628c44205b73013f2aa053afae8297e SHA512 1011c33f6f1e28b9ccf480202abedd33e2837ffae9b7ad7cf58fbebd29abd98ef664e6fc3a7e89dcd99842d8f8ed3fb16d4ff81b34c29effcefedb921abb85e2

View File

@ -0,0 +1,38 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="BThome BLE support"
HOMEPAGE="https://github.com/bluetooth-devices/bthome-ble https://pypi.org/project/bthome-ble/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodomex-3.15.0[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.5.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,15 @@
<?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">bthome-ble</remote-id>
<maintainer status="unknown">
<email>e.klamer@gmail.com</email>
<name>Ernst Klamer</name>
</maintainer>
</upstream>
</pkgmetadata>