PORTNAME=	contourpy
PORTVERSION=	1.0.7
CATEGORIES=	math python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Python library for calculating contours of 2D quadrilateral grids
WWW=		https://github.com/contourpy/contourpy

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/pybind11:devel/py-pybind11@${PY_FLAVOR}
RUN_DEPENDS=	${PYNUMPY}

USES=		python:3.8+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>
