diff --git a/net/Makefile b/net/Makefile --- a/net/Makefile +++ b/net/Makefile @@ -1035,6 +1035,7 @@ SUBDIR += py-avahi SUBDIR += py-blobfile SUBDIR += py-bonsai + SUBDIR += py-casttube SUBDIR += py-cepa SUBDIR += py-cjdns SUBDIR += py-cloudflare-scrape diff --git a/net/py-casttube/Makefile b/net/py-casttube/Makefile new file mode 100644 --- /dev/null +++ b/net/py-casttube/Makefile @@ -0,0 +1,16 @@ +PORTNAME= casttube +DISTVERSION= 0.2.1 +CATEGORIES= net python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lexi.freebsd@le-fay.org +COMMENT= YouTube Chromecast api +WWW= https://pypi.org/project/casttube/ + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +.include diff --git a/net/py-casttube/distinfo b/net/py-casttube/distinfo new file mode 100644 --- /dev/null +++ b/net/py-casttube/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1703589209 +SHA256 (casttube-0.2.1.tar.gz) = 54d2af8c7949aa9c5db87fb11ef0a478a5d3e7ac6d2d2ac8dd1711e3a516fc82 +SIZE (casttube-0.2.1.tar.gz) = 5182 diff --git a/net/py-casttube/pkg-descr b/net/py-casttube/pkg-descr new file mode 100644 --- /dev/null +++ b/net/py-casttube/pkg-descr @@ -0,0 +1,10 @@ +casttube provides a way to interact with the YouTube Chromecast API. + +Features: + +* Play video +* Play a playlist +* Add video to the end of the play queue +* Play next +* Remove video +* Clear the entire queue