Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ osx_image: xcode6.4
env:
matrix:

- CONDA_NPY=111 CONDA_PY=27
- CONDA_NPY=112 CONDA_PY=27
- CONDA_NPY=113 CONDA_PY=27
- CONDA_NPY=111 CONDA_PY=35
- CONDA_NPY=112 CONDA_PY=35
- CONDA_NPY=113 CONDA_PY=35
- CONDA_NPY=111 CONDA_PY=36
- CONDA_NPY=112 CONDA_PY=36
- CONDA_NPY=113 CONDA_PY=36
- CONDA_PY=27
- CONDA_PY=35
- CONDA_PY=36
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "PbOA16ysKOofdLDxARHjw1iSRQ6+iwk4B7KE+su0O5ISIOQVjkitJtLzsa2DFd7evZPAravfPVx/PQ2FzHa6qTtv5eGC4u0to6Bbj5pE4tJc/qCYnv+tGZ8PscpF7zHMno/byLcMUgusxmlKcIOFSnuOpau8I/1RZk4qssFlrbt0/AADhy1erOg3futb0gKO8bxYxmwDf+ijbviznofbjXkMeDJ0mdjMXHhpb3Ow+fOReaV1YMND7B5ulcGkB5iKJHLWBsbjzrBi+BD52BZ7/oktbQ1U+THDf2NITLxd9bygR78qWayESTBVD5AeTXXR6wl3ntupMQLQcfwXFrEG1QundZnyv4/oYzUJDAEexJfKiq7UAhrCAWxBzFwLr5b9RUdWhbdXMem+qb5ubXrxCC8WFzyFUrEOMdLzquc07s0h0pZENTT4SqEkTto9DdE5AEmpZy/Z4rMJHxfgl8NufCJTFLT+1k+pDUuvyuTriBf4Qg+pkRfGP3GY7XANxh/ILJDLOOhjQVWfBFix49YGmYmsqNjF8+gx1wqF0xT3B5clw+FShBSeZ6koNyzmiaMKmoaA3lNcHcIETEktTQv35TBMkt3o0ql1mYCZoInYtqfItXeZhFQb4/Gl1IHslVGVkLKoK0dghpEfCd3UPynh87A7awPOTO4fOYHGw3rdw3s="
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ About nitime

Home: http://nipy.org/nitime

Package license: BSD-3-Clause
Package license: BSD 3-Clause

Feedstock license: BSD 3-Clause

Expand Down
66 changes: 0 additions & 66 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,92 +10,26 @@ environment:

matrix:
- TARGET_ARCH: x86
CONDA_NPY: 111
CONDA_PY: 27
CONDA_INSTALL_LOCN: C:\\Miniconda

- TARGET_ARCH: x64
CONDA_NPY: 111
CONDA_PY: 27
CONDA_INSTALL_LOCN: C:\\Miniconda-x64

- TARGET_ARCH: x86
CONDA_NPY: 112
CONDA_PY: 27
CONDA_INSTALL_LOCN: C:\\Miniconda

- TARGET_ARCH: x64
CONDA_NPY: 112
CONDA_PY: 27
CONDA_INSTALL_LOCN: C:\\Miniconda-x64

- TARGET_ARCH: x86
CONDA_NPY: 113
CONDA_PY: 27
CONDA_INSTALL_LOCN: C:\\Miniconda

- TARGET_ARCH: x64
CONDA_NPY: 113
CONDA_PY: 27
CONDA_INSTALL_LOCN: C:\\Miniconda-x64

- TARGET_ARCH: x86
CONDA_NPY: 111
CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35

- TARGET_ARCH: x64
CONDA_NPY: 111
CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35-x64

- TARGET_ARCH: x86
CONDA_NPY: 112
CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35

- TARGET_ARCH: x64
CONDA_NPY: 112
CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35-x64

- TARGET_ARCH: x86
CONDA_NPY: 113
CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35

- TARGET_ARCH: x64
CONDA_NPY: 113
CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35-x64

- TARGET_ARCH: x86
CONDA_NPY: 111
CONDA_PY: 36
CONDA_INSTALL_LOCN: C:\\Miniconda36

- TARGET_ARCH: x64
CONDA_NPY: 111
CONDA_PY: 36
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64

- TARGET_ARCH: x86
CONDA_NPY: 112
CONDA_PY: 36
CONDA_INSTALL_LOCN: C:\\Miniconda36

- TARGET_ARCH: x64
CONDA_NPY: 112
CONDA_PY: 36
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64

- TARGET_ARCH: x86
CONDA_NPY: 113
CONDA_PY: 36
CONDA_INSTALL_LOCN: C:\\Miniconda36

- TARGET_ARCH: x64
CONDA_NPY: 113
CONDA_PY: 36
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64

Expand Down
47 changes: 1 addition & 46 deletions ci_support/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,65 +57,20 @@ conda clean --lock
conda install --yes --quiet conda-forge-build-setup
source run_conda_forge_build_setup

# Embarking on 9 case(s).
# Embarking on 3 case(s).
set -x
export CONDA_NPY=111
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=112
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=113
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=111
export CONDA_PY=35
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=112
export CONDA_PY=35
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=113
export CONDA_PY=35
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=111
export CONDA_PY=36
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=112
export CONDA_PY=36
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=113
export CONDA_PY=36
set +x
conda build /recipe_root --quiet || exit 1
Expand Down
78 changes: 43 additions & 35 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,50 +1,58 @@
{% set version = "0.7" %}

package:
name: nitime
version: {{ version }}
name: nitime
version: {{ version }}

source:
fn: nitime-{{ version }}.tar.gz
url: https://pypi.io/packages/source/n/nitime/nitime-{{ version }}.tar.gz
md5: 4055597dac1cede57ff9a16d609c9fe0
url: https://pypi.io/packages/source/n/nitime/nitime-{{ version }}.tar.gz
sha256: 18bac8d62686f884f1ac8b8d4fdb3d644e38a8a6ece76073a576080bafcbc5e9

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
number: 1
script: python setup.py install --single-version-externally-managed --record record.txt

requirements:
build:
- python
- numpy x.x
- cython
- setuptools
run:
- setuptools
- python
- numpy x.x
- scipy
- matplotlib
- networkx
- nibabel
build:
- python
- setuptools
- cython
- numpy 1.7.* # [py27]
- numpy 1.9.* # [py35]
- numpy 1.11.* # [py36]
- setuptools
run:
- python
- setuptools
- numpy >=1.7 # [py27]
- numpy >=1.9 # [py35]
- numpy >=1.11 # [py36]
- scipy
- matplotlib
- networkx
- nibabel

test:
imports:
- nitime
- nitime.algorithms
- nitime.algorithms.tests
- nitime.analysis
- nitime.analysis.tests
- nitime.fmri
- nitime.fmri.tests
- nitime.tests
imports:
- nitime
- nitime.algorithms
- nitime.algorithms.tests
- nitime.analysis
- nitime.analysis.tests
- nitime.fmri
- nitime.fmri.tests
- nitime.tests
commands:
- conda inspect linkages -p $PREFIX nitime # [not win]
- conda inspect objects -p $PREFIX nitime # [osx]

about:
home: http://nipy.org/nitime
license: BSD-3-Clause
summary: Timeseries analysis for neuroscience data
home: http://nipy.org/nitime
license: BSD 3-Clause
license_file: LICENSE
summary: 'Timeseries analysis for neuroscience data'

extra:
recipe-maintainers:
- arokem
- ocefpaf
recipe-maintainers:
- arokem
- ocefpaf