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

stromnov at macports.org stromnov at macports.org
Mon Aug 12 02:31:59 PDT 2013


Revision: 109286
          https://trac.macports.org/changeset/109286
Author:   stromnov at macports.org
Date:     2013-08-12 02:31:58 -0700 (Mon, 12 Aug 2013)
Log Message:
-----------
py-ipython: fix #40070

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2013-08-12 08:03:58 UTC (rev 109285)
+++ trunk/dports/python/py-ipython/Portfile	2013-08-12 09:31:58 UTC (rev 109286)
@@ -9,11 +9,14 @@
 
 name                py-${realname}
 version             1.0.0
-revision            0
+revision            1
 platforms           darwin
 license             BSD
 supported_archs     noarch
 
+# Distfiles from mastersites (github and pypi) have different checksums (see #40070).
+dist_subdir         ${name}/${version}_1
+
 maintainers         akitada openmaintainer
 
 description         An enhanced Interactive Python shell
@@ -24,8 +27,8 @@
                     Allow interactive testing of threaded graphical toolkits.
 
 homepage            http://ipython.org
-master_sites        https://github.com/ipython/ipython/releases/download/rel-${version} \
-                    http://archive.ipython.org/release/${version}
+master_sites        https://github.com/ipython/ipython/releases/download/rel-${version}
+
 distname            ${realname}-${version}
 
 checksums           rmd160  eb4a1e4e21296674083dbe4a60ce5fee12008d36 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130812/e21f2cea/attachment.html>


More information about the macports-changes mailing list