conda: add pyelftools recipe.

This commit is contained in:
whitequark 2015-10-09 14:26:31 +03:00
parent 566af5499d
commit 6e3c411d1e
3 changed files with 26 additions and 0 deletions

1
conda/pyelftools/bld.bat Normal file
View File

@ -0,0 +1 @@
%PYTHON% setup.py install

View File

@ -0,0 +1 @@
$PYTHON setup.py install

View File

@ -0,0 +1,24 @@
package:
name: pyelftools
version: 0.23
source:
git_url: https://github.com/eliben/pyelftools.git
git_tag: v0.23
build:
number: 1
requirements:
build:
- python
- setuptools
test:
imports:
- elftools
about:
home: https://github.com/eliben/pyelftools.git
license: Public domain
summary: 'Library for analyzing ELF files and DWARF debugging information'