Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-format skip sections #651

Merged
merged 2 commits into from
Dec 9, 2016
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
4 changes: 1 addition & 3 deletions alchemy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ source:

build:
number: 0
skip:
- [win and py27]
- [win32]
skip: True # [win32 or (win and py27)]

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion ambermini/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:

build:
number: 6
skip: True [win]
skip: True # [win]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions arpack/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:
md5: 0ae8a0bb796370b06647d9e005c0f3ea

build:
skip:
- [not unix]
skip: True # [not unix]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions assaytools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ build:
- xml2png = assaytools.scripts.xml2png:entry_point
- xml2png4scans = assaytools.scripts.xml2png4scans:entry_point
- ipnbdoctest = assaytools.scripts.ipnbdoctest:entry_point
skip:
- [py3k]
skip: True # [py3k]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions bison/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ source:
build:
number: 1
detect_binary_files_with_prefix: true
skip:
- [not unix]
skip: True # [not unix]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions boost/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ source:

build:
number: 1
skip:
- [win]
skip: True # [win]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions ccache/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:

build:
number: 0
skip:
- [not unix]
skip: True # [not unix]

test:
commands:
Expand Down
3 changes: 1 addition & 2 deletions clusterutils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ source:
build:
entry_points:
- build_mpirun_configfile = clusterutils.build_mpirun_configfile:main
skip:
- [not unix]
skip: True # [not unix]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions cpptraj/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ source:

build:
number: 0
skip:
- [not unix]
skip: True # [not unix]

requirements:
build:
Expand Down
5 changes: 2 additions & 3 deletions cvxopt/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ source:
- 0001-setup.patch

build:
skip:
# TODO no mingwpy py35
- [win and py35]
# TODO: no mingwpy on py35
skip: True # [win and py35]

requirements:
build:
Expand Down
8 changes: 2 additions & 6 deletions cvxpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ source:
md5: 5d4c2a6862bbdd1cefb234786696900a

build:
skip:
# TODO no cvxopt on win py35
- [win and py35]
# some win-64 bug in cvxpy reported here:
# https://github.com/cvxgrp/cvxpy/issues/236
- [win64]
# TODO: no cvxopt on win py35 and win64 bug (https://github.com/cvxgrp/cvxpy/issues/236)
skip: True # [(win and py35) or win64]

requirements:
build:
Expand Down
4 changes: 1 addition & 3 deletions deepchem/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ source:

build:
number: 0
skip:
- [osx or win]
- [py3k]
skip: True # [osx or win or py3k]


requirements:
Expand Down
3 changes: 1 addition & 2 deletions doxygen/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ source:
fn: doxygen-1.8.10.src.tar.gz [not win]

build:
skip:
- [ osx ]
skip: True # [ osx ]

requirements: [not win]
build: [not win]
Expand Down
3 changes: 1 addition & 2 deletions ensembler/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ build:
number: 1
entry_points:
- ensembler = ensembler.cli:main
skip:
- [win or py3k]
skip: True # [win or py3k]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions fahmunge/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ source:
build:
preserve_egg_dir: True
number: 0
skip:
- [not linux]
skip: True # [not linux]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions flex/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ source:
build:
number: 1
detect_binary_files_with_prefix: true
skip:
- [not unix]
skip: True # [not unix]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions freeglut/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:

build:
number: 1
skip:
- [osx or win]
skip: True # [osx or win]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions glew/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package:
version: 1.11.0

build:
skip:
- [osx or win]
skip: True # [not linux]

source:
fn: glew-1.11.0.tgz
Expand Down
3 changes: 1 addition & 2 deletions gpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ source:
- 0003-Fix-rb-for-Python-3.patch

build:
skip:
- [win and py34]
skip: True # [win and py34]

extra:
maintainers:
Expand Down
4 changes: 1 addition & 3 deletions graphviz/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ source:
build:
number: 3
binary_relocation: true
skip:
- [not unix]
- [py3k]
skip: True # [win or py3k]

requirements:
build:
Expand Down
5 changes: 2 additions & 3 deletions hmmlearn/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ source:
md5: 6db6ea730c849e2bc3b3f322e35ee65c

build:
skip:
# TODO: https://github.com/ContinuumIO/anaconda-issues/issues/557
- [win32 and py35 and np == 19]
# TODO: https://github.com/ContinuumIO/anaconda-issues/issues/557
skip: True # [win32 and py35 and np == 19]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions jom/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package:
version: 1.0.16

build:
skip:
- [unix]
skip: True # [unix]

source: [win]
fn: jom_1_0_16.zip [win]
Expand Down
6 changes: 2 additions & 4 deletions lomap/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ source:


build:
skip:
- [not unix]
- [py3k]
skip: True # [(not unix) or py3k]

requirements:
build:
Expand Down Expand Up @@ -50,4 +48,4 @@ about:
home: https://github.com/nividic/Lomap
license: LGPL
license_file: LICENCE.txt
summary: Alchemical free-energy calculations planner
summary: Alchemical free-energy calculations planner
3 changes: 1 addition & 2 deletions m4/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:

build:
number: 0
skip:
- [not unix]
skip: True # [not unix]

test:
commands:
Expand Down
3 changes: 1 addition & 2 deletions meld-plugin/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:
git_rev: v0.1.2

build:
skip:
- [not linux]
skip: True # [not linux]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions mingwpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ source:

build:
number: 3
skip:
- [unix or py35]
skip: True # [unix or py35]

requirements:
run:
Expand Down
3 changes: 1 addition & 2 deletions msmexplorer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:

build:
number: 0
skip:
- [py27]
skip: True # [py27]

extra:
maintainers:
Expand Down
3 changes: 1 addition & 2 deletions openbabel/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ source:
build:
number: 1
detect_binary_files_with_prefix: true
skip:
- [win]
skip: True # [win]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions openblas/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ source:
md5: d340dc3d8a03f549ae29488d737b9c30 [not win]

build:
skip:
- [linux]
skip: True # [linux]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions openmm-example-plugin/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:
git_rev: f1e12743d7c5403bb6d7ad8da69af6a2f27e1b26

build:
skip:
- [win]
skip: True # [win]

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion openmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:

build:
number: 0
skip: True # [win]
skip: True # [win]

# by default upload binaries to 'rc' channel on anaconda.org
extra:
Expand Down
3 changes: 1 addition & 2 deletions openmmtools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:

build:
number: 1
skip:
- [win32 or (win and py2k)]
skip: True # [win32 or (win and py2k)]

requirements:
build:
Expand Down
4 changes: 1 addition & 3 deletions openpathsampling/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ source:
build:
preserve_egg_dir: True
number: 0
skip:
- [py3k]
- [win and py27]
skip: True # [(win and py27) or py3k]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions osprey/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ build:
number: 0
entry_points:
- osprey = osprey.cli.main:main
skip:
- [win]
skip: True # [win]

extra:
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions packmol/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ source:

build:
number: 1
skip:
- [win and py35] # no mingwpy support for py35 on win
# no mingwpy support for py35 on win
skip: True # [win and py35]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions pdbfixer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ build:
number: 1
entry_points:
- pdbfixer = pdbfixer.pdbfixer:main
skip:
- [win32 or (win and py2k)]
skip: True # [win32 or (win and py2k)]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions progress_reporter/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ source:
build:
noarch_python: True
number: 1
skip:
- [osx or win]
skip: True # [osx or win]


requirements:
Expand Down
3 changes: 1 addition & 2 deletions pygraphviz/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:
md5: 7f690295dfe77edaa9e552d09d98d279

build:
skip:
- [not unix]
skip: True # [not unix]

requirements:
build:
Expand Down
Loading