Skip to content

Commit

Permalink
add jupyter-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Aug 16, 2024
1 parent 2aa81a3 commit b6955b1
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions recipes/jupyter-templates/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{% set name = "jupyter-templates" %}
{% set version = "0.1.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/j/jupyter_templates/jupyter_templates-{{ version }}.tar.gz
sha256: a5359ed75b72dda1ce35cf87ab4c397e4606f8b9650527d812b9dbef22b5e455

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

requirements:
host:
- python >=3.8
- pip
- nodejs
- yarn <2
- hatchling >=1.22.4,<1.23
- hatch-jupyter-builder
- jupyterlab >=4,<5
run:
- python >=3.8
- jupyterlab >=4,<5

test:
imports:
- jupyter_templates

outputs:
- name: jupyter-templates
- name: jupyter_templates
build:
noarch: python
requirements:
host:
- python
run:
- python
- {{ pin_subpackage("jupyter-templates", exact=True) }}

about:
home: https://github.com/timkpaine/jupyter-templates
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: Jupyter notebook templates
description: Jupyter notebook templates
dev_url: https://github.com/timkpaine/jupyter-templates

extra:
recipe-maintainers:
- timkpaine

0 comments on commit b6955b1

Please sign in to comment.