# Created by: Po-Chuan Hsieh # $FreeBSD: head/science/py-geometer/Makefile 541781 2020-07-09 18:09:16Z sunpoet $ PORTNAME= geometer PORTVERSION= 0.2.3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python geometry package based on projective geometry and numpy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR} # <= 1.7 USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include