Skip to content

Commit

Permalink
Added conda build recipe for yeadon 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Mar 2, 2015
1 parent 1da6deb commit 64e3d33
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-recipes/yeadon-1.2.1/bld.bat
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions conda-recipes/yeadon-1.2.1/build.sh
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
35 changes: 35 additions & 0 deletions conda-recipes/yeadon-1.2.1/meta.yaml
@@ -0,0 +1,35 @@
package:
name: yeadon
version: "1.2.1"

source:
fn: yeadon-1.2.1.tar.gz
url: https://pypi.python.org/packages/source/y/yeadon/yeadon-1.2.1.tar.gz
md5: 58a5af9863d6e06d3bb342513ffd5e8f

requirements:
build:
- python
- setuptools
- numpy >=1.6.1
- pyyaml >=3.10

run:
- python
- numpy >=1.6.1
- pyyaml >=3.10
- mayavi >=4.0

test:
# Python imports
imports:
- yeadon
- yeadon.tests

requires:
- nose

about:
home: https://github.com/chrisdembia/yeadon/
license: LICENSE.txt
summary: 'Estimates the inertial properties of a human.'

0 comments on commit 64e3d33

Please sign in to comment.