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} \ |
22 | 22 | checksums rmd160 cf6f5c36b7e19eaf39dcbed3250d67c052464a58 \ |
23 | 23 | sha256 8653bc6db7ead98ef927038ff2d6650f67c5b286b67ad5f41594afce6b62ee1c |
24 | 24 | |
25 | | python.versions 26 27 33 34 |
| 25 | python.versions 26 27 33 34 35 |
26 | 26 | |
27 | 27 | if {${name} ne ${subport}} { |
28 | 28 | livecheck.type none |