Dexter Chua
966be460c7
Remove unused lines from .gitignore ( #1036 )
...
- /build/ is duplicate
- lz4 doesn't exist anymore
- If .bc files were produced we ought to be alarmed
2021-01-04 14:36:58 +08:00
Dexter Chua
ac3f1a358e
Build C libraries with the Python build system ( #1027 )
2021-01-03 22:09:40 +01:00
Roman Yurchak
d15fe32c21
Don't include jedi and parso in the core pyodide package ( #987 )
2021-01-03 17:50:48 +01:00
Dexter Chua
869044ba2e
Build six using usual build system ( #1010 )
2021-01-02 16:59:28 +08:00
Dexter Chua
4ae245855d
Install uglifyjs and lessc via npm ( #1002 )
...
The installation is very fast, and this avoids having two copies of node
around. In particular, this avoids the need to monkey-patch uglify-js to
use the system node.
This can be further streamlined when #792 is merged
2021-01-01 23:43:48 +08:00
Dexter Chua
861746a675
Build packages in parallel ( #840 )
2020-12-10 20:37:08 +01:00
Dexter Chua
0defcb3825
BLD Don't compile host python ( #830 )
2020-12-08 00:19:16 +01:00
Dexter Chua
3a2719369e
PKG Downgrade parso to 0.7.1 ( #822 )
...
This is what jedi 0.17.2 wants
2020-12-05 13:09:46 +01:00
Roman Yurchak
f1cc304717
DOC Refactor API reference documentation ( #782 )
2020-10-31 21:00:58 +01:00
Roman Yurchak
ec249dc282
BLD Fix emcc warning on Python3.8 ( #720 )
2020-07-11 13:23:45 +02:00
Roman Yurchak
bcc4f6b521
MNT Clean-up root folder ( #714 )
...
* Move six
* Move jedi and parso
* Move lz4
* Move CLAPACK
* Move zlib and libxslt
* Move libiconv and libxml
* Remobe netlify/state.json and move remove_modules to cpython
* Move bumpversion.cfg to setup.cfg
* Reset cache
* Fix test_common.py
2020-07-08 16:58:10 +02:00
Jay Harris
d1a5cfeb25
Compile python lxml ( #544 )
...
Co-authored-by: Luiz Silva <luizfrdasilva@gmail.com>
2020-06-30 18:37:22 +02:00
Dorian Pula
a1663e77e0
Add dependency check for the builds. ( #568 )
...
* Add dependency check for the builds.
* Use Python 3 specifically.
* Use the right target.
2019-11-19 16:51:45 -05:00
Jay Harris
92b1538076
Ignores source files for Jedi and Parso ( #551 )
2019-10-30 08:58:48 -04:00
Farooq Abdul Rehman
8e90e6d083
ignore .vscode ( #361 )
2019-03-26 08:49:53 -04:00
Roman Yurchak
862f257423
Use dummy threading + re-enable C++ files that failed due to a gloabl
...
namespace
2018-11-15 13:22:36 +01:00
Roman Yurchak
78bf51daac
CLAPACK setup
2018-10-31 15:12:43 +01:00
Roman Yurchak
72293058b9
Converting tools scripts to a python package
2018-09-20 18:44:30 +02:00
Michael Droettboom
0d4b22ba77
Use LZ4 filesystem compression, using the canonical C implementation
2018-09-19 16:44:54 -04:00
Michael Droettboom
409fe3b3f4
Use ccache
2018-07-24 12:58:31 -04:00
Michael Droettboom
17e1562ded
MVP of a proper packaging system
2018-06-20 14:54:47 -04:00
Michael Droettboom
6dc91e0846
First pass at matplotlib support
2018-05-17 11:57:39 -04:00
Michael Droettboom
5f42b61862
Lots of pandas fixes:
...
- Install dependencies: dateutil, pytz and six
- Patch things for threading and mmap
- Disable deployment (for related reasons)
2018-04-24 19:29:54 -04:00
Michael Droettboom
5870c62045
Add Pandas to the build
2018-04-03 11:43:02 -04:00
Michael Droettboom
e8685bb410
Add geckodriver.log to gitignore
2018-03-30 14:09:42 -04:00
Michael Droettboom
b8c3e600c2
Add end-to-end build. Travis tests.
2018-03-30 13:08:06 -04:00
Michael Droettboom
2ad135ef06
Add testing
2018-03-30 10:51:13 -04:00
Michael Droettboom
280de281aa
First working Numpy
2018-03-20 18:58:59 -04:00
Michael Droettboom
f2c08119af
Add internal cpython build
2018-02-27 17:57:22 -05:00
Michael Droettboom
54b55455a3
Fix #7 : Refactor code into separate modules
2018-02-26 10:02:52 -05:00
Michael Droettboom
7e5b45a08e
Fix #4 : Use WASM
2018-02-24 12:47:13 -05:00
Michael Droettboom
528b70e8e0
Update the .gitignore
2018-02-23 14:26:01 -05:00
Michael Droettboom
183acfd9d7
Initial commit
2018-02-23 14:21:29 -05:00