summaryrefslogtreecommitdiff
path: root/math/py-mutatormath/Makefile
blob: 583d99bf5efcdc3ee34d10e11479f49284e6cfd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	mutatormath
PORTVERSION=	3.0.1
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	MutatorMath-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python for piecewise linear interpolation in multiple dimensions with multiple, arbitrarily placed, masters

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defcon>=0.3.5:x11-fonts/py-defcon@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}

USES=		python:3.7+ zip
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>