Skip to content
Open
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
1 change: 0 additions & 1 deletion assaytools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ build:
- xml2png = assaytools.scripts.xml2png:entry_point
- xml2png4scans = assaytools.scripts.xml2png4scans:entry_point
- ipnbdoctest = assaytools.scripts.ipnbdoctest:entry_point
skip: True # [py3k]

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

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

skip: True # [osx or win]

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

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion graphviz/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
number: 3
binary_relocation: true
skip: True # [win or py3k]
skip: True # [win]

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


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

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

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

build:
skip: True # [not (linux and py2k)]
skip: True # [not linux]

requirements:
build:
Expand Down