Commits

Andrew Stromnov authored dd4792d47d6
py-ipython: update to version 7.4.0
No tags

python/py-ipython/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5 PortGroup select 1.0
6 6
7 7 name py-ipython
8 -version 7.3.0
9 -revision 1
8 +version 7.4.0
9 +revision 0
10 10 categories-append devel science
11 11 platforms darwin
12 12 license BSD
13 13 supported_archs noarch
14 14
15 15 python.versions 27 34 35 36 37
16 16
17 17 maintainers {aronnax @lpsinger} {stromnov @stromnov} openmaintainer
18 18
19 19 description An enhanced interactive Python shell.
20 20 long_description ${description}
21 21
22 22 homepage https://ipython.org/
23 23 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
24 24
25 25 distname ${python.rootname}-${version}
26 26
27 -checksums rmd160 b893f1e24bf37b92e97006b43382a16ba36e4b41 \
28 - sha256 06de667a9e406924f97781bda22d5d76bfb39762b678762d86a466e63f65dc39 \
29 - size 5115887
27 +checksums rmd160 b0100bb8995c794d40859facd53e7278e7f0f76f \
28 + sha256 b038baa489c38f6d853a3cfc4c635b0cda66f2864d136fe8f40c1a6e334e2a6b \
29 + size 5118138
30 30
31 31 if {${name} ne ${subport}} {
32 32 set python_major [string range ${python.version} 0 end-1]
33 33
34 34 depends_run-append port:ipython_select \
35 35 port:ipython${python_major}_select
36 36
37 37 depends_lib-append port:py${python.version}-appnope \
38 38 port:py${python.version}-backcall \
39 39 port:py${python.version}-decorator \

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

Add shortcut