[124994] trunk/dports/python/py-yt

robitaille at macports.org robitaille at macports.org
Tue Sep 2 02:39:00 PDT 2014


Revision: 124994
          https://trac.macports.org/changeset/124994
Author:   robitaille at macports.org
Date:     2014-09-02 02:39:00 -0700 (Tue, 02 Sep 2014)
Log Message:
-----------
py-yt: updated to 3.0, removed Python 2.6 since it is no longer supported. Python 3.x is not yet supported

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

Removed Paths:
-------------
    trunk/dports/python/py-yt/files/

Modified: trunk/dports/python/py-yt/Portfile
===================================================================
--- trunk/dports/python/py-yt/Portfile	2014-09-02 05:45:50 UTC (rev 124993)
+++ trunk/dports/python/py-yt/Portfile	2014-09-02 09:39:00 UTC (rev 124994)
@@ -5,11 +5,11 @@
 PortGroup           python 1.0
 
 name                py-yt
-version             2.3
+version             3.0
 maintainers         robitaille openmaintainer
 
 categories-append   science
-license             GPL-3+
+license             BSD
 description         Astrophysical simulation Analysis and Viz
 long_description    The yt project aims to produce an integrated \
                     science environment for collaboratively asking and \
@@ -26,14 +26,12 @@
 homepage            http://yt-project.org/
 master_sites        http://pypi.python.org/packages/source/y/yt/
 distname            yt-${version}
-checksums           md5 a13bb47b2cd37d4fc12e4bdac6ff13f5 \
-                    sha1 1a2f66459695f2105625f28c70c2562f0398f164 \
-                    rmd160 26a91719bd2d53a1bd6a8c815847ce5b6cbfe6a3
+checksums           md5 c73c9ea79822208a6a373829175ab220 \
+                    sha1 fbbc92d17947a841f18c554975eb777cb95c4670 \
+                    rmd160 770242d10f400110a7a28023e1155f515fa70e3d
 
-python.versions     26 27
+python.versions     27
 
-patchfiles          iyt.diff
-
 if {${name} ne ${subport}} {
     depends_run-append  port:py${python.version}-numpy \
                         port:py${python.version}-matplotlib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140902/56888ff1/attachment.html>


More information about the macports-changes mailing list