mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Release changes: https://github.com/jdepoix/youtube-transcript-api/releases/tag/v1.0.2 Reported by: Jonas Depoix <notifications@github.com>
24 lines
708 B
Makefile
24 lines
708 B
Makefile
PORTNAME= youtube-transcript-api
|
|
DISTVERSION= 1.0.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Python module for YouTube Transcript/Subtitle API
|
|
WWW= https://github.com/jdepoix/youtube-transcript-api
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.9.1:devel/py-poetry-core@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1:devel/py-defusedxml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>=2.32.3:www/py-requests@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|