1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/math/py-numexpr/Makefile
Sunpoet Po-Chuan Hsieh 63db1f2c92 - Update to 2.2
- Do not use setuptools

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
2013-09-02 12:50:07 +00:00

23 lines
513 B
Makefile

# Created by: Ju Pengfei <ju.pengfei@gmail.com>
# $FreeBSD$
PORTNAME= numexpr
PORTVERSION= 2.2
CATEGORIES= math python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast numerical array expression evaluator for Python and NumPy
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
post-patch:
@${REINPLACE_CMD} -e 's|\(import\) \(setuptools\)|\1 do_not_use_\2|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>