xref: /mports/math/py-numexpr/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	numexpr
2PORTVERSION=	2.10.2
3CATEGORIES=	math python
4MASTER_SITES=	PYPI \
5		https://github.com/pydata/numexpr/releases/download/v${PORTVERSION}/
6PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8MAINTAINER=	ports@MidnightBSD.org
9COMMENT=	Fast numerical array expression evaluator for Python and NumPy
10WWW=		https://github.com/pydata/numexpr
11
12LICENSE=	mit
13LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
15BUILD_DEPENDS=	${RUN_DEPENDS}
16RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.13.3,1:math/py-numpy@${PY_FLAVOR}
17
18USES=		dos2unix python
19USE_PYTHON=	autoplist concurrent distutils
20
21post-install:
22	${FIND} ${FAKE_DESTDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
23
24.include <bsd.port.mk>
25

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026