update PyChromecast-2.5.2

This commit is contained in:
Andreas Billmeier 2019-02-17 08:57:41 +01:00
parent d0ec79730f
commit 989d5d953d
4 changed files with 42 additions and 5 deletions

View File

@ -1,5 +1,6 @@
2019-02-16 home-assistant-frontend-20190216.0
* update home-assistant-frontend-20190216.0
* update PyChromecast-2.5.2
2019-02-16 homeassistant-0.88.0_beta1
* update homeassistant-0.88.0_beta1

View File

@ -1,5 +1,7 @@
DIST PyChromecast-2.5.0.tar.gz 36079 BLAKE2B d8b08a8577864e4e2c706e3396961c6fd0ce4d4c02a89c2bb2176d725688d13d2bfe1ffa0e98c17a11abb34ab3c49df5cb6b9c7d0384734b0caf9acee799e051 SHA512 48bd41a526ec9df0b0e3c2543b9b955b66efd866674fcda3c9bb49edfe0b6c8834f7417eb088c11b4050aa62d472c768c1173416caff73b26bb662d6ba5c2fd7
DIST PyChromecast-2.5.1.tar.gz 36577 BLAKE2B deb89539001e9e8a46d54074c53d2d15e9e78aefe7d38d9e8437a580f61dd19c3951fe527181fb426c13998a52343ed0e41d08a142daa1570c555ad4aca85f85 SHA512 046a80838e477bee1c6aa601c38a732ea29570cc9f5ed66a4991d82aca3a8c7d3aa6d2ce71ba2d27bfdd91315a7b80edfea2237bca1d32957c90659ef4313d85
DIST PyChromecast-2.5.2.tar.gz 36663 BLAKE2B bf9b67b06e57b73b9dc724d1517b33e4ae03cb2b78ae48e6d7d4254237accbc647f95abbc5cd190da9ee9caaf6c1511a5fe603a3ec3e4e80cb7009d35d7132cc SHA512 8c3183ccdae59ec09d9b0444cdf03d5fed124395b37e0663ed6817e7128f65c5c6eefd70bd9daddeb55ec9312ac3df1995fe8af56d9de5a54e9a1e0214f79d7d
EBUILD PyChromecast-2.5.0.ebuild 691 BLAKE2B 79b420f55c0f18aa5f631dc11830a712916b837c277d85ae8555831b19ad03deac3cd25fe289578589f5bee2bb9c463affd92c323ce90b309c89eb2a6bb4d74c SHA512 37ed9e8792de158fde53daf8d5dda864f0040fa6fd82c58f84ea2fb65548c72a971991e64789f725a4e4c5e195ec022fbbf1ce7efc45d861a6392dc0327b7ae8
EBUILD PyChromecast-2.5.1.ebuild 686 BLAKE2B 6b0331b4998e26f491f92034d94054cbe66e1cb09e4feb2de3a335d9ad0b3077db73d2c02ff6959931b4304553e58abb1697ade6aeeeaee5d3dc9a197e0e0d3a SHA512 a7960c1d5e707aed307ef467d03beeec295b1bb054948e202103896edc7b3f2177ea34b199b35ed183023edc45004a803292975e96e865383f613e5ca795196f
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
EBUILD PyChromecast-2.5.2.ebuild 686 BLAKE2B 6b0331b4998e26f491f92034d94054cbe66e1cb09e4feb2de3a335d9ad0b3077db73d2c02ff6959931b4304553e58abb1697ade6aeeeaee5d3dc9a197e0e0d3a SHA512 a7960c1d5e707aed307ef467d03beeec295b1bb054948e202103896edc7b3f2177ea34b199b35ed183023edc45004a803292975e96e865383f613e5ca795196f
MISC metadata.xml 375 BLAKE2B f63309b893ca508bde2cd38ae803f8c0c4dde00aa9d16e09b5e45f74bb2bacfcbec6574161a4c6695785644f7a8c03422b5a50cff6d81bf75a960a3bda54baa3 SHA512 41ae0b877d32ef6f4ea964cc839be5b4fac1683332556a3a3e114ab4dd2fed5bb5ca2e3abfe3c614d9e144ee4feb48be46cffa629ac6c86405a8466adb639155

View File

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3.0
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Python module to talk to Google Chromecast."
HOMEPAGE="https://github.com/balloob/pychromecast https://pypi.org/project/PyChromecast/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
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
}

View File

@ -1,8 +1,12 @@
<?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>
<herd>python</herd>
<upstream>
<remote-id type="pypi">PyChromecast</remote-id>
<maintainer status="unknown">
<email>paulus@paulusschoutsen.nl</email>
<name>Paulus Schoutsen</name>
</maintainer>
</upstream>
</pkgmetadata>