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 gym-ignition-models package #16573

Merged
merged 3 commits into from
Oct 19, 2021
Merged
Changes from all 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
41 changes: 41 additions & 0 deletions recipes/gym-ignition-models/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% set name = "gym-ignition-models" %}
{% set version = "1.1.1" %}

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

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

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

requirements:
host:
- pip
- python >=3.8
- setuptools-scm
run:
- python >=3.8

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

about:
home: https://github.com/robotology/gym-ignition-models
summary: Collection of robot models for the Ignition Gazebo simulator
license: LGPL-2.1-or-later
license_file: LICENSE

extra:
recipe-maintainers:
- diegoferigo