[146249] trunk/dports/python

petr at macports.org petr at macports.org
Wed Mar 2 12:26:08 PST 2016


Revision: 146249
          https://trac.macports.org/changeset/146249
Author:   petr at macports.org
Date:     2016-03-02 12:26:08 -0800 (Wed, 02 Mar 2016)
Log Message:
-----------
py-powerline: update to 2.3, retire py26 and py33 subports, add py35 subport, re-enable livecheck, closes #50612

Modified Paths:
--------------
    trunk/dports/python/py-graveyard/Portfile
    trunk/dports/python/py-powerline/Portfile

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2016-03-02 20:22:45 UTC (rev 146248)
+++ trunk/dports/python/py-graveyard/Portfile	2016-03-02 20:26:08 UTC (rev 146249)
@@ -74,6 +74,7 @@
 py-notify-python        0.1.1_6     26
 py-openssl              0.15.1_1    33
 py-pep8                 1.6.2_1     25 26 31 32 33
+py-powerline            2.2_1       26 33
 py-pygments             1.6_1       24 25 31 32
 py-pyke                 1.1.1_1     26 32 33
 py-pymca                4.4.1p1_1   26

Modified: trunk/dports/python/py-powerline/Portfile
===================================================================
--- trunk/dports/python/py-powerline/Portfile	2016-03-02 20:22:45 UTC (rev 146248)
+++ trunk/dports/python/py-powerline/Portfile	2016-03-02 20:26:08 UTC (rev 146249)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        powerline powerline 2.2
+github.setup        powerline powerline 2.3
 name                py-powerline
 categories-append   devel
 platforms           darwin
@@ -18,15 +18,16 @@
                     including zsh, bash, tmux, IPython, Awesome and Qtile.
 long_description    ${description}
 
-checksums           rmd160  c6867d3aa1c9fecd9a78d293c3d7f2d78e9e55ca \
-                    sha256  ab5dd9b3de09db103076a0cd157f434ff5e4cb4ffdbaafac909704d5c8496823
+checksums           rmd160  b3cb4a5083e811f99f82b34fb6297741dfae13d5 \
+                    sha256  2f430dd28fea608770821a7da99592d559ebfd90ec2c09c3798bc94830617d2b
 
-python.versions     26 27 33 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_build-append port:py${python.version}-setuptools
+
+    livecheck.type  none
 }
 
-# turn off livecheck because there are no releases and there is no easy way to
-# distinguish a new commit only on master
-livecheck.type      none
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160302/4d122d10/attachment.html>


More information about the macports-changes mailing list