Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychromecast/
Date: Tue, 22 Dec 2020 20:06:19
Message-Id: 1608667568.3ac913cf68677c2b8e37233d2a36362c3ff817e6.mgorny@gentoo
1 commit: 3ac913cf68677c2b8e37233d2a36362c3ff817e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 20:03:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 20:06:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac913cf
7
8 dev-python/pychromecast: Update HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pychromecast/pychromecast-4.1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pychromecast/pychromecast-4.1.0.ebuild b/dev-python/pychromecast/pychromecast-4.1.0.ebuild
16 index 382fbb24399..2d52b2e21d1 100644
17 --- a/dev-python/pychromecast/pychromecast-4.1.0.ebuild
18 +++ b/dev-python/pychromecast/pychromecast-4.1.0.ebuild
19 @@ -6,8 +6,8 @@ EAPI=7
20 PYTHON_COMPAT=( python3_6 python3_7 )
21 inherit distutils-r1
22
23 -DESCRIPTION="Python module to talk to Google Chromecast."
24 -HOMEPAGE="https://github.com/balloob/pychromecast"
25 +DESCRIPTION="Python module to talk to Google Chromecast"
26 +HOMEPAGE="https://github.com/home-assistant-libs/pychromecast"
27 SRC_URI="mirror://pypi/P/PyChromecast/PyChromecast-${PV}.tar.gz"
28 S="${WORKDIR}/PyChromecast-${PV}"