add rokuecp-0.2.2
This commit is contained in:
parent
56e45ec6fe
commit
ddd9821e46
@ -34,6 +34,8 @@
|
||||
* bump zha-quirks-0.0.39
|
||||
* add upb-lib-0.4.10
|
||||
* bump zigpy-deconz-0.9.1
|
||||
* bump zigpy-deconz-0.9.2
|
||||
* add rokuecp-0.2.2
|
||||
|
||||
2020-05-03 homeassistant-0.109.3
|
||||
* adopting semantic versioning in hass-nabucasa
|
||||
|
||||
3
dev-python/rokuecp/Manifest
Normal file
3
dev-python/rokuecp/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST rokuecp-0.2.2.tar.gz 7731 BLAKE2B 59a276107025facd02d3430bcdfc222b72638b45ea56a4ef6f942c75de3a63ab65eb139a7e90e4a45d9a6b287f5dbfd3d642013ddfcd330a3a7bf56f38c3b311 SHA512 a33654d0654f93107697fbe1100f7fdacfdc9a61e479e1d1f1179624b38448e508906633e0613db99c13b460755d2dd9a5fd9bec94f001281384643b385147ac
|
||||
EBUILD rokuecp-0.2.2.ebuild 823 BLAKE2B 0669b49847078cdf0d3757b59a6148b9dba332103de4c94acbaef22379bcc24e8be6e032f180238b17ba8d1b76a8a6bb24c7263ab1ae1ec396f2b5cc62070f21 SHA512 8ad0c2f81dfa779e65a67736bcf9714a79d440dd08e53f40e188c21738c032fd4cc890503caafcd9b9d044292f3c056f1dee8f961a701a69cdcb4003e8939791
|
||||
MISC metadata.xml 460 BLAKE2B dc9e804d81869617cdbf5f1a16dca15e63aeaa6b21eab349eea17be7a2979c2b187ad2df9c29a2142a0345c24f7138b4b3bfdfe1faabd30255142c3c1cdde221 SHA512 cf32b4b45f1061119f99ecf31a9c309e0f3bfb04f80a01b35791b2d95412aabc413506d21dddaf74d015d04bf36551101c3c3ee821847050971d4228874c07de
|
||||
15
dev-python/rokuecp/metadata.xml
Normal file
15
dev-python/rokuecp/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">rokuecp</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>chris@talkingtontech.com</email>
|
||||
<name>Chris Talkington</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
32
dev-python/rokuecp/rokuecp-0.2.2.ebuild
Normal file
32
dev-python/rokuecp/rokuecp-0.2.2.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# 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="Asynchronous Python client for Roku (ECP)."
|
||||
HOMEPAGE="https://github.com/ctalkington/python-rokuecp https://pypi.org/project/rokuecp/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="~dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
|
||||
~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.4.2[${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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user