add bellows-0.16.1
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
* add blebox-uniapi-1.3.2
|
||||
* bump home-assistant-frontend-20200505.0
|
||||
* add zigpy-0.20.1
|
||||
* add bellows-0.16.1
|
||||
|
||||
2020-05-03 homeassistant-0.109.3
|
||||
* adopting semantic versioning in hass-nabucasa
|
||||
|
||||
3
dev-python/bellows/Manifest
Normal file
3
dev-python/bellows/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST bellows-0.16.1.tar.gz 59015 BLAKE2B 8a2ab648a4e65d22cd9cf7a438dadeb77c917076d916bd647af38d14e43fbf89acd5bb6e83649ba91ed7a900d7b08bae31307b9f1f201be6af7585c20792ec2a SHA512 b88f8835854fe6a2777cb7d3b0d4cc29c315e08d58dc7104ec59a84e692f0d4878b3f9fbb98de1c20e619a0dc482853279081464ffb35131e9f8ca5fc38f1eb0
|
||||
EBUILD bellows-0.16.1.ebuild 938 BLAKE2B d3fb65dc721b4a07030823914be9da20317008f618a7b886f2918061c31ff1a49d820b0835b17e30dccd72b198e55058efd3f92f64425841637e4275347766a9 SHA512 8ce6f9cb0a25c6373254ba63adaf4375e927a5700acbb394218942b5dded955f51bf7e7c345afc2e5775f17d8907d5bd91e6ee3a98701f5b394c17f4f8330583
|
||||
MISC metadata.xml 451 BLAKE2B 3c733715e596fca1ac49954a45fe0b7fdba4340e13142c37b72b5458127d551e86f96dd3f72bc66b71236f4d7733c761215308f297437b0ab5f3aeba64731dcd SHA512 781633f3b5e2ee5b475aff01c628656f523be1f6538e9dff77f780363213874bd49d87090e459249f4706379804e7c65cf1aa11f147d79bcd1837ad6865f9dce
|
||||
35
dev-python/bellows/bellows-0.16.1.ebuild
Normal file
35
dev-python/bellows/bellows-0.16.1.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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="Library implementing EZSP"
|
||||
HOMEPAGE="http://github.com/zigpy/bellows https://pypi.org/project/bellows/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
|
||||
~dev-python/click-log-0.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pure_pcapy3-1.0.1[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/voluptuous[${PYTHON_USEDEP}]
|
||||
>=dev-python/zigpy-0.20.1a3[${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/bellows/metadata.xml
Normal file
15
dev-python/bellows/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">bellows</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>rcloran@gmail.com</email>
|
||||
<name>Russell Cloran</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user