add aiohomekit-0.2.10, bump aiohomekit-0.2.11

This commit is contained in:
Andreas Billmeier 2020-02-25 20:33:30 +01:00
parent b426ef59af
commit e61581e705
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 91 additions and 0 deletions

View File

@ -1,6 +1,7 @@
2020-02-25
* add pyEzviz-0.1.5.2
* bump aioambient-1.0.4
* add aiohomekit-0.2.10, bump aiohomekit-0.2.11
2020-02-23
* bump env-canada-0.0.35

View File

@ -0,0 +1,5 @@
DIST aiohomekit-0.2.10.tar.gz 53403 BLAKE2B 67d8df42a13a6ba116230336225a5191f05583b8995ef5ddf710b26f1d55612b926966f7a10755af1e4c88ad5464945d7829628af7c01ece95945005b644a18a SHA512 032177745985b574baa3601cf1fc7c9e4418adc46cc8185e6a9be809b91e617487b3b9fdcd609b43bd97afd496cf0f69a8e2ea5b2c55f3b668daaf86af35160d
DIST aiohomekit-0.2.11.tar.gz 53326 BLAKE2B 47474bdf6cf13df2ecdd9d2aa5e99bc283abaad75397af5b1b5b0169f0c913298427fad356d65290aa1fe8eb6b495722cdea8a5fd51166819d282841f1f79def SHA512 65fc766b7b1afd0e7d468222896fa4446f98f2048e743da3b1d10d28a6e1ad41d2400c9ad10896182a03aea6bbff05b639c09478a3bd2efbfc178fb680b3c778
EBUILD aiohomekit-0.2.10.ebuild 821 BLAKE2B ba617c302ec1537b70aef5255705d9d75be6d8693a2299f3e42400b3a344aaf2bd172d944167ff795893aa6e9c3aef8ef615d6d07924a79160261e75602b2fe1 SHA512 20307231930522fd26276660ac26167affa9488305d5b77184895cd2bd75d6a25401aaef2107a8952df1d0e4ae00fd20690bd684f81c266b302939b7915efbad
EBUILD aiohomekit-0.2.11.ebuild 821 BLAKE2B ba617c302ec1537b70aef5255705d9d75be6d8693a2299f3e42400b3a344aaf2bd172d944167ff795893aa6e9c3aef8ef615d6d07924a79160261e75602b2fe1 SHA512 20307231930522fd26276660ac26167affa9488305d5b77184895cd2bd75d6a25401aaef2107a8952df1d0e4ae00fd20690bd684f81c266b302939b7915efbad
MISC metadata.xml 456 BLAKE2B 52666d6659ea0e650a453b4c6568f3754db9133bc0786686a87bc1ab7c12c4e967d6a195cd0de1d55dd4b596464735db810541211b1b78c0a9ab30eede8e5dd4 SHA512 9c043f3a3ee2339020070a1f2011bc0799d5ef7c4a2d082401bb96ef3cc1fc4071db15f251681dd3abd97770e865fc10457035c5717b9d7a5a20da814faa3ac4

View 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="An asyncio HomeKit client"
HOMEPAGE="https://github.com/Jc2k/aiohomekit https://pypi.org/project/aiohomekit/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/attrs-18.1.0
>=dev-python/click-6.5
>=dev-python/pathspec-0.6
dev-python/regex
>=dev-python/toml-0.9.4
>=dev-python/typed-ast-1.4.0"
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,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="An asyncio HomeKit client"
HOMEPAGE="https://github.com/Jc2k/aiohomekit https://pypi.org/project/aiohomekit/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/attrs-18.1.0
>=dev-python/click-6.5
>=dev-python/pathspec-0.6
dev-python/regex
>=dev-python/toml-0.9.4
>=dev-python/typed-ast-1.4.0"
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,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">aiohomekit</remote-id>
<maintainer status="unknown">
<email>john.carr@unrouted.co.uk</email>
<name>John Carr</name>
</maintainer>
</upstream>
</pkgmetadata>