ports/www/py-youtube-transcript-api/Makefile
Nicola Vitale e5548b2a5c
www/py-youtube-transcript-api: Update to 1.0.2
Release changes:	https://github.com/jdepoix/youtube-transcript-api/releases/tag/v1.0.2
Reported by:	Jonas Depoix <notifications@github.com>
2025-03-20 10:08:47 +01:00

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>