mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
multimedia/py-pytube: Add new port
Pytube is a genuine, lightweight, dependency-free Python library (and command-line utility) for downloading YouTube videos. https://github.com/pytube/pytube
This commit is contained in:
parent
5d031129e4
commit
7677e6150e
@ -317,6 +317,7 @@
|
||||
SUBDIR += py-pymediainfo
|
||||
SUBDIR += py-pysubs2
|
||||
SUBDIR += py-python-mpv
|
||||
SUBDIR += py-pytube
|
||||
SUBDIR += py-soco
|
||||
SUBDIR += py-srt
|
||||
SUBDIR += py-subliminal
|
||||
|
17
multimedia/py-pytube/Makefile
Normal file
17
multimedia/py-pytube/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
PORTNAME= pytube
|
||||
DISTVERSION= 15.0.0
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Python library and command-line utility for downloading YouTube Videos
|
||||
WWW= https://github.com/pytube/pytube
|
||||
|
||||
LICENSE= PD
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/py-pytube/distinfo
Normal file
3
multimedia/py-pytube/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1723020031
|
||||
SHA256 (pytube-15.0.0.tar.gz) = 076052efe76f390dfa24b1194ff821d4e86c17d41cb5562f3a276a8bcbfc9d1d
|
||||
SIZE (pytube-15.0.0.tar.gz) = 67229
|
2
multimedia/py-pytube/pkg-descr
Normal file
2
multimedia/py-pytube/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Pytube is a genuine, lightweight, dependency-free Python library (and
|
||||
command-line utility) for downloading YouTube videos.
|
Loading…
x
Reference in New Issue
Block a user