2013-01-30 20:51:53 +01:00
|
|
|
# Created by: Ju Pengfei <ju.pengfei@gmail.com>
|
2010-07-05 10:18:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= numexpr
|
2015-03-21 21:07:17 +01:00
|
|
|
PORTVERSION= 2.4
|
2015-05-13 21:01:28 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2010-07-05 10:18:12 +02:00
|
|
|
CATEGORIES= math python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2011-09-21 19:07:19 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-07-05 10:18:12 +02:00
|
|
|
COMMENT= Fast numerical array expression evaluator for Python and NumPy
|
|
|
|
|
2014-02-14 20:43:20 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2010-07-05 10:18:12 +02:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2013-09-02 14:50:07 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-07-05 10:18:12 +02:00
|
|
|
|
2014-08-15 05:43:54 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2014-08-15 05:01:58 +02:00
|
|
|
USES= python
|
2015-03-21 21:07:17 +01:00
|
|
|
|
|
|
|
GH_ACCOUNT= pydata
|
|
|
|
USE_GITHUB= yes
|
2010-07-05 10:18:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|