bump pykodi-0.1.1
This commit is contained in:
parent
2cbdd49cb2
commit
1c5b5fbe9e
@ -9,6 +9,7 @@
|
||||
* update pyrisco-0.2.4
|
||||
* update pyvolumio-0.1.2
|
||||
* update zeroconf-0.28.3
|
||||
* bump pykodi-0.1.1
|
||||
|
||||
2020-08-30 homeassistant-0.114.4
|
||||
* bump btlewrap-0.0.10
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pykodi-0.1.0.tar.gz 5958 BLAKE2B 5ef21e16cea4cb7a33247eaaf8abaf9a023a74943952ed669c80008a9284dea24930bc8fada601cd22d5eafc7acb46fb99d15812702b9abd2c2c3afae36c0160 SHA512 2a99d180730b58c432827923e34759a2a09ef0149f0f6e2c91e14d9b54e7544962e284c39976de9ad8a1f159063b1276d82312f896640381bfc97b2d441aba37
|
||||
DIST pykodi-0.1.1.tar.gz 5947 BLAKE2B e048c536d3d85bf2274acbde851672a6fcfd787d8b41d7514945547606f64d02e1e5e8cc335e25ba7ffe4cfefea37d77b762bf684308c41f01cb000b49ba1e32 SHA512 1cae965c7bcf750978899a43792119049b8a2252e39e206ba4acc2d8275bf77dc6e2e5cf648a64d4bc9596dd3f8b94c99ae4f593cbe7b835c65bf3469b065fd4
|
||||
EBUILD pykodi-0.1.0.ebuild 855 BLAKE2B 2968b72bf78b40f520df4bf371a29a635baedc4db6ce6e3945e747f2ce101a13f5a2f8bf804c358cc789aeccfafdc7e89437e416268dde48f41f0da50ac908db SHA512 55faae316a527596bf5b00b826d82a892d6c257da095889ad5b6dc1e5aded3f1839bbca541166d3c78d7dda7b8b4c988ac4c73314931c3d57b68e6ad35ac529f
|
||||
EBUILD pykodi-0.1.1.ebuild 855 BLAKE2B 2968b72bf78b40f520df4bf371a29a635baedc4db6ce6e3945e747f2ce101a13f5a2f8bf804c358cc789aeccfafdc7e89437e416268dde48f41f0da50ac908db SHA512 55faae316a527596bf5b00b826d82a892d6c257da095889ad5b6dc1e5aded3f1839bbca541166d3c78d7dda7b8b4c988ac4c73314931c3d57b68e6ad35ac529f
|
||||
MISC metadata.xml 446 BLAKE2B 129131126d8e25804cceba5601ff41292ee22c1657535d45633765134fa73e7aee3b542dca9ed71605985342de34c9f2cafc1f6b042840036446d6887307dd34 SHA512 9630642a1da9b3731ea8d9aabe871b8c07c8665ed9f68cb45ed0d8aedc9032c9f1b4f386c73afb9e57e4fa70a0097edcdad4db53cb8e5d5fe3592277d4f17640
|
||||
|
33
dev-python/pykodi/pykodi-0.1.1.ebuild
Normal file
33
dev-python/pykodi/pykodi-0.1.1.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An async python interface for Kodi over JSON-RPC."
|
||||
HOMEPAGE="https://github.com/OnFreund/PyKodi https://pypi.org/project/pykodi/"
|
||||
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/jsonrpc-base[${PYTHON_USEDEP}]
|
||||
dev-python/jsonrpc-async[${PYTHON_USEDEP}]
|
||||
dev-python/jsonrpc-websocket[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp[${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