litex/conda/migen/meta.yaml

28 lines
488 B
YAML
Raw Normal View History

2015-03-17 12:58:45 -04:00
package:
name: migen
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
git_url: https://github.com/m-labs/migen
git_tag: new
2015-03-17 12:58:45 -04:00
build:
2015-10-19 10:54:30 -04:00
noarch_python: True
2015-03-17 12:58:45 -04:00
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
script: $PYTHON setup.py install
requirements:
build:
- python
run:
- python
test:
imports:
- migen
about:
home: http://m-labs.hk/gateware.html
license: 3-clause BSD
summary: 'A Python toolbox for building complex digital hardware'