2019-03-17 19:21:39 +01:00
|
|
|
PORTNAME= geometer
|
2023-04-05 19:18:48 +02:00
|
|
|
PORTVERSION= 0.3.5
|
2023-04-23 11:09:58 +02:00
|
|
|
PORTREVISION= 1
|
2019-03-17 19:21:39 +01:00
|
|
|
CATEGORIES= science python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2019-03-17 19:21:39 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Python geometry package based on projective geometry and numpy
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/jan-mue/geometer
|
2019-03-17 19:21:39 +01:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2023-03-21 19:47:31 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR}
|
2019-03-17 19:21:39 +01:00
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2020-07-09 20:09:16 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2019-03-17 19:21:39 +01:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|