Skip to content

Commit

Permalink
py-spyder: update to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Jul 10, 2020
1 parent 5a0ff8f commit d00a718
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions python/py-spyder/Portfile
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit d00a718

Please sign in to comment.