Skip to content

Commit

Permalink
net/py-casttube: New port
Browse files Browse the repository at this point in the history
casttube provides a way to interact with the YouTube Chromecast API.

PR:			275944
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D43267
  • Loading branch information
llfw authored and Tectu committed Jan 5, 2024
1 parent 7885ac3 commit aeddca1
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions net/py-casttube/Makefile
Original file line number Diff line number Diff line change
@@ -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 <bsd.port.mk>
3 changes: 3 additions & 0 deletions net/py-casttube/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1703589209
SHA256 (casttube-0.2.1.tar.gz) = 54d2af8c7949aa9c5db87fb11ef0a478a5d3e7ac6d2d2ac8dd1711e3a516fc82
SIZE (casttube-0.2.1.tar.gz) = 5182
10 changes: 10 additions & 0 deletions net/py-casttube/pkg-descr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aeddca1

Please sign in to comment.