pyodide/packages/pyb2d/meta.yaml

22 lines
354 B
YAML
Raw Normal View History

2021-12-17 16:24:13 +00:00
package:
name: pyb2d
2022-01-24 17:03:22 +00:00
version: 0.7.2
2021-12-17 16:24:13 +00:00
source:
2022-01-24 17:03:22 +00:00
url: https://github.com/pyb2d/pyb2d/archive/refs/tags/0.7.2.tar.gz
sha256: d7cd30da300ea21073f2e9cc715a61f8c26495ff8c57ebbb7109b4dcfe62fc7c
2021-12-17 16:24:13 +00:00
build:
script: python -m pip install pybind11
requirements:
run:
- numpy
2022-01-24 17:03:22 +00:00
- pydantic
- setuptools
2021-12-17 16:24:13 +00:00
test:
imports:
- b2d
- b2d.testbed