Skip to content

Commit 5a0f95a

Browse files
committed
Add build config for leave_current_mode branch
jupyterlab-contrib/jupyterlab-vim#70
1 parent 0a23a41 commit 5a0f95a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

recipe/meta.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{% set name = "jupyterlab_vim" %}
2-
{% set version = "0.15.1" %}
2+
{% set version = "0.15.1+leave_current_mode" %}
33

44

55
package:
66
name: {{ name|lower }}
77
version: {{ version }}
88

99
source:
10-
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/jupyterlab_vim-{{ version }}.tar.gz
11-
sha256: c4282beb4a67d21f7126e32cda19f99ed324a1d3fc494560e393fe53f7519a74
10+
git_url: https://github.com/asford/jupyterlab-vim
11+
git_rev: leave_current_mode_default
1212

1313
build:
1414
number: 0
1515
noarch: python
1616
script: {{ PYTHON }} -m pip install . -vv
1717

1818
requirements:
19+
build:
20+
- nodejs <15.0
1921
host:
2022
- jupyter-packaging >=0.10,<2.0
2123
- jupyterlab >=3.1,<4.0

0 commit comments

Comments
 (0)