Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions recipes/jupytercad-urdf/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "jupytercad-urdf" %}
{% set version = "0.1.3" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/jupytercad/JupyterCAD-urdf/releases/download/v{{ version }}/jupytercad_urdf-{{ version }}.tar.gz
sha256: f5ff66e3583d271b1608906dda34a742b56bde937969f8ec6d06029d667c7897

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

requirements:
host:
- pip
- python {{ python }}
- hatchling
- nodejs
- hatch-nodejs-version
- hatch-jupyter-builder
run:
- python

test:
imports:
- jupytercad_urdf
commands:
- pip check
requires:
- pip
- python {{ python_min }}

about:
home: https://github.com/jupytercad/JupyterCAD-urdf
summary: JupyterCAD plugin to export URDF files.
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- Yahiewi