add homeconnect-0.5
This commit is contained in:
parent
f97f997702
commit
c3d25c99be
@ -14,6 +14,7 @@
|
|||||||
* bump pysqueezebox-0.1.4
|
* bump pysqueezebox-0.1.4
|
||||||
* bump pysonos-0.0.28
|
* bump pysonos-0.0.28
|
||||||
* bump pyserial-3.4
|
* bump pyserial-3.4
|
||||||
|
* add homeconnect-0.5
|
||||||
|
|
||||||
2020-05-03 homeassistant-0.109.3
|
2020-05-03 homeassistant-0.109.3
|
||||||
* adopting semantic versioning in hass-nabucasa
|
* adopting semantic versioning in hass-nabucasa
|
||||||
|
3
dev-python/homeconnect/Manifest
Normal file
3
dev-python/homeconnect/Manifest
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
DIST homeconnect-0.5.tar.gz 6462 BLAKE2B 8796d57b00c0fe9824421c405e1c70e8bb268b6c68577e366f5aca3057d42fe15efd7d1280fca22c20eaa11f0bcb1bd0e3d3defaaedd3a4c78da12fab74c72cc SHA512 5ed712f7aae92dd642091b98612546da74e3a27d1391c889fdf53749e12eb9f1fa02c9ebe0f49db36dc82f658ca0abbf415036c0ecd558568cbac034b5c4def3
|
||||||
|
EBUILD homeconnect-0.5.ebuild 782 BLAKE2B ac16db3d02172c3984e757505ec08d7922f78f1b8b48055c29c08eb74d160860ec24c6c3cb6e9ff33095c3350fdc5e902e04ce658fa87f149de44d7413d656e3 SHA512 89e7b24a7bdc047223b48626dc4bfe420373394a90aa4a3787c3a2cd189f5c0305db46b7e48cc77629d50320c6aecbe2a8241d4c7f669e4ed2a776f831c13ec9
|
||||||
|
MISC metadata.xml 458 BLAKE2B fa7b32908c10cd00ebaa2dc2a0840480a9bf9cc8b4675fe468bf5fab5d192693f5e964ccbe9ab6fe76564b808d68953574b2e0f368ea5ae2ff0da60ba8fd84c7 SHA512 9fd68dd6a4318a932fcf876ddbe278ab0c904dfe519bfad3c623d0846509b7b8a8a5ee4722b14406042378e5c3dd7f6342df40f898f28dbd2651710ca30482f9
|
31
dev-python/homeconnect/homeconnect-0.5.ebuild
Normal file
31
dev-python/homeconnect/homeconnect-0.5.ebuild
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI="7"
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Python client for the BSH Home Connect REST API"
|
||||||
|
HOMEPAGE="https://github.com/DavidMStraub/homeconnect https://pypi.org/project/homeconnect/"
|
||||||
|
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||||
|
dev-python/requests-oauthlib[${PYTHON_USEDEP}]"
|
||||||
|
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
|
||||||
|
}
|
15
dev-python/homeconnect/metadata.xml
Normal file
15
dev-python/homeconnect/metadata.xml
Normal 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">homeconnect</remote-id>
|
||||||
|
<maintainer status="unknown">
|
||||||
|
<email>david.straub@tum.de</email>
|
||||||
|
<name>David M. Straub</name>
|
||||||
|
</maintainer>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user