add btsmarthub-devicelist-0.2.0

This commit is contained in:
Andreas Billmeier 2019-11-24 12:55:08 +01:00
parent 7e23095883
commit eae3107ab6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 52 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11 23 (reverse added today)
* add btsmarthub-devicelist-0.2.0
* add bthomehub5-devicelist
* add beewi-smartclim-0.0.7
* add pybbox-0.0.5_alpha0

View File

@ -0,0 +1,3 @@
DIST btsmarthub-devicelist-0.2.0.tar.gz 4599 BLAKE2B b03448af8497a317ed6a6d581c19a3414736019b93cde5e5619cebafe34446bc229ab6c5bd536c650f9aa9965897a3846cdbb1a6bebad4385c163d07aad685e6 SHA512 172327c42535ceb087ba5376c84106bab84684243b8cb0a669e881e6a4224cf36a80842a2b223a83e006d8b3a80ccc2f247ce4f9575fbe0aa8ae033ca1f80acf
EBUILD btsmarthub-devicelist-0.2.0.ebuild 817 BLAKE2B 5dac41bc15c5ff43ed119626b7b918e30ff6ab46bfd6a3f13c310712608fae03e3d74d243608039f1ded0cc9c8b79f02a1b46561a5afc7de4901a4ce52c6f083 SHA512 6ff8d5f93e927647ae1f2b87a5042aab4d49f1b882e879842665c44f1cedcd54020eaa27c8fcd66a7172db09eda287a632026e543070be1ed34adbb5e5dbd587
MISC metadata.xml 483 BLAKE2B 868cb01a31303af729f8877170ea2be552b68d476cd2e34771a4d5e2c46b2b39a8afb19d6237638b78d9f0d43a6829637ced86debf5dee4d0a482ad570f1b256 SHA512 23797fcb2a441c0924bb4473f779cdd80fa447bc2e5819fb3a2f06f76360086cd544bc677d600f40c20d0236a1e7e2848f6c6eacb4e15ffeb763fd917e332313

View File

@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Retrieve a list of devices from a bt smarthub or bt smarthub 2 on a local network"
HOMEPAGE="https://github.com/jxwolstenholme/btsmarthub_devicelist https://pypi.org/project/btsmarthub-devicelist/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

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>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">btsmarthub-devicelist</remote-id>
<maintainer status="unknown">
<email>jxwolstenholme@gmail.com</email>
<name>Jamie Wolstenholme</name>
</maintainer>
</upstream>
</pkgmetadata>