View | Details | Raw Unified | Return to bug 275947 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/py-pychromecast/Makefile (+20 lines)
Added Link Here
1
PORTNAME=	PyChromecast
2
PORTVERSION=	13.0.8
3
CATEGORIES=	net python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	lexi.freebsd@le-fay.org
8
COMMENT=	Python module to talk to Google Chromecast
9
WWW=		https://pypi.org/project/PyChromecast/
10
11
LICENSE=	MIT
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${PY_FLAVOR}	\
14
		${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR}		\
15
		${PYTHON_PKGNAMEPREFIX}casttube>0:net/py-casttube@${PY_FLAVOR}
16
17
USES=		python
18
USE_PYTHON=	distutils autoplist
19
20
.include <bsd.port.mk>
(-)b/net/py-pychromecast/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1703588893
2
SHA256 (PyChromecast-13.0.8.tar.gz) = e4b7523db137f8de05eedcc6154113b68532848629442b448c2334fac966a447
3
SIZE (PyChromecast-13.0.8.tar.gz) = 52095
(-)b/net/py-pychromecast/pkg-descr (-1 / +11 lines)
Added Link Here
0
- 
1
Library for Python 3.6+ to communicate with the Google Chromecast.
2
3
It currently supports:
4
5
* Auto discovering connected Chromecasts on the network
6
* Start the default media receiver and play any online media
7
* Control playback of current playing media
8
* Implement Google Chromecast api v2
9
* Communicate with apps via channels
10
* Easily extendable to add support for unsupported namespaces
11
* Multi-room setups with Audio cast devices

Return to bug 275947