python-simpy 2.3.1-1 source package in Ubuntu

Changelog

python-simpy (2.3.1-1) unstable; urgency=low


  * New upstream release
    - Add a patch to fix the sphinx documentation build
    - Add a patch to fix README.txt's encoding for the python3 build
  * Add a python3-simpy binary package (SimPy now supports Python3!) 
  * Update to Standards-Version 3.9.3 (no changes)
  * Update the copyright file
    - Add the new contributors
    - Update format to 1.0
  * Run the tests at build-time (adding a Build-Depend on python-pytest)

 -- Nicolas Dandrimont <email address hidden>  Tue, 17 Apr 2012 20:24:05 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python
Trusty release universe python

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-simpy_2.3.1-1.dsc 1.6 KiB 03a8f9b749a58f9bc9af4365d9618b4e376d642c6bfef84d350eca7afe496450
python-simpy_2.3.1.orig.tar.gz 6.0 MiB 7f5ab61409b4fa28d08a7ed8b903eda8195dc3220cb64eb177a7bb62be89e387
python-simpy_2.3.1-1.debian.tar.gz 5.1 KiB ebd097bac28d9db7546413f528da8c0533aa8a0ab1bffb0dfcd13499c7ec3611

Available diffs

No changes file available.

Binary packages built by this source

python-simpy: No summary available for python-simpy in ubuntu yakkety.

No description available for python-simpy in ubuntu yakkety.

python-simpy-doc: python-based simulation package, Documentation and examples

 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 It provides the modeller with components of a simulation model.
 These include processes, for active components like customers, messages,
 and vehicles, and resources, for passive components that form limited
 capacity congestion points like servers, checkout counters, and tunnels.
 It also provides monitor variables to aid in gathering statistics.
 SimPy comes with extensive plotting capabilities.
 .
 This package contains the HTML docs and examples of SimPy.

python-simpy-gui: No summary available for python-simpy-gui in ubuntu yakkety.

No description available for python-simpy-gui in ubuntu yakkety.

python3-simpy: python-based simulation package (Python3 version)

 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 It provides the modeller with components of a simulation model.
 These include processes, for active components like customers, messages,
 and vehicles, and resources, for passive components that form limited
 capacity congestion points like servers, checkout counters, and tunnels.
 It also provides monitor variables to aid in gathering statistics.
 SimPy comes with extensive plotting capabilities.
 .
 This package contains the Python3 version of SimPy.