Skip to content

Commit

Permalink
Fix nightly (#13546)
Browse files Browse the repository at this point in the history
* Fix megagta and pymzml

* fix dinopy

* blacklist megagta, I don't know what's wrong with it and don't really care to find out

* Fix ddrage meta.yaml

* Fix gdsctools and standardize the blacklist

* All meta.yaml should have a build number

* Blacklist gdsctools, I'm not going to add tests when I don't know the tool

* one more old package to blacklist
  • Loading branch information
dpryan79 authored Feb 7, 2019
1 parent 78ae4c5 commit 0bdca62
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 116 deletions.
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

0 comments on commit 0bdca62

Please sign in to comment.