-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
meta.yaml
65 lines (58 loc) · 1.47 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{% set name = "jupyter-sphinx" %}
{% set package = "jupyter_sphinx" %}
{% set version = "0.5.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ package }}-{{ version }}.tar.gz
sha256: 2e23699a3a1cf5db31b10981da5aa32606ee730f6b73a844d1e76d800756af56
build:
number: 5
outputs:
- name: {{ name }}
build:
script: python -m pip install . -vv --no-deps --ignore-installed
noarch: python
requirements:
host:
- pip
- python {{ python_min }}
- hatchling
run:
- python >={{ python_min }}
- ipykernel >=4.5.1
- ipython
- ipywidgets >=7.0.0
- nbconvert >=5.5
- nbformat
- sphinx >=7
test:
requires:
- python {{ python_min }}
imports:
- jupyter_sphinx
# alias to deprecate the jupyter_sphinx feedstock
- name: jupyter_sphinx
build:
noarch: python
requirements:
run:
- {{ pin_subpackage(name, exact=True) }}
test:
requires:
- python {{ python_min }}
imports:
- jupyter_sphinx
about:
home: https://github.com/jupyter/jupyter-sphinx/
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Sphinx extension for rendering of Jupyter interactive widgets.
doc_url: https://jupyter-sphinx.readthedocs.io/
extra:
recipe-maintainers:
- akhmerov
- chrisjsewell
- 12rambau