[71231] trunk/dports/python
mcalhoun at macports.org
mcalhoun at macports.org
Sun Sep 5 09:15:38 PDT 2010
Revision: 71231
http://trac.macports.org/changeset/71231
Author: mcalhoun at macports.org
Date: 2010-09-05 09:15:38 -0700 (Sun, 05 Sep 2010)
Log Message:
-----------
py26-simpy: Create py26-simpy port. Fixes #21231.
Added Paths:
-----------
trunk/dports/python/py26-simpy/
trunk/dports/python/py26-simpy/Portfile
Removed Paths:
-------------
trunk/dports/python/py26-simpy/Portfile
Deleted: trunk/dports/python/py26-simpy/Portfile
===================================================================
--- trunk/dports/python/py25-simpy/Portfile 2010-09-04 14:39:54 UTC (rev 71210)
+++ trunk/dports/python/py26-simpy/Portfile 2010-09-05 16:15:38 UTC (rev 71231)
@@ -1,32 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem 1.0
-PortGroup python25 1.0
-
-name py25-simpy
-version 1.9.1
-categories python
-maintainers mcalhoun
-platforms darwin freebsd
-description python based simulation language
-long_description \
- SimPy is an object-oriented, process-based \
- discrete-event simulation language based on standard Python.
-
-homepage http://simpy.sourceforge.net/
-master_sites sourceforge:simpy
-distname SimPy-${version}
-checksums \
- md5 857188f768c4f5fed2ab2b047f21a89c \
- sha1 7e8d3418ec194da8fd033fec1a0c88ec2915f8e6 \
- rmd160 e204fb2d81b5d23cb5f67b5c04126d266cef19a9
-
-post-destroot {
- file copy ${worksrcpath}/SimPyDocs \
- ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/SimPyModels \
- ${destroot}${prefix}/share/doc/${name}
-}
-
-livecheck.regex <title>simpy SimPy-(\\d+(?:\\.\\d+)*) released.*</title>
Copied: trunk/dports/python/py26-simpy/Portfile (from rev 71230, trunk/dports/python/py25-simpy/Portfile)
===================================================================
--- trunk/dports/python/py26-simpy/Portfile (rev 0)
+++ trunk/dports/python/py26-simpy/Portfile 2010-09-05 16:15:38 UTC (rev 71231)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-simpy
+version 2.0.1
+categories python
+maintainers mcalhoun openmaintainer
+platforms darwin freebsd
+description python based simulation language
+long_description \
+ SimPy is an object-oriented, process-based \
+ discrete-event simulation language based on standard Python.
+
+homepage http://simpy.sourceforge.net/
+master_sites sourceforge:simpy
+distname SimPy-${version}
+
+checksums md5 5a0cb11440dbc3b02f8311df333323dd \
+ sha1 4d34bb66faa69938e6f3c3a24089b3307e4d12fd \
+ rmd160 03f07dbb5a396a715c5cfe02e01084b311167139
+
+post-destroot {
+ file copy ${worksrcpath}/SimPyDocs \
+ ${destroot}${prefix}/share/doc/${name}
+ file copy ${worksrcpath}/SimPyModels \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.regex <title>simpy SimPy-(\\d+(?:\\.\\d+)*) released.*</title>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100905/c8828530/attachment-0001.html>
More information about the macports-changes
mailing list