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

Fix nightly #13546

Merged
merged 10 commits into from
Feb 7, 2019
166 changes: 62 additions & 104 deletions build-fail-blacklist

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions recipes/convert-zero-one-based/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source:
sha256: 3169186e91fe678d4f7016fa5f12e0a8e049ebfaad78fd61ab276a5db4b53067

build:
number: 0
noarch: python
script:
- flake8 . -v --config=.flake8rc
Expand Down
3 changes: 2 additions & 1 deletion recipes/ddrage/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ source:


build:
skip: True # [py2k or py34]
skip: True # [py2k]
number: 0
entry_points:
- rage = ddrage.__main__:main
- ddrage = ddrage.__main__:main
Expand Down
2 changes: 1 addition & 1 deletion recipes/dinopy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ source:

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

requirements:
build:
Expand All @@ -16,7 +17,6 @@ requirements:
- python
- setuptools
- numpy >=1.9

run:
- python
- numpy >=1.9
Expand Down
5 changes: 3 additions & 2 deletions recipes/epic2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ source:
sha256: 5f12bb13eba3c2772ae468fac39afacca80806d0a4bf86f317e307c57555c525

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

requirements:
host:
Expand Down
6 changes: 1 addition & 5 deletions recipes/gdsctools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ source:
md5: {{ md5 }}

build:
number: 0
skip: True # [py27]
noarch_python: false
entry_points:
Expand Down Expand Up @@ -78,8 +79,3 @@ about:
license: "BSD 3-clause"
summary: 'Set of tools and pipelines to analyse GDSC data (cancerrxgene.org)'
license_family: BSD

extra:
recipe-maintainers:
- cokelaer

1 change: 1 addition & 0 deletions recipes/grid/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package:
version: "1.2"

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

source:
Expand Down
3 changes: 3 additions & 0 deletions recipes/islandpath/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ package:
source:
url: https://github.com/brinkmanlab/islandpath/archive/v{{version}}-conda.tar.gz
sha256: d229fa4f7c71e3b44e8596e7de4b75e34a74d3bbb0fc98cb0171ef1829149a2f

build:
number: 0

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

build:
number: 2
skip: True # [osx]

requirements:
build:
Expand All @@ -23,9 +24,6 @@ requirements:
- python >=2.7,<3
- hmmer >=3.1b2

build:
skip: True # [osx]

test:
requires:
- python >=2.7,<3
Expand Down