diff --git a/.travis.yml b/.travis.yml index 53ae648..3746fdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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=" diff --git a/README.md b/README.md index 673ccd0..cc8406b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 4de068d..e1ed599 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/ci_support/run_docker_build.sh b/ci_support/run_docker_build.sh index 34cb09a..ef556d8 100755 --- a/ci_support/run_docker_build.sh +++ b/ci_support/run_docker_build.sh @@ -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 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 59e7252..28e2749 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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