add aiokef-0.2.2

This commit is contained in:
Andreas Billmeier 2020-01-04 17:27:54 +01:00
parent 708103d953
commit a8002292e8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* bump env-canada-0.0.31
* bump denonavr-0.7.11
* bump pydeconz-65/66
* add aiokef-0.2.2
2019-12-31
* esphome tighten protobuf dependency

View File

@ -0,0 +1,3 @@
DIST aiokef-0.2.2.tar.gz 11897 BLAKE2B 893f2373dd2d389921c80ae68d2c9b09cb17c214aab409445181bcf3cb6c0cbac4c91cc354c81e72d35d8221f17bf16834a93888d23ccd68ac03409cdcd737c5 SHA512 8071f04703757c55ae3f51198cd1891cc18407e43ea894fdedabbeabd354795567d4796152acdd77f790cab11e826417f2e8b860ca1dffb86dc802a50dfaf87e
EBUILD aiokef-0.2.2.ebuild 767 BLAKE2B 05dddd0e7ec4191fc8bfabc11d4fa1df3bac93ea38544ff4b8c626462da73a213e3e3d21acdb95b6d6163e95b861a42fbb04bf900d1ed011d000a9baaa0aaa95 SHA512 53c68c3c5451954f3e4bd6baa32a32f031ed535af1b77196cfed05aef52a2c0cfc3302e16e4299e263eaf1613df98d0bcbbd3190eb971de95762e07c6588141f
MISC metadata.xml 449 BLAKE2B fc0d14ba4912b3e740c34fe9043da5a9d136f6a297de3c1fbbb272ebec1fdb1c458bb3a290635aaa2f90a10fe7f2bedba8ec3af9bec752bb62a72abefaec319b SHA512 aa6b1ce54f630abdf2dbe8058e6ef7e92c60428274f143b9d8eba557178495e2c05da9c5731d60c82506af7b38cbe8403237c31c1440da5338a2b7cafe15ccec

View 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} )
inherit distutils-r1
DESCRIPTION="A module for asynchronously interacting with KEF wireless speakers."
HOMEPAGE="https://github.com/basnijholt/aiokef https://pypi.org/project/aiokef/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/tenacity[${PYTHON_USEDEP}]
dev-python/typing[${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
}

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">aiokef</remote-id>
<maintainer status="unknown">
<email>bas@nijho.lt</email>
<name>Bas Nijholt</name>
</maintainer>
</upstream>
</pkgmetadata>