Skip to content

Commit

Permalink
PKG Downgrade parso to 0.7.1 (pyodide#822)
Browse files Browse the repository at this point in the history
This is what jedi 0.17.2 wants
  • Loading branch information
dalcde authored Dec 5, 2020
1 parent a780abc commit 3a27193
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ packages/six/six-1.11.0
packages/lz4/lz4-1.8.3
packages/CLAPACK/CLAPACK-WA
packages/CLAPACK/clapack.tgz
packages/jedi/jedi-0.15.1
packages/parso/parso-0.5.1
packages/jedi/jedi-*
packages/parso/parso-*
packages/libxml/libxml*
packages/libxslt/libxslt*
packages/libiconv/libiconv*
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SIX_LIBS=$(SIX_ROOT)/six.py
JEDI_ROOT=packages/jedi/jedi-0.17.2/jedi
JEDI_LIBS=$(JEDI_ROOT)/__init__.py

PARSO_ROOT=packages/parso/parso-0.8.0/parso
PARSO_ROOT=packages/parso/parso-0.7.1/parso
PARSO_LIBS=$(PARSO_ROOT)/__init__.py

SITEPACKAGES=root/lib/python$(PYMINOR)/site-packages
Expand Down
4 changes: 2 additions & 2 deletions packages/parso/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PYODIDE_ROOT=$(abspath ../..)
include ../../Makefile.envs

PARSOVERSION=0.8.0
PARSOVERSION=0.7.1

ROOT=$(abspath .)

SRC=$(ROOT)/parso-$(PARSOVERSION)
BUILD=$(SRC)/build/lib/parso
TARBALL=$(ROOT)/downloads/parso-$(PARSOVERSION).tar.gz
URL=https://files.pythonhosted.org/packages/cb/1b/1d846fff1f5b10907fbfece4901410823ec529f9ee9193451278451fcb6e/parso-$(PARSOVERSION).tar.gz
URL=https://files.pythonhosted.org/packages/40/01/e0b8d2168fb299af90a78a5919257f821e5c21399bf0906c14c9e573db3f/parso-$(PARSOVERSION).tar.gz


all: $(SRC)/setup.py
Expand Down
2 changes: 1 addition & 1 deletion packages/parso/checksums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2b6db14759c528d857eeb9eac559c2166b2554548af39f5198bdfb976f72aa64 downloads/parso-0.8.0.tar.gz
caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9 downloads/parso-0.7.1.tar.gz

0 comments on commit 3a27193

Please sign in to comment.