summaryrefslogtreecommitdiff
path: root/math/py-numpy-groupies/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-03-06 08:34:09 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2022-03-06 09:09:59 -0800
commitf30cef76c418345083cc705ae5c8a9ceab41bb4d (patch)
treed085331f77d76c821aaeac2e68c18ffde9e02e10 /math/py-numpy-groupies/Makefile
parenteditors/libreoffice: force PDFium to link with OpenJPEG (+) (diff)
math/py-numpy-groupies: New port: Optimised tools for group-indexing operations: aggregated sum and more
Diffstat (limited to 'math/py-numpy-groupies/Makefile')
-rw-r--r--math/py-numpy-groupies/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/math/py-numpy-groupies/Makefile b/math/py-numpy-groupies/Makefile
new file mode 100644
index 000000000000..2de48d4e6869
--- /dev/null
+++ b/math/py-numpy-groupies/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= numpy-groupies
+DISTVERSION= 0.9.14
+CATEGORIES= math python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Optimised tools for group-indexing operations: aggregated sum and more
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
+TEST_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}numba>0:devel/py-numba@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+do-test:
+ @cd ${WRKSRC} && pytest
+
+.include <bsd.port.mk>