add aiolyric-1.0.5

This commit is contained in:
Andreas Billmeier 2021-02-09 20:36:01 +01:00 committed by Andreas Billmeier
parent 5fcfc27ff4
commit 74317657f1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2021-02-09
* bump pychromecast-8.0.0
* add aiolyric-1.0.5
2021-01-31 homeassistant-2021.1.5
* bump HATasmota-0.2.6 & HATasmota-0.2.7

View File

@ -0,0 +1,3 @@
DIST aiolyric-1.0.5.tar.gz 5865 BLAKE2B aabe320ca0203cf89542b66b20958f0c77b7b16d63a89bb8333fa314e3d4a9bd766aa2d276c557cafca58e130ae7bab0a0f300a1cd797d03af9391bc0b50fcf9 SHA512 2c2c964fe255a516bedeb26aceef9977a9d6a3e5b3e8a9a1489916ec63fab1e6d9f2e9b4862ffa5c94f7b91e69eae4b76357d3a94cef0adfb764a8be9c4a57d6
EBUILD aiolyric-1.0.5.ebuild 741 BLAKE2B 4fb17a75f21a0935dacafa984875ee429a40c05fb0c657c8c6754d954d43aa930fe56c611e666e437227bc88b1e9ec2ef2b4471831b45278c814e038783648b5 SHA512 4034d5d88ae471ca3e946090d940f51181843b6b6b7c5bd1a4acdeeb3d453121d96ed03c7921a75d85cd47d0124d9623c1e4357c07a909983a08fe75030a5a5d
MISC metadata.xml 458 BLAKE2B c6f66d0e9f75658573cf3ab113a554f760ae8bce87d39e4b6e26acb9062bb00ae73586b230ed7b0433cccea8d720ce72afacb788f92e8444c4482304d95a9b23 SHA512 2befdafd0d614b2a72e29cc596dbd972e560b691c329735f670e1d7f7311d41cdcbac2a618100ace449d56eb2a422a6af55b225443a43bd185b363601e978f5f

View File

@ -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_{7..9} )
inherit distutils-r1
DESCRIPTION="AIO package for the Honeywell Lyric Platform."
HOMEPAGE="https://github.com/timmo001/aiolyric https://pypi.org/project/aiolyric/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.3[${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
}

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">aiolyric</remote-id>
<maintainer status="unknown">
<email>contact@timmo.xyz</email>
<name>Aidan Timson (Timmo)</name>
</maintainer>
</upstream>
</pkgmetadata>