diff options
author | drochner <drochner> | 2009-12-16 17:53:50 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-12-16 17:53:50 +0000 |
commit | 3a81477bb72edf1920b79d6bc5c19a678c8e76af (patch) | |
tree | 519762a8b0eeea1d98aef33d896086b6e72dd3b9 /cad/py-simpy | |
parent | c47430a69912851431d9fb23634d73f3454671d0 (diff) | |
download | pkgsrc-3a81477bb72edf1920b79d6bc5c19a678c8e76af.tar.gz |
update to 2.0.2
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.
Diffstat (limited to 'cad/py-simpy')
-rw-r--r-- | cad/py-simpy/Makefile | 9 | ||||
-rw-r--r-- | cad/py-simpy/PLIST | 35 | ||||
-rw-r--r-- | cad/py-simpy/distinfo | 8 |
3 files changed, 44 insertions, 8 deletions
diff --git a/cad/py-simpy/Makefile b/cad/py-simpy/Makefile index 362fb00d009..a7f3cc066d0 100644 --- a/cad/py-simpy/Makefile +++ b/cad/py-simpy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2008/06/23 16:49:10 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2009/12/16 17:53:50 drochner Exp $ # -DISTNAME= SimPy-1.9.1 -PKGNAME= ${PYPKGPREFIX}-simpy-1.9.1 +DISTNAME= SimPy-2.0.1 +PKGNAME= ${PYPKGPREFIX}-simpy-2.0.1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=simpy/} @@ -14,5 +14,8 @@ 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" diff --git a/cad/py-simpy/PLIST b/cad/py-simpy/PLIST index c1516f7ad0c..3bea786fc2d 100644 --- a/cad/py-simpy/PLIST +++ b/cad/py-simpy/PLIST @@ -1,4 +1,13 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:35:55 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/12/16 17:53:50 drochner Exp $ +${PYSITELIB}/SimPy/GUIDebug.py +${PYSITELIB}/SimPy/GUIDebug.pyc +${PYSITELIB}/SimPy/GUIDebug.pyo +${PYSITELIB}/SimPy/Globals.py +${PYSITELIB}/SimPy/Globals.pyc +${PYSITELIB}/SimPy/Globals.pyo +${PYSITELIB}/SimPy/Lib.py +${PYSITELIB}/SimPy/Lib.pyc +${PYSITELIB}/SimPy/Lib.pyo ${PYSITELIB}/SimPy/Lister.py ${PYSITELIB}/SimPy/Lister.pyc ${PYSITELIB}/SimPy/Lister.pyo @@ -8,6 +17,9 @@ ${PYSITELIB}/SimPy/Monitor.pyo ${PYSITELIB}/SimPy/MonitorTest.py ${PYSITELIB}/SimPy/MonitorTest.pyc ${PYSITELIB}/SimPy/MonitorTest.pyo +${PYSITELIB}/SimPy/Recording.py +${PYSITELIB}/SimPy/Recording.pyc +${PYSITELIB}/SimPy/Recording.pyo ${PYSITELIB}/SimPy/SimGUI.py ${PYSITELIB}/SimPy/SimGUI.pyc ${PYSITELIB}/SimPy/SimGUI.pyo @@ -17,6 +29,9 @@ ${PYSITELIB}/SimPy/SimPlot.pyo ${PYSITELIB}/SimPy/Simulation.py ${PYSITELIB}/SimPy/Simulation.pyc ${PYSITELIB}/SimPy/Simulation.pyo +${PYSITELIB}/SimPy/SimulationGUIDebug.py +${PYSITELIB}/SimPy/SimulationGUIDebug.pyc +${PYSITELIB}/SimPy/SimulationGUIDebug.pyo ${PYSITELIB}/SimPy/SimulationRT.py ${PYSITELIB}/SimPy/SimulationRT.pyc ${PYSITELIB}/SimPy/SimulationRT.pyo @@ -29,18 +44,36 @@ ${PYSITELIB}/SimPy/SimulationTrace.pyo ${PYSITELIB}/SimPy/__init__.py ${PYSITELIB}/SimPy/__init__.pyc ${PYSITELIB}/SimPy/__init__.pyo +${PYSITELIB}/SimPy/testRT_Behavior.py +${PYSITELIB}/SimPy/testRT_Behavior.pyc +${PYSITELIB}/SimPy/testRT_Behavior.pyo +${PYSITELIB}/SimPy/testRT_Behavior_OO.py +${PYSITELIB}/SimPy/testRT_Behavior_OO.pyc +${PYSITELIB}/SimPy/testRT_Behavior_OO.pyo ${PYSITELIB}/SimPy/testSimPy.py ${PYSITELIB}/SimPy/testSimPy.pyc ${PYSITELIB}/SimPy/testSimPy.pyo +${PYSITELIB}/SimPy/testSimPyOO.py +${PYSITELIB}/SimPy/testSimPyOO.pyc +${PYSITELIB}/SimPy/testSimPyOO.pyo ${PYSITELIB}/SimPy/testSimPyRT.py ${PYSITELIB}/SimPy/testSimPyRT.pyc ${PYSITELIB}/SimPy/testSimPyRT.pyo +${PYSITELIB}/SimPy/testSimPyRTOO.py +${PYSITELIB}/SimPy/testSimPyRTOO.pyc +${PYSITELIB}/SimPy/testSimPyRTOO.pyo ${PYSITELIB}/SimPy/testSimPyStep.py ${PYSITELIB}/SimPy/testSimPyStep.pyc ${PYSITELIB}/SimPy/testSimPyStep.pyo +${PYSITELIB}/SimPy/testSimPyStepOO.py +${PYSITELIB}/SimPy/testSimPyStepOO.pyc +${PYSITELIB}/SimPy/testSimPyStepOO.pyo ${PYSITELIB}/SimPy/testSimPyTrace.py ${PYSITELIB}/SimPy/testSimPyTrace.pyc ${PYSITELIB}/SimPy/testSimPyTrace.pyo +${PYSITELIB}/SimPy/testSimPyTraceOO.py +${PYSITELIB}/SimPy/testSimPyTraceOO.pyc +${PYSITELIB}/SimPy/testSimPyTraceOO.pyo ${PYSITELIB}/SimPy/tkconsole.py ${PYSITELIB}/SimPy/tkconsole.pyc ${PYSITELIB}/SimPy/tkconsole.pyo diff --git a/cad/py-simpy/distinfo b/cad/py-simpy/distinfo index 6ccc207c3de..73f6b019553 100644 --- a/cad/py-simpy/distinfo +++ b/cad/py-simpy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/06/23 16:49:10 drochner Exp $ +$NetBSD: distinfo,v 1.4 2009/12/16 17:53:50 drochner Exp $ -SHA1 (SimPy-1.9.1.tar.gz) = 7e8d3418ec194da8fd033fec1a0c88ec2915f8e6 -RMD160 (SimPy-1.9.1.tar.gz) = e204fb2d81b5d23cb5f67b5c04126d266cef19a9 -Size (SimPy-1.9.1.tar.gz) = 2577176 bytes +SHA1 (SimPy-2.0.1.tar.gz) = 4d34bb66faa69938e6f3c3a24089b3307e4d12fd +RMD160 (SimPy-2.0.1.tar.gz) = 03f07dbb5a396a715c5cfe02e01084b311167139 +Size (SimPy-2.0.1.tar.gz) = 4812183 bytes |