1
0
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:
Nicola Vitale 2024-08-08 14:40:16 +02:00
parent 5d031129e4
commit 7677e6150e
No known key found for this signature in database
GPG Key ID: A51E190C4C0808D0
4 changed files with 23 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1723020031
SHA256 (pytube-15.0.0.tar.gz) = 076052efe76f390dfa24b1194ff821d4e86c17d41cb5562f3a276a8bcbfc9d1d
SIZE (pytube-15.0.0.tar.gz) = 67229

View File

@ -0,0 +1,2 @@
Pytube is a genuine, lightweight, dependency-free Python library (and
command-line utility) for downloading YouTube videos.