Skip to content

Commit

Permalink
Merge ede5eeb into 812a1a4
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Mar 6, 2015
2 parents 812a1a4 + ede5eeb commit c4c4609
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/oct2py-3.1.0/bld.bat
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions conda/oct2py-3.1.0/build.sh
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
32 changes: 32 additions & 0 deletions conda/oct2py-3.1.0/meta.yaml
@@ -0,0 +1,32 @@
package:
name: oct2py
version: "3.1.0"

source:
fn: oct2py-3.1.0.tar.gz
url: https://pypi.python.org/packages/source/o/oct2py/oct2py-3.1.0.tar.gz
md5: 12fcdcdb95f3bf6d7ebd04a382ce9242

requirements:
build:
- python
- setuptools

run:
- python
- numpy >=1.7.1
- scipy >=0.12
- ipython

test:
# Python imports
imports:
- oct2py
- oct2py.tests
- oct2py.ipython
- oct2py.ipython.tests

about:
home: http://github.com/blink1073/oct2py
license: MIT License
summary: 'Python to GNU Octave bridge --> run m-files from python.'

0 comments on commit c4c4609

Please sign in to comment.