artiq/conda/pyelftools/meta.yaml

27 lines
408 B
YAML
Raw Normal View History

2015-10-09 19:26:31 +08:00
package:
name: pyelftools
version: 0.23
source:
git_url: https://github.com/eliben/pyelftools.git
git_tag: v0.23
build:
2015-10-09 20:01:03 +08:00
number: 0
2015-10-09 19:26:31 +08:00
requirements:
build:
- python
- setuptools
2015-10-09 20:01:03 +08:00
run:
- python
2015-10-09 19:26:31 +08:00
test:
imports:
- elftools
about:
home: https://github.com/eliben/pyelftools.git
license: Public domain
summary: 'Library for analyzing ELF files and DWARF debugging information'