From 62adbe32338b6e989408f1c4cf93e08f1a2f3542 Mon Sep 17 00:00:00 2001 From: dpryan79 Date: Mon, 18 Feb 2019 11:43:54 +0100 Subject: [PATCH 1/2] Bump deepTools to 3.2.0 --- recipes/deeptools/meta.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes/deeptools/meta.yaml b/recipes/deeptools/meta.yaml index 82ad9d47a69ac..ac64505733443 100644 --- a/recipes/deeptools/meta.yaml +++ b/recipes/deeptools/meta.yaml @@ -1,13 +1,13 @@ package: name: deeptools - version: '3.1.3' + version: '3.2.0' source: - url: https://files.pythonhosted.org/packages/43/0b/0ff8d6440feba7fa4e7911ab0d13bab4ce5c72c9be2ffa6633f417a7cfef/deepTools-3.1.3.tar.gz - sha256: bfbaf077d5206871f237fa4a8fd0da8ecf0d22f4e868fc6eeb215fd14574f3fb + url: https://files.pythonhosted.org/packages/24/c8/ab6daedf122fa31e51193646bd9f811be2cc3b18b7738de8a4cd4e2c26f3/deepTools-3.2.0.tar.gz + sha256: 2748136fb809c69376e6b383ce5a00ba3e7310e2668a82c5550d4c9bb47fe868 build: - number: 1 + number: 0 requirements: build: @@ -24,6 +24,7 @@ requirements: - pysam >=0.14.0 - py2bit >=0.2.0 - plotly >=1.9.0 + - deeptoolsintervals - pandas test: From 782cf9d3c238b7170abf9826fa6cfc0e6789e659 Mon Sep 17 00:00:00 2001 From: dpryan79 Date: Mon, 18 Feb 2019 12:16:06 +0100 Subject: [PATCH 2/2] deepTools is now noarch: python --- recipes/deeptools/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/deeptools/meta.yaml b/recipes/deeptools/meta.yaml index ac64505733443..02b5c10b27f2f 100644 --- a/recipes/deeptools/meta.yaml +++ b/recipes/deeptools/meta.yaml @@ -8,10 +8,9 @@ source: build: number: 0 + noarch: python requirements: - build: - - {{ compiler('c') }} host: - python - setuptools