diff --git a/python/py-spyder/Portfile b/python/py-spyder/Portfile index 75b0b77e78f15..0f80e1f40c0d2 100644 --- a/python/py-spyder/Portfile +++ b/python/py-spyder/Portfile @@ -6,9 +6,9 @@ PortGroup python 1.0 PortGroup qt5 1.0 PortGroup select 1.0 -github.setup spyder-ide spyder 4.1.3 v +github.setup spyder-ide spyder 4.1.4 v name py-spyder -revision 1 +revision 0 # the epoch is here for historical reasons and cannot be removed epoch 20111202 @@ -30,9 +30,9 @@ long_description ${description}. \ homepage https://www.spyder-ide.org/ -checksums rmd160 741aecbdaaf9e601f83e73557deb248dfa7bc320 \ - sha256 fcaeabc629ab47cbd9e321a8115725eb06a1ac6f9180133b9b59c2c24a3c26b4 \ - size 11610180 +checksums rmd160 242636922d9c864fbc7c4095b8b39f32dd593cf8 \ + sha256 233c82c6f17f85eb82b8341607c39b60731e14969558d58e7597772357cc45a9 \ + size 11699349 python.versions 27 35 36 37 38 @@ -114,14 +114,6 @@ if {${name} ne ${subport}} { ${worksrcpath}/spyder/app/utils.py reinplace "s|@@APPS_DIR@@|${applications_dir}/Qt5|g" \ ${worksrcpath}/spyder/utils/programs.py - - # temporary workaround for jedi, parso, python-language-server restrictions - reinplace {s|JEDI_REQVER = '=0\.15\.2'|JEDI_REQVER = '>=0.15.2'|g} \ - ${worksrcpath}/spyder/dependencies.py - reinplace {s|PARSO_REQVER = '=0\.5\.2'|PARSO_REQVER = '>=0.5.2'|g} \ - ${worksrcpath}/spyder/dependencies.py - reinplace {s|PYLS_REQVER = '>=0\.31\.9;<0\.32\.0'|PYLS_REQVER = '>=0.31.9'|g} \ - ${worksrcpath}/spyder/dependencies.py } post-destroot {