Ticket #51422: 0001-py-sh-add-python-3.5-in-supported-interpreter-versio.patch

File 0001-py-sh-add-python-3.5-in-supported-interpreter-versio.patch, 851 bytes (added by dgsb (David Bariod), 8 years ago)

this patch enables this package in python 3.5

  • dports/python/py-sh/Portfile

    From 17bfe843b57ff9df30dc55697a05df2019a0aabd Mon Sep 17 00:00:00 2001
    From: David Bariod <davidriod@googlemail.com>
    Date: Tue, 17 May 2016 20:40:10 +0200
    Subject: [PATCH] py-sh: add python 3.5 in supported interpreter version
    
    ---
     dports/python/py-sh/Portfile | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dports/python/py-sh/Portfile b/dports/python/py-sh/Portfile
    index 15736ba..59fa304 100644
    a b long_description ${description} \ 
    2222checksums           rmd160  cf6f5c36b7e19eaf39dcbed3250d67c052464a58 \
    2323                    sha256  8653bc6db7ead98ef927038ff2d6650f67c5b286b67ad5f41594afce6b62ee1c
    2424
    25 python.versions     26 27 33 34
     25python.versions     26 27 33 34 35
    2626
    2727if {${name} ne ${subport}} {
    2828    livecheck.type  none