add zwave-js-server-python-0.6.0
bump zwave-js-server-python-0.11.0
This commit is contained in:
parent
1f8a64d64e
commit
eeda2e33d3
@ -1,3 +1,8 @@
|
||||
2021-01-19
|
||||
* bump google-nest-sdm-0.2.8
|
||||
* add zwave-js-server-python-0.6.0
|
||||
* bump zwave-js-server-python-0.11.0
|
||||
|
||||
2021-01-09 homeassistant-2021.1.1
|
||||
* update pyzerproc-0.4.7
|
||||
* update aiokef-0.2.17
|
||||
|
5
dev-python/zwave-js-server-python/Manifest
Normal file
5
dev-python/zwave-js-server-python/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST zwave-js-server-python-0.11.0.tar.gz 16096 BLAKE2B 519768e17c69490bb16dffbff1ac2beb0e2ff30156c997126093dd7e8853b66d9b6ee1eccfdc1130d55ebb9f47c9e522aa0d264b6c8d9aefd0ef9993e82b50f6 SHA512 49a08efe3f10f5f8f4fcbf7ea7284298e1cc0b09d43e604bb1ebc5e9fde08920578821bc317a1ad73458626f929b68f4ec7d10027154ded75d42f644831ad142
|
||||
DIST zwave-js-server-python-0.6.0.tar.gz 13454 BLAKE2B 7b054f80cb1448c4e41674e67c6300f5bb7cd775b4bf05d05f6a6589ab189e4f9ee23b48ff46f04a23f0646fc66c4057983774273743335d5b3efeacc276ea79 SHA512 cee1210fb65a79e75d4b51b5d3ea863536113eb19a13f77d69304ad46e836df3c11d1b15a769cfd20620a54a0675040e37977f54b675feec35b4e594352bc82c
|
||||
EBUILD zwave-js-server-python-0.11.0.ebuild 768 BLAKE2B de14750d501e89118f333a184864167ae01751312619ef25d081a32009c764b8f38cf428b7df7ea05831aa9323abdc7848a1fc8f504f55be547dd5980c740eb8 SHA512 d09194e4e6d4ee940e11912af40ef595c98be665e3ea6bf270561ad6935772c21ec7210fc4d8eb72b1ef9feef93770b0f7a09c278ce8bdd972873763c14802a8
|
||||
EBUILD zwave-js-server-python-0.6.0.ebuild 768 BLAKE2B de14750d501e89118f333a184864167ae01751312619ef25d081a32009c764b8f38cf428b7df7ea05831aa9323abdc7848a1fc8f504f55be547dd5980c740eb8 SHA512 d09194e4e6d4ee940e11912af40ef595c98be665e3ea6bf270561ad6935772c21ec7210fc4d8eb72b1ef9feef93770b0f7a09c278ce8bdd972873763c14802a8
|
||||
MISC metadata.xml 477 BLAKE2B 99c196c9810baa4da0ae2b2afa55bb286df4a90b99868ef5a2841ea3730d85488e5521bf418fb8399eb34467fc00f1cd6663075bf8313b910c4bb0090b91be83 SHA512 e04138d7a24d229fc8a3afebf80c3a6cb769733517da8382fb16fd8dd3e357a9dc28fa46251e44de9aa1dbba81262838154c25654c1bd3c92695dbce603c89e4
|
15
dev-python/zwave-js-server-python/metadata.xml
Normal file
15
dev-python/zwave-js-server-python/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">zwave-js-server-python</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hello@home-assistant.io</email>
|
||||
<name>Home Assistant Team</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python wrapper for zwave-js-server"
|
||||
HOMEPAGE="https://github.com/home-assistant-libs/zwave-js-server-python https://pypi.org/project/zwave-js-server-python/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${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
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python wrapper for zwave-js-server"
|
||||
HOMEPAGE="https://github.com/home-assistant-libs/zwave-js-server-python https://pypi.org/project/zwave-js-server-python/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user