ports/devel/py-cycler/Makefile
Yuri Victorovich 975707d379 devel/py-cycler: update 0.12.0 → 0.12.1
Reported by:	portscout
2023-12-23 14:57:30 -08:00

21 lines
435 B
Makefile

PORTNAME= cycler
PORTVERSION= 0.12.1
CATEGORIES= devel python
MASTER_SITES= PYPI/source/C/Cycler
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Composable style cycles
WWW= https://matplotlib.org/cycler/
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>