update pykodi-0.1.2

This commit is contained in:
Andreas Billmeier 2020-09-08 06:44:32 +02:00 committed by Andreas Billmeier
parent 4280495783
commit ee2002fae2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 40 additions and 4 deletions

View File

@ -1,5 +1,6 @@
2020-09-08
* update Plugwise-Smile-1.4.0
* update pykodi-0.1.2
2020-09-07
* update geopy-2.0.0.ebuild

View File

@ -1,5 +1,7 @@
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
DIST pykodi-0.1.2.tar.gz 5943 BLAKE2B 75ffb30e74cf60423c8e4ccff5e8475054ea6acc675883d2ef99f03f9300ae600ee310182c36a8641bd20bd064bab20307f4a8685e60c29b9c9e4aee17670509 SHA512 8668b5393f6596e96a271e76827cb383a666f32e90dc917f1fd998163cc36a797def91426bd37931827ced663975808483b5c4a43bfba69ad4f554bee9ded534
EBUILD pykodi-0.1.0.ebuild 856 BLAKE2B de19ac44d78e279b27bc086f0c268037493a47f2821606daab504cf950fa23df1afb48c76c652454ef71439dc01c3039170dd4c6ce500773904035734a661634 SHA512 6e38ed6880b28d011260e39b062221610b820669fc89e52b77dcd662a3f25c17c18de86e0857e5775feae0c57b6d1bd3054b52a3d7cc9db184f574b68686c010
EBUILD pykodi-0.1.1.ebuild 856 BLAKE2B de19ac44d78e279b27bc086f0c268037493a47f2821606daab504cf950fa23df1afb48c76c652454ef71439dc01c3039170dd4c6ce500773904035734a661634 SHA512 6e38ed6880b28d011260e39b062221610b820669fc89e52b77dcd662a3f25c17c18de86e0857e5775feae0c57b6d1bd3054b52a3d7cc9db184f574b68686c010
EBUILD pykodi-0.1.2.ebuild 856 BLAKE2B ec3ad791b31b68b6ee03a0c73715e12ed4c729879c83647ab2729090fbdd67a677016c042cfd3f55f44515b9b604fad18d1e948608459984d843474be3ac2056 SHA512 1556533d7dbdfe4a5d1b9cf6cc23c483ac17d278d50558581e0a95b5d46f66617719c7b83f0f39c750175522e1120730e4c88835d09c3ff9d33b22cc15a2cf3f
MISC metadata.xml 446 BLAKE2B 129131126d8e25804cceba5601ff41292ee22c1657535d45633765134fa73e7aee3b542dca9ed71605985342de34c9f2cafc1f6b042840036446d6887307dd34 SHA512 9630642a1da9b3731ea8d9aabe871b8c07c8665ed9f68cb45ed0d8aedc9032c9f1b4f386c73afb9e57e4fa70a0097edcdad4db53cb8e5d5fe3592277d4f17640

View File

@ -20,7 +20,7 @@ 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}
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]

View File

@ -20,7 +20,7 @@ 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}
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]

View 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_{6..8} )
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}]"
BDEPEND="${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
}