Permalink
Browse files
py-ipython: update to version 7.5.0
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
python/py-ipython/Portfile
|
|
@@ -5,7 +5,7 @@ PortGroup python 1.0 |
|
|
PortGroup select 1.0 |
|
|
|
|
|
name py-ipython |
|
|
version 7.4.0 |
|
|
version 7.5.0 |
|
|
revision 0 |
|
|
categories-append devel science |
|
|
platforms darwin |
|
|
@@ -24,9 +24,9 @@ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
|
|
|
|
|
distname ${python.rootname}-${version} |
|
|
|
|
|
checksums rmd160 b0100bb8995c794d40859facd53e7278e7f0f76f \ |
|
|
sha256 b038baa489c38f6d853a3cfc4c635b0cda66f2864d136fe8f40c1a6e334e2a6b \ |
|
|
size 5118138 |
|
|
checksums rmd160 91f1116a225111856d03ea676dfa86a1da009967 \ |
|
|
sha256 e840810029224b56cd0d9e7719dc3b39cf84d577f8ac686547c8ba7a06eeab26 \ |
|
|
size 5118610 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
set python_major [string range ${python.version} 0 end-1] |
|
|
|