Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recipe for urchin #22592

Merged
merged 3 commits into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
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
60 changes: 60 additions & 0 deletions recipes/urchin/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{% 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
traversaro marked this conversation as resolved.
Show resolved Hide resolved
- lxml
- networkx
- numpy
- pillow
- pycollada >=0.6
- pyribbit >=0.1.46
- python >=3.6
- scipy
- six
- trimesh
- pip
run:
- python
- lxml
- networkx
- numpy
- pillow
- pycollada >=0.6
- pyribbit >=0.1.46
- python >=3.6
- 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