Commits

Renee Otten authored and Chih-Hsuan Yen committed 54ab5e14eeb
py-widgetsnbextension: remove py34 subport, use https
No tags

python/py-widgetsnbextension/Portfile

Modified
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-widgetsnbextension
7 7 version 3.5.1
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 Interactive HTML widgets for Jupyter notebooks.
18 18 long_description ${description}
19 19
20 -homepage http://ipython.org
20 +homepage https://ipython.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 ff1f522aa8c8621712764051da158c18ec57f476 \
26 26 sha256 079f87d87270bce047512400efd70238820751a11d2d8cb137a5a5bdbaf255c7 \
27 27 size 1112877
28 28
29 29 if {${name} ne ${subport}} {
30 30 depends_build-append \
31 31 port:py${python.version}-setuptools
32 32 depends_lib-append port:py${python.version}-notebook
33 33
34 - if {${python.version} in {27 34 35}} {
34 + if {${python.version} in {27 35}} {
35 35 version 3.5.0
36 36 revision 0
37 37 distname ${python.rootname}-${version}
38 38 checksums rmd160 560655afc55e59374278fd80a419fc6925d06018 \
39 39 sha256 8c9b4d73e388f2484296be18432d3cc0b8d59de243079a0db16a56c5571e1f86 \
40 40 size 1112789
41 41 }
42 42
43 43 livecheck.type none
44 44 }

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

Add shortcut