Permalink
Browse files
legit: change to use python 37
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
devel/legit/Portfile
|
|
@@ -5,6 +5,7 @@ PortGroup github 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
github.setup kennethreitz legit 1.0.1 v |
|
|
revision 1 |
|
|
categories devel |
|
|
platforms darwin |
|
|
maintainers {khindenburg @kurthindenburg} openmaintainer |
|
|
@@ -22,7 +23,7 @@ checksums rmd160 fdab3f398cb879839b7f88dc2d02d7cce175e322 \ |
|
|
sha256 c1cc4d15180ef899c4b03865612e1d7eec3aa5472c2eab6525a627ffd94f8020 \ |
|
|
size 16050 |
|
|
|
|
|
python.default_version 36 |
|
|
python.default_version 37 |
|
|
|
|
|
depends_build-append port:py${python.version}-setuptools |
|
|
|
|
|
|