Commits

Renee Otten authored 57646796e67
py-nbformat: remove py34 subport, add size, use https
No tags

python/py-nbformat/Portfile

Modified
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-nbformat
7 7 version 4.4.0
8 8 revision 0
9 9 platforms darwin
10 10 license BSD
11 11 supported_archs noarch
12 12
13 -python.versions 27 34 35 36 37 38
13 +python.versions 27 35 36 37 38
14 14
15 15 maintainers {stromnov @stromnov} openmaintainer
16 16
17 17 description The Jupyter Notebook format.
18 18 long_description ${description}
19 19
20 -homepage http://jupyter.org
20 +homepage https://jupyter.org
21 21 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
22 22
23 23 distname ${python.rootname}-${version}
24 24
25 25 checksums rmd160 8317a6ae2072eeb3a860dbe4080a918cdd203e51 \
26 - sha256 f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402
26 + sha256 f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402 \
27 + size 113683
27 28
28 29 if {${name} ne ${subport}} {
29 30 depends_lib-append port:py${python.version}-ipython_genutils \
30 31 port:py${python.version}-traitlets \
31 32 port:py${python.version}-jsonschema \
32 33 port:py${python.version}-jupyter_core
33 34
34 35 livecheck.type none
35 36 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut