Files
ports/devel/py-fastprogress/Makefile
T
Yuri Victorovich b027ff19d1 devel/py-fastprogress: update 1.1.5 → 1.1.6
Reported by:	portscout
2026-05-11 00:15:17 -07:00

25 lines
700 B
Makefile

PORTNAME= fastprogress
DISTVERSION= 1.1.6
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Nested progress with plotting options
WWW= https://github.com/fastai/fastprogress
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastcore>=1.10.0:devel/py-fastcore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-fasthtml>=0.12.34:www/py-python-fasthtml@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>