Skip to content

Commit

Permalink
py-jupyter: add py36 subport
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Dec 28, 2016
1 parent 021f0a7 commit 1c13818
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/py-jupyter/Portfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem 1.0
PortGroup python 1.0
Expand All @@ -12,7 +11,7 @@ platforms darwin
license BSD
supported_archs noarch

python.versions 27 34 35
python.versions 27 34 35 36

maintainers stromnov openmaintainer

Expand Down Expand Up @@ -42,6 +41,4 @@ if {${name} ne ${subport}} {
}

livecheck.type none
} else {
livecheck.type pypi
}

0 comments on commit 1c13818

Please sign in to comment.