mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00: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
@ -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
|
||||
|
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…
Reference in New Issue
Block a user