freebsd-ports/math/py-numexpr/Makefile

25 lines
628 B
Makefile
Raw Normal View History

# Created by: Ju Pengfei <ju.pengfei@gmail.com>
PORTNAME= numexpr
PORTVERSION= 2.8.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2011-09-21 19:07:19 +02:00
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast numerical array expression evaluator for Python and NumPy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
2018-11-17 18:31:57 +01:00
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13.3,1:math/py-numpy@${PY_FLAVOR}
USES= dos2unix python:3.7+
2018-11-17 18:31:57 +01:00
USE_PYTHON= autoplist concurrent distutils
post-install:
2021-10-25 17:08:13 +02:00
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>