Revision
148795
Author
khindenburg@macports.org
Date
2016-05-18 06:47:47 -0700 (Wed, 18 May 2016)

Log Message

py-sh: add python 3.5 version #51422

Modified Paths

Diff

Modified: trunk/dports/python/py-sh/Portfile (148794 => 148795)


--- trunk/dports/python/py-sh/Portfile	2016-05-18 13:12:25 UTC (rev 148794)
+++ trunk/dports/python/py-sh/Portfile	2016-05-18 13:47:47 UTC (rev 148795)
@@ -16,13 +16,13 @@
 
 description         sh (previously pbs) is a full-fledged subprocess interface
 long_description    ${description} \
-                    for Python 2.6 - 3.2 that allows you to call any program as \
+                    for Python 2.6 - 3.5 that allows you to call any program as \
                     if it were a function
 
 checksums           rmd160  cf6f5c36b7e19eaf39dcbed3250d67c052464a58 \
                     sha256  8653bc6db7ead98ef927038ff2d6650f67c5b286b67ad5f41594afce6b62ee1c
 
-python.versions     26 27 33 34
+python.versions     26 27 33 34 35
 
 if {${name} ne ${subport}} {
     livecheck.type  none