From 011b9a57792bf5c532cf068380ca7253c66173a3 Mon Sep 17 00:00:00 2001 From: John Chodera Date: Fri, 6 Oct 2017 20:15:54 -0400 Subject: [PATCH 1/4] [thermopyl] 1.0.1 --- thermopyl/build.sh | 3 +++ thermopyl/meta.yaml | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100755 thermopyl/build.sh create mode 100644 thermopyl/meta.yaml diff --git a/thermopyl/build.sh b/thermopyl/build.sh new file mode 100755 index 00000000..8e25a145 --- /dev/null +++ b/thermopyl/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +$PYTHON setup.py install diff --git a/thermopyl/meta.yaml b/thermopyl/meta.yaml new file mode 100644 index 00000000..4fbbbbde --- /dev/null +++ b/thermopyl/meta.yaml @@ -0,0 +1,43 @@ +package: + name: thermopyl + version: 1.0.1 + +source: + git_url: https://github.com/choderalab/thermopyl.git + git_tag: 1.0.1 + +build: + preserve_egg_dir: True + number: 0 + +requirements: + build: + - python + - six + - pandas + - pyxb ==1.2.4 + - feedparser + - pytables + + run: + - python + - six + - pandas + - pyxb ==1.2.4 + - feedparser + - pytables + +test: + requires: + - nose + imports: + - thermopyl + commands: + - nosetests thermopyl --nocapture --verbosity=2 --with-doctest + - thermoml-update-mirror + - thermoml-build-pandas --help + - thermoml-build-pandas --journalprefix=acs + +about: + home: https://github.com/choderalab/thermopyl + license: GNU Lesser General Public License v2 or later (LGPLv2+) From dfcc0bcbc7fef15a5bee6e298a2bef9f45c68583 Mon Sep 17 00:00:00 2001 From: John Chodera Date: Fri, 6 Oct 2017 21:08:29 -0400 Subject: [PATCH 2/4] [thermopyl] Cut testing time --- thermopyl/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/thermopyl/meta.yaml b/thermopyl/meta.yaml index 4fbbbbde..896099a9 100644 --- a/thermopyl/meta.yaml +++ b/thermopyl/meta.yaml @@ -34,9 +34,8 @@ test: - thermopyl commands: - nosetests thermopyl --nocapture --verbosity=2 --with-doctest - - thermoml-update-mirror + - thermoml-update-mirror --help - thermoml-build-pandas --help - - thermoml-build-pandas --journalprefix=acs about: home: https://github.com/choderalab/thermopyl From fd7981e85c85cc6cdc018155a01d7a3d56feb625 Mon Sep 17 00:00:00 2001 From: John Chodera Date: Fri, 6 Oct 2017 22:43:16 -0400 Subject: [PATCH 3/4] [thermopyl] Shave some more time off tests --- thermopyl/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/thermopyl/meta.yaml b/thermopyl/meta.yaml index 896099a9..b8e11ebf 100644 --- a/thermopyl/meta.yaml +++ b/thermopyl/meta.yaml @@ -34,7 +34,6 @@ test: - thermopyl commands: - nosetests thermopyl --nocapture --verbosity=2 --with-doctest - - thermoml-update-mirror --help - thermoml-build-pandas --help about: From e45d1be61bda9e37138a1a4faa9cc320a76e6a1f Mon Sep 17 00:00:00 2001 From: John Chodera Date: Fri, 6 Oct 2017 23:00:53 -0400 Subject: [PATCH 4/4] [thermopyl] skip win --- thermopyl/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/thermopyl/meta.yaml b/thermopyl/meta.yaml index b8e11ebf..7607f81e 100644 --- a/thermopyl/meta.yaml +++ b/thermopyl/meta.yaml @@ -9,6 +9,7 @@ source: build: preserve_egg_dir: True number: 0 + skip: True # [win] requirements: build: