From a8002292e8c707b76d46ddbe24a631d847267f87 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sat, 4 Jan 2020 17:27:54 +0100 Subject: [PATCH] add aiokef-0.2.2 --- CHANGELOG.txt | 1 + dev-python/aiokef/Manifest | 3 +++ dev-python/aiokef/aiokef-0.2.2.ebuild | 31 +++++++++++++++++++++++++++ dev-python/aiokef/metadata.xml | 16 ++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 dev-python/aiokef/Manifest create mode 100644 dev-python/aiokef/aiokef-0.2.2.ebuild create mode 100644 dev-python/aiokef/metadata.xml diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a0d145395..dd583e9b5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/dev-python/aiokef/Manifest b/dev-python/aiokef/Manifest new file mode 100644 index 000000000..9a20dcd37 --- /dev/null +++ b/dev-python/aiokef/Manifest @@ -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 diff --git a/dev-python/aiokef/aiokef-0.2.2.ebuild b/dev-python/aiokef/aiokef-0.2.2.ebuild new file mode 100644 index 000000000..596280a7a --- /dev/null +++ b/dev-python/aiokef/aiokef-0.2.2.ebuild @@ -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 +} diff --git a/dev-python/aiokef/metadata.xml b/dev-python/aiokef/metadata.xml new file mode 100644 index 000000000..3f04e4d86 --- /dev/null +++ b/dev-python/aiokef/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + python + + aiokef + + bas@nijho.lt + Bas Nijholt + + +