changes: SimPy 2.0.1 is a bug-fix release of SimPy 2.0. It repairs bugs and imperfections in libraries, documentation and models. SimPy 2.0 has been a major release of the SimPy simulation package. It runs on all platforms supporting Python (MS Windows,Linux, Mac). The major new features of that release are * an Object Oriented API (in addition to the existing API), * integration of all documentation into one browsable and searchable HTML document. SimPy 2.0 is fully backwards compatible with previous SimPy versions.
21 lines
507 B
Makefile
21 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/12/16 17:53:50 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= SimPy-2.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-simpy-2.0.1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=simpy/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://simpy.sourceforge.net/
|
|
COMMENT= Discrete event simulation framework
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
do-test:
|
|
(cd ${WRKSRC} && ${PYTHONBIN} SimPy/testSimPy.py)
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|