pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/43410: [cad/py-simpy]Update to 2.1.0



>Number:         43410
>Category:       pkg
>Synopsis:       [cad/py-simpy]Update to 2.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 03 12:35:00 +0000 2010
>Originator:     Wen Heping
>Release:        NetBSD-5.0.2
>Organization:
Private
>Environment:
NetBSD nb502.wenjing.com 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 
UTC 2010  
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386
>Description:
SimPy 2.1.0 is a major re-release of SimPy 2.0. It repairs a number of errors 
in SimPy 2.0.1 libraries, models and documentation. There has been significant 
code refactoring in Simulation.py, SimulationStep.py, SimulationTrace.py, 
SimulationRT.py, and Lib.py. This resulted in a significant reduction of code 
to be maintained.
>How-To-Repeat:

>Fix:
( Now py-simpy was in cad directory, would it better in science or math 
directory ?)


--- Makefile.orig       2010-06-04 03:01:02.000000000 +0800
+++ Makefile    2010-06-04 04:30:37.000000000 +0800
@@ -1,14 +1,16 @@
 # $NetBSD: Makefile,v 1.9 2009/12/16 17:53:50 drochner Exp $
 #

-DISTNAME=              SimPy-2.0.1
-PKGNAME=               ${PYPKGPREFIX}-simpy-2.0.1
+DISTNAME=              SimPy-2.1.0
+PKGNAME=               ${PYPKGPREFIX}-simpy-2.1.0
 CATEGORIES=            cad
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=simpy/}
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=simpy/} \
+                       http://pypi.python.org/pypi/SimPy/2.1.0

 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://simpy.sourceforge.net/
 COMMENT=               Discrete event simulation framework
+LICENSE=               gnu-lgpl-v2.1

 PKG_DESTDIR_SUPPORT=   user-destdir

--- distinfo.orig       2010-06-04 03:01:20.000000000 +0800
+++ distinfo    2010-06-04 03:05:53.000000000 +0800
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2009/12/16 17:53:50 drochner Exp $

-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
+SHA1 (SimPy-2.1.0.tar.gz) = f26b3e6d3e4bfa404b5e0c72b2ea5e6b6ce54e6a
+RMD160 (SimPy-2.1.0.tar.gz) = 07da2d6f881b3029e5fb1db116ee30d12f654743
+Size (SimPy-2.1.0.tar.gz) = 4342621 bytes
--- PLIST.orig  2010-06-04 03:01:10.000000000 +0800
+++ PLIST       2010-06-04 03:11:17.000000000 +0800
@@ -41,6 +41,9 @@
 ${PYSITELIB}/SimPy/SimulationTrace.py
 ${PYSITELIB}/SimPy/SimulationTrace.pyc
 ${PYSITELIB}/SimPy/SimulationTrace.pyo
+${PYSITELIB}/SimPy/stepping.py
+${PYSITELIB}/SimPy/stepping.pyc
+${PYSITELIB}/SimPy/stepping.pyo
 ${PYSITELIB}/SimPy/__init__.py
 ${PYSITELIB}/SimPy/__init__.pyc
 ${PYSITELIB}/SimPy/__init__.pyo
@@ -53,6 +56,9 @@
 ${PYSITELIB}/SimPy/testSimPy.py
 ${PYSITELIB}/SimPy/testSimPy.pyc
 ${PYSITELIB}/SimPy/testSimPy.pyo
+${PYSITELIB}/SimPy/testSimPy_simident.py
+${PYSITELIB}/SimPy/testSimPy_simident.pyc
+${PYSITELIB}/SimPy/testSimPy_simident.pyo
 ${PYSITELIB}/SimPy/testSimPyOO.py
 ${PYSITELIB}/SimPy/testSimPyOO.pyc
 ${PYSITELIB}/SimPy/testSimPyOO.pyo



Home | Main Index | Thread Index | Old Index