Skip to content

Commit

Permalink
Add gym-ignition-models package
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Oct 18, 2021
1 parent 9b3b076 commit 793942f
Showing 1 changed file with 41 additions and 0 deletions.
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: 5fe7a510498e5d35a0299e9152c5c033ac06597d7625b8ec74d47fa8bc01922e

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

0 comments on commit 793942f

Please sign in to comment.