Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c85ff1

Browse files
committed
MNT: cleanup markdown deps
1 parent d423611 commit 5c85ff1

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

build_order.d/01-build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,11 @@ kind: pip
10901090
packages: mdit-py-plugins
10911091
...
10921092
---
1093+
flags: --pre --upgrade --no-build-isolation
1094+
kind: pip
1095+
packages: markdown-it-py<4
1096+
...
1097+
---
10931098
default_branch: master
10941099
function: main_build
10951100
kind: source_install
@@ -1099,7 +1104,7 @@ proj_name: MyST-Parser
10991104
---
11001105
flags: --pre --upgrade --no-build-isolation
11011106
kind: pip
1102-
packages: jupyterlab-git jupyterlab-spellchecker mdit-py-plugins nbdime gitpython jupyter-server-mathjax
1107+
packages: jupyterlab-git jupyterlab-spellchecker nbdime gitpython jupyter-server-mathjax
11031108
colorama gitdb smmap jupyterlab
11041109
...
11051110
---

make_bleeding.xsh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ with with_pushd(wd):
5858
@('--with-pydebug' if args.debug else '') \
5959
@('--disable-gil' if args.freethread else '') \
6060
@('--enable-experimental-jit' if args.jit else '')
61-
make -j$(nproc)
61+
nproc = $(nproc)
62+
make -j@(nproc)
6263
make install
6364

6465
$HOME/.pybuild/@(args.target)/bin/python3 -m venv --copies --clear ~/.virtualenvs/@(args.target)

0 commit comments

Comments
 (0)