freebsd-ports/www/py-youtube-transcript-api/Makefile
Nicola Vitale 38f52820a0
www/py-youtube-transcript-api: Update to 0.6.3
- Convert port to PEP517
- Update list of run dependencies

Release changes:	https://github.com/jdepoix/youtube-transcript-api/releases/tag/v0.6.3
Reported by:	Jonas Depoix <notifications@github.com>
2024-11-18 14:20:42 +01:00

22 lines
694 B
Makefile

PORTNAME= youtube-transcript-api
DISTVERSION= 0.6.3
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
.include <bsd.port.mk>