MFH: r405196 r405227
Remove non-working SourceForge mirror and regenerate distinfo.
The tarball from PyPI has a different name and slightly different contents:
Only in distcache-SimPy-2.3.1/docs: pycache
Files distcache-SimPy-2.3.1/docs/.DS_Store and simpy-2.3.1/docs/.DS_Store differ
Only in distcache-SimPy-2.3.1/docs: build
Only in distcache-SimPy-2.3.1/docs: conftest.pyc
Only in distcache-SimPy-2.3.1/docs/ext: init__.pyc
Only in distcache-SimPy-2.3.1/docs/ext: pycache__
Only in distcache-SimPy-2.3.1/docs/ext: annotate.pyc
Only in distcache-SimPy-2.3.1/docs/ext: style.pyc
Only in distcache-SimPy-2.3.1/docs: html
Only in distcache-SimPy-2.3.1/docs/source/_static: .DS_Store
Only in distcache-SimPy-2.3.1/docs/source: .DS_Store
Only in distcache-SimPy-2.3.1/docs/source/Manuals: .DS_Store
Only in distcache-SimPy-2.3.1/docs/source/Manuals/GUIManual: .DS_Store
Only in distcache-SimPy-2.3.1/docs/source/Manuals/Interfacing/ProductionQualityPlotting: .DS_Store
Only in distcache-SimPy-2.3.1/docs/source/Manuals/PlotManual: .DS_Store
diff -upr distcache-SimPy-2.3.1/PKG-INFO simpy-2.3.1/PKG-INFO
- distcache-SimPy-2.3.1/PKG-INFO 2012-01-28 10:44:34.000000000 +0100
+++ simpy-2.3.1/PKG-INFO 2013-10-11 22:26:36.000000000 +0200
@@ -1,5 +1,5 @@
-Metadata-Version: 1.0
-Name: SimPy
+Metadata-Version: 1.1
+Name: simpy
Version: 2.3.1
Summary: Event discrete, process based simulation for Python.
Home-page: http://simpy.sourceforge.net/
diff -upr distcache-SimPy-2.3.1/setup.py simpy-2.3.1/setup.py
- distcache-SimPy-2.3.1/setup.py 2011-12-24 13:38:40.000000000 +0100
+++ simpy-2.3.1/setup.py 2013-10-11 22:25:26.000000000 +0200
@@ -5,7 +5,7 @@ import SimPy
setup(
- name='SimPy',
+ name='simpy',
version=SimPy.__version__,
author='Klaus Muller, Tony Vignaux, Ontje Lünsdorf, Stefan Scherfke',
author_email=('vignaux at user.sourceforge.net; 'Fix plist after r405196.
The tarball from PyPI includes less documentation than the previous one.
Specifically, HTML documentation is not bundled and needs to be generated with
Sphinx. Documentation build files are also not present, as well as some .pyc
files created when the documentation was built.
Approved by: portmgr (antoine)