diff --git a/recipes/pymisc-utils/build.sh b/recipes/pymisc-utils/build.sh new file mode 100644 index 0000000000000..e318b73a7857c --- /dev/null +++ b/recipes/pymisc-utils/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +$PYTHON setup.py install +cp misc/*.py ${PREFIX}/bin/ +chmod 755 ${PREFIX}/bin/*.py diff --git a/recipes/pymisc-utils/meta.yaml b/recipes/pymisc-utils/meta.yaml new file mode 100644 index 0000000000000..ef247ab4f0ce3 --- /dev/null +++ b/recipes/pymisc-utils/meta.yaml @@ -0,0 +1,74 @@ +{% set name = "pymisc-utils" %} +{% set version = "0.2.10" %} +{% set sha256 = "5fdce376485d43e064f3bf3bbb847a3688fca9d6ddca49cf2d30a163e2c4e71f" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://github.com/bmmalone/{{ name|lower }}/archive/{{ version }}.tar.gz + sha256: {{ sha256 }} + +build: + number: 0 + skip: True [osx or py27] + +requirements: + build: + - {{ compiler('c') }} + host: + - python + - numpy + - scipy + - cython + - statsmodels + - matplotlib + - pandas + - scikit-learn + - fastparquet + - networkx + - docopt + - tqdm + - joblib + - xlrd + - openpyxl + - graphviz + - pydot + - paramiko + - six + - nltk + - dask + - setuptools + run: + - python + - numpy + - scipy + - cython + - statsmodels + - matplotlib + - pandas + - scikit-learn + - fastparquet + - networkx + - docopt + - tqdm + - joblib + - xlrd + - openpyxl + - graphviz + - pydot + - paramiko + - six + - nltk + - dask + +test: + commands: + - call_program.py -h + +about: + home: https://github.com/dieterich-lab/pymisc-utils + license: MIT + license_file: LICENSE + summary: Utility library for rp-bp