Skip to content

Commit

Permalink
Merge pull request #8 from 12rambau/alias
Browse files Browse the repository at this point in the history
build 2 outputs
  • Loading branch information
akhmerov authored Jan 20, 2024
2 parents 1b2de46 + 53e5d4f commit 8d03648
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
13 changes: 12 additions & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 120 additions & 0 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 32 additions & 19 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,40 @@ source:
sha256: 2e23699a3a1cf5db31b10981da5aa32606ee730f6b73a844d1e76d800756af56

build:
number: 2
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 3

requirements:
host:
- pip
- python >=3.8
- hatchling
run:
- python >=3.8
- ipykernel >=4.5.1
- ipython
- ipywidgets >=7.0.0
- nbconvert >=5.5
- nbformat
- sphinx >=7
outputs:
- name: {{ name }}
build:
script: python -m pip install . -vv
noarch: python
requirements:
host:
- pip
- python >=3.8
- hatchling
run:
- python >=3.8
- ipykernel >=4.5.1
- ipython
- ipywidgets >=7.0.0
- nbconvert >=5.5
- nbformat
- sphinx >=7
test:
imports:
- jupyter_sphinx

test:
imports:
- jupyter_sphinx
# alias to deprecate the jupyter_sphinx feedstock
- name: jupyter_sphinx
build:
noarch: python
requirements:
run:
- {{ pin_subpackage(name, exact=True) }}
test:
imports:
- jupyter_sphinx

about:
home: https://github.com/jupyter/jupyter-sphinx/
Expand Down

0 comments on commit 8d03648

Please sign in to comment.