summaryrefslogtreecommitdiff
path: root/dev-python/pychromecast
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-25 23:06:25 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-25 23:06:25 +0000
commit441d1370330332b7d78f238d2f5e13f7aed5e4e0 (patch)
tree6a5171dd615dfeee62a45044144c66e864738fb0 /dev-python/pychromecast
parentab3da91fb6c91a9df52fff8f991570f456fd3c7a (diff)
gentoo christmass resync : 25.12.2020
Diffstat (limited to 'dev-python/pychromecast')
-rw-r--r--dev-python/pychromecast/Manifest4
-rw-r--r--dev-python/pychromecast/metadata.xml3
-rw-r--r--dev-python/pychromecast/pychromecast-4.1.0.ebuild4
3 files changed, 4 insertions, 7 deletions
diff --git a/dev-python/pychromecast/Manifest b/dev-python/pychromecast/Manifest
index 4d250e5b40cc..80afa1c5eb2c 100644
--- a/dev-python/pychromecast/Manifest
+++ b/dev-python/pychromecast/Manifest
@@ -1,3 +1,3 @@
DIST PyChromecast-4.1.0.tar.gz 44463 BLAKE2B 3ee92cfe57134665621c347dda9b21a06fa1d000f840d25b49f843edef86e35e22b82c9d4f80b8e0ae6f5fabcc4662d7c619363686a37903e27d84e0f85c8fca SHA512 688014a115f3189fed5535e70622a7323e4a29fd65678aa14a302047c5246dbc6a932a8f4eabb58f9fcecc0f4bdbe627d1496a4b6d28e680ad4fac6dd902c825
-EBUILD pychromecast-4.1.0.ebuild 706 BLAKE2B 6d6869ec8953db731ff349600fc82cf4fad509c21dedb0092436f00d7da42d8c03ef935a529f0df2216b03c58e5b77eb03deb47b507262e41bd277f3dca86f32 SHA512 89e0e175391bc8567f0802a8951700f5de70317fedaa97e823fea53aa2165839fbca875be91123960851b8957145ca20dd20efc7f06a3267a47af74f83e95c2a
-MISC metadata.xml 408 BLAKE2B e16ff32b818b095474d0493cdccce8792c73e817c6fb474744380828085af657c1c8fc6afb35c2f0d568fec1fea21284d0e3273ce8517b98fdad56be2cfd7303 SHA512 82b4e621812f86fdeacfa7972f29b74fa0e6c64664bcdf3bb53939c760d3584fbe6f7750d0f7a3fb8c49e2a69493b5f312d91326dde690b08e7d2a145180bed0
+EBUILD pychromecast-4.1.0.ebuild 717 BLAKE2B 6aa66e4e6d703cb5998860f1c29e746214c0981255af6c33749ee774f7dded9625f09f2e82663ca2be5fd615b19cee9cd619ffe08a914541e4b977f51b288bff SHA512 584f7520e86c413923874a76d00e2f49899ceec79bbf5696774e390e125ac79d89f10a24fe05af75fc186cd0b92a1cd9683c9a2b35a2cf72d48b5bfe5e735129
+MISC metadata.xml 329 BLAKE2B 11a3bc359a7381215f3f41f52520d1ff51e71579bcf7419c6ad092e85dc3c5820c92e8da8d741ad2cb5c4ac0492a1be7ddddeb8a59898049a9cf830010166ab5 SHA512 56015362baab8549c6dcda45b3951925ff72aac085938e51490ba032347227aaab2fa362f68096f86d703d37fac6d12293878506f6cc10fe276c01de4b4e3569
diff --git a/dev-python/pychromecast/metadata.xml b/dev-python/pychromecast/metadata.xml
index fe07d432644d..a59cfbf773ee 100644
--- a/dev-python/pychromecast/metadata.xml
+++ b/dev-python/pychromecast/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
diff --git a/dev-python/pychromecast/pychromecast-4.1.0.ebuild b/dev-python/pychromecast/pychromecast-4.1.0.ebuild
index 382fbb243999..2d52b2e21d1f 100644
--- a/dev-python/pychromecast/pychromecast-4.1.0.ebuild
+++ b/dev-python/pychromecast/pychromecast-4.1.0.ebuild
@@ -6,8 +6,8 @@ EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
-DESCRIPTION="Python module to talk to Google Chromecast."
-HOMEPAGE="https://github.com/balloob/pychromecast"
+DESCRIPTION="Python module to talk to Google Chromecast"
+HOMEPAGE="https://github.com/home-assistant-libs/pychromecast"
SRC_URI="mirror://pypi/P/PyChromecast/PyChromecast-${PV}.tar.gz"
S="${WORKDIR}/PyChromecast-${PV}"