mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
21 lines
576 B
Makefile
21 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.19 2015/07/12 07:56:09 wen Exp $
|
|
|
|
DISTNAME= simpy-3.0.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= cad math
|
|
MASTER_SITES= http://pypi.python.org/packages/source/s/simpy/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://simpy.readthedocs.org/
|
|
COMMENT= Discrete event simulation framework
|
|
LICENSE= mit
|
|
|
|
# it is only for test
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
|
|
|
|
do-test:
|
|
${SETENV} ${TEST_ENV} ${PYTHONBIN} -c "import simpy; simpy.test()"
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|