diff options
-rw-r--r-- | acstools/meta.yaml | 4 | ||||
-rw-r--r-- | crds/meta.yaml | 2 | ||||
-rw-r--r-- | glue-ginga/meta.yaml | 2 | ||||
-rw-r--r-- | mosviz/build.sh | 4 | ||||
-rw-r--r-- | pysynphot/meta.yaml | 2 | ||||
-rw-r--r-- | stsynphot/meta.yaml | 4 | ||||
-rw-r--r-- | synphot/meta.yaml | 4 |
7 files changed, 19 insertions, 3 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 80246bb..a37b23b 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'acstools' %} {% set version = '2.0.7' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -14,11 +14,13 @@ package: requirements: build: - astropy >=1.1 + - stsci.tools - numpy - setuptools - python x.x run: - astropy >=1.1 + - stsci.tools - numpy - python x.x source: diff --git a/crds/meta.yaml b/crds/meta.yaml index e3658e9..9f9a31e 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -26,6 +26,7 @@ requirements: - lxml - parsley - setuptools + - lockfile - python x.x run: @@ -36,6 +37,7 @@ requirements: - lxml - fitsverify - parsley + - lockfile - python x.x source: diff --git a/glue-ginga/meta.yaml b/glue-ginga/meta.yaml index 069917d..e112622 100644 --- a/glue-ginga/meta.yaml +++ b/glue-ginga/meta.yaml @@ -17,6 +17,7 @@ package: requirements: build: + - scipy - astropy >=1.2 - glueviz >=0.10 - ginga >=2.6.1 @@ -24,6 +25,7 @@ requirements: - numpy - python x.x run: + - scipy - astropy >=1.2 - glueviz >=0.10 - ginga >=2.6.1 diff --git a/mosviz/build.sh b/mosviz/build.sh index 5a5aeeb..2291246 100644 --- a/mosviz/build.sh +++ b/mosviz/build.sh @@ -1 +1,5 @@ +# Remove reference to glueviz from setup script, since this breaks the build +# as there is no file containing 'glueviz' produced for that package since +# glueviz has become a metapackage. +sed -i -e "/'glueviz.*',$/d" setup.py $PYTHON setup.py install diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index d7e4c81..99b8701 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -15,11 +15,13 @@ requirements: build: - astropy >=1.1 - numpy + - pytest - python x.x - setuptools run: - astropy >=1.1 - numpy + - pytest - python x.x source: git_tag: {{ version }} diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index 083094f..ab77ed8 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -1,6 +1,6 @@ {% set reponame = 'stsynphot_refactor' %} {% set name = 'stsynphot' %} -{% set version = '0.1b2' %} +{% set version = '0.1b3' %} {% set number = '0' %} about: @@ -21,6 +21,7 @@ requirements: - astropy >=1.3 - scipy >=0.14 - numpy + - pytest - setuptools - python x.x @@ -29,6 +30,7 @@ requirements: - astropy >=1.3 - scipy >=0.14 - numpy + - pytest - python x.x source: diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 528dacc..f6a4b61 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -1,6 +1,6 @@ {% set reponame = 'synphot_refactor' %} {% set name = 'synphot' %} -{% set version = '0.1b3' %} +{% set version = '0.1b4' %} {% set number = '0' %} about: @@ -20,12 +20,14 @@ requirements: - astropy >=1.3 - scipy >=0.14 - numpy + - pytest - setuptools - python x.x run: - astropy >=1.3 - scipy >=0.14 - numpy + - pytest - python x.x source: |