[88114] trunk/dports/python/py-ipython/Portfile

phw at macports.org phw at macports.org
Mon Dec 19 07:02:01 PST 2011


Revision: 88114
          http://trac.macports.org/changeset/88114
Author:   phw at macports.org
Date:     2011-12-19 07:01:59 -0800 (Mon, 19 Dec 2011)
Log Message:
-----------
Fixed Portfile for python31 - no special release necessary anymore

Modified Paths:
--------------
    trunk/dports/python/py-ipython/Portfile

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2011-12-19 12:42:06 UTC (rev 88113)
+++ trunk/dports/python/py-ipython/Portfile	2011-12-19 15:01:59 UTC (rev 88114)
@@ -9,7 +9,7 @@
 
 name                py-${realname}
 version             0.12
-revision            0
+revision            1
 categories          python
 license             BSD
 platforms           darwin
@@ -56,11 +56,8 @@
 
 if {$subport == "py31-${realname}" || $subport == "py32-${realname}"} {
     master_sites        http://archive.ipython.org/release/${version}/py3
-    distname            ${realname}-${version}-py3
+    distname            ${realname}-${version}
     worksrcdir          ${realname}-${version}
-    checksums           md5     d4a83d38401c6c8c6768cba8a63341db \
-                        sha1    8204a5f05f97de2f0f434b7ffc751749b4407f38 \
-                        rmd160  6dd414f5e85f2d96c94974fe67c06699f123e360
 }
 
 if {$subport != "py31-${realname}" && $subport != "py32-${realname}" && $subport != $name} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111219/e5c1b18f/attachment.html>


More information about the macports-changes mailing list