pkgsrc-wip/py-csa/Makefile
Aleksej Saushev 657af330cd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-06 17:55:20 +00:00

25 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/06 17:55:31 asau Exp $
#
DISTNAME= csa-0.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= http://pypi.python.org/packages/source/c/csa/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://software.incf.org/software/csa/
COMMENT= The Connection-Set Algebra implemented in Python
LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/csa-0.0.1
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
do-test:
${RUN} cd ${WRKSRC}/test; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_csa.py
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"