math/py-numpy-groupies: New port: Optimised tools for group-indexing operations: aggregated sum and more
This commit is contained in:
parent
c8b6581835
commit
f30cef76c4
@ -875,6 +875,7 @@
|
||||
SUBDIR += py-numexpr
|
||||
SUBDIR += py-numpoly
|
||||
SUBDIR += py-numpy
|
||||
SUBDIR += py-numpy-groupies
|
||||
SUBDIR += py-numpy-stl
|
||||
SUBDIR += py-openTSNE
|
||||
SUBDIR += py-opt-einsum
|
||||
|
28
math/py-numpy-groupies/Makefile
Normal file
28
math/py-numpy-groupies/Makefile
Normal file
@ -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>
|
3
math/py-numpy-groupies/distinfo
Normal file
3
math/py-numpy-groupies/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1646583678
|
||||
SHA256 (numpy_groupies-0.9.14.tar.gz) = 01b7aeca60e643db34875c9823ea6775742adafe5bb406bca14367743ef81800
|
||||
SIZE (numpy_groupies-0.9.14.tar.gz) = 48868
|
6
math/py-numpy-groupies/pkg-descr
Normal file
6
math/py-numpy-groupies/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
numpy-groupies is a small library of optimised tools for doing things
|
||||
that can roughly be considered "group-indexing operations". The most
|
||||
prominent tool is aggregate, which is descibed in detail further down
|
||||
the page.
|
||||
|
||||
WWW: https://github.com/ml31415/numpy-groupies
|
Loading…
Reference in New Issue
Block a user