blob: 3b79b64c6c51ddb6df9862e4a381c157a4c52e1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Ju Pengfei <ju.pengfei@gmail.com>
# $FreeBSD$
PORTNAME= numexpr
PORTVERSION= 2.4
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast numerical array expression evaluator for Python and NumPy
LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= autoplist distutils
USES= python
GH_ACCOUNT= pydata
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= v${PORTVERSION}
USE_GITHUB= yes
.include <bsd.port.mk>
|