mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/py-casttube: New port
casttube provides a way to interact with the YouTube Chromecast API. PR: 275944 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D43267
This commit is contained in:
parent
7885ac3a67
commit
aeddca10af
4 changed files with 30 additions and 0 deletions
|
@ -1035,6 +1035,7 @@
|
||||||
SUBDIR += py-avahi
|
SUBDIR += py-avahi
|
||||||
SUBDIR += py-blobfile
|
SUBDIR += py-blobfile
|
||||||
SUBDIR += py-bonsai
|
SUBDIR += py-bonsai
|
||||||
|
SUBDIR += py-casttube
|
||||||
SUBDIR += py-cepa
|
SUBDIR += py-cepa
|
||||||
SUBDIR += py-cjdns
|
SUBDIR += py-cjdns
|
||||||
SUBDIR += py-cloudflare-scrape
|
SUBDIR += py-cloudflare-scrape
|
||||||
|
|
16
net/py-casttube/Makefile
Normal file
16
net/py-casttube/Makefile
Normal file
|
@ -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
net/py-casttube/distinfo
Normal file
3
net/py-casttube/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1703589209
|
||||||
|
SHA256 (casttube-0.2.1.tar.gz) = 54d2af8c7949aa9c5db87fb11ef0a478a5d3e7ac6d2d2ac8dd1711e3a516fc82
|
||||||
|
SIZE (casttube-0.2.1.tar.gz) = 5182
|
10
net/py-casttube/pkg-descr
Normal file
10
net/py-casttube/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue