Skip to content

Commit

Permalink
Merge pull request #22592 from traversaro/patch-48
Browse files Browse the repository at this point in the history
Add recipe for urchin
  • Loading branch information
ocefpaf committed Apr 20, 2023
2 parents 2ebd354 + 8f064f6 commit eed5379
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
58 changes: 58 additions & 0 deletions recipes/urchin/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{% set name = "urchin" %}
{% set version = "0.0.27" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/urchin-{{ version }}.tar.gz
sha256: bda308ed7d2b80eb1e097dc3963fabe9e00a6cbd89a1f6be6f063c2a065d3671

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

requirements:
host:
- python >=3.6
- lxml
- networkx
- numpy
- pillow
- pycollada >=0.6
- pyribbit >=0.1.46
- scipy
- six
- trimesh
- pip
run:
- python >=3.6
- lxml
- networkx
- numpy
- pillow
- pycollada >=0.6
- pyribbit >=0.1.46
- scipy
- six
- trimesh

test:
imports:
- urchin
commands:
- pip check
requires:
- pip

about:
home: https://github.com/fishbotics/urchin
summary: URDF parser and manipulator for Python
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- traversaro
6 changes: 6 additions & 0 deletions recipes/urchin/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mesa-libGL
mesa-libGLU
libselinux
libXdamage
libXxf86vm
libXext

0 comments on commit eed5379

Please sign in to comment.