diff options
80 files changed, 672 insertions, 205 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index ffa74b8..86262f6 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,11 +1,11 @@ {% set name = 'acstools' %} -{% set version = '2.0.5' %} -{% set number = '1' %} +{% set version = '2.0.9' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} license: BSD - summary: For analyzing ACS data + summary: Python tools for analyzing ACS data build: number: {{ number }} package: @@ -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/asdf/meta.yaml b/asdf/meta.yaml index f69431d..916f4b9 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,6 @@ {% set name = 'asdf' %} -{% set version = '1.2.1' %} +{% set version = '1.3.1' %} +{% set tag = 'v' + version %} {% set number = '1' %} about: @@ -16,7 +17,8 @@ package: requirements: build: - - astropy >=1.1 + - semantic_version >=2.3.1 + - astropy >=1.3 - pyyaml - jsonschema - pytest @@ -25,7 +27,8 @@ requirements: - numpy - python x.x run: - - astropy >=1.1 + - semantic_version >=2.3.1 + - astropy >=1.3 - pyyaml - jsonschema - pytest @@ -35,7 +38,7 @@ requirements: - python x.x source: - git_tag: {{ version }} + git_tag: {{ tag }} git_url: https://github.com/spacetelescope/{{ name }}.git test: diff --git a/astroquery/build.sh b/astroquery/build.sh index 141155c..5a5aeeb 100644 --- a/astroquery/build.sh +++ b/astroquery/build.sh @@ -1 +1 @@ -python setup.py install --offline --no-git +$PYTHON setup.py install diff --git a/astroquery/meta.yaml b/astroquery/meta.yaml index be5bc95..fff326e 100644 --- a/astroquery/meta.yaml +++ b/astroquery/meta.yaml @@ -1,9 +1,10 @@ {% set name = 'astroquery' %} -{% set version = '0.3.3' %} +{% set version = '0.3.5' %} +{% set tag = 'v' + version %} {% set number = '0' %} about: - home: https://github.com/spacetelescope/{{ name }} + home: https://github.com/astropy/{{ name }} license: BSD summary: Astroquery is a set of tools for querying astronomical web forms and databases. @@ -12,9 +13,8 @@ package: version: {{ version }} source: - fn: {{ name }}-{{ version }}.tar.gz - url: https://pypi.io/packages/source/a/{{ name }}/{{ name }}-{{ version }}.tar.gz - md5: 1be83c630fcb462a711eb9c2eda0fbea + git_url: https://github.com/astropy/{{ name }} + git_tag: {{ tag }} build: number: {{ number }} @@ -26,15 +26,18 @@ requirements: - keyring - beautifulsoup4 - html5lib + - secretstorage [linux] - setuptools - - python x.x + - python + run: - astropy - requests - keyring - beautifulsoup4 - html5lib - - python x.x + - secretstorage [linux] + - python test: imports: diff --git a/calcos/meta.yaml b/calcos/meta.yaml index d22f875..8e139e0 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'calcos' %} -{% set version = '3.1.8' %} -{% set number = '2' %} +{% set version = '3.2.1' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} diff --git a/ccfits/build.sh b/ccfits/build.sh new file mode 100644 index 0000000..ca4ca68 --- /dev/null +++ b/ccfits/build.sh @@ -0,0 +1,3 @@ +./configure --prefix=$PREFIX --disable-static --with-cfitsio=$PREFIX +make -j $CPU_COUNT +make install diff --git a/ccfits/meta.yaml b/ccfits/meta.yaml new file mode 100644 index 0000000..e55dc90 --- /dev/null +++ b/ccfits/meta.yaml @@ -0,0 +1,28 @@ +{% set name = 'ccfits' %} +{% set badname = 'CCfits' %} +{% set version = '2.5' %} +{% set number = '0' %} + +about: + home: + license: BSD-like + summary: | + CCfits is an object oriented interface to the cfitsio library. + +build: + number: {{number}} + +package: + name: {{name}} + version: {{version}} + +requirements: + build: + - cfitsio >=3.08 + + run: + - cfitsio >=3.08 + +source: + fn: {{badname}}-{{version}}.tar.gz + url: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/{{badname}}-{{version}}.tar.gz diff --git a/cfitsio/meta.yaml b/cfitsio/meta.yaml index 25b55b7..6dbd161 100644 --- a/cfitsio/meta.yaml +++ b/cfitsio/meta.yaml @@ -19,4 +19,4 @@ package: source: fn: {{ name }}{{ version_short }}.tar.gz - url: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/{{ name }}{{ version_short }}.tar.gz + url: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/{{ name }}{{ version_short }}.tar.gz diff --git a/crds/build.sh b/crds/build.sh index b623a78..762d43b 100644 --- a/crds/build.sh +++ b/crds/build.sh @@ -1,4 +1 @@ - - -pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1
\ No newline at end of file +python setup.py install diff --git a/crds/meta.yaml b/crds/meta.yaml index d3c69b1..6e639ea 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'crds' %} -{% set version = '7.1.0' %} +{% set version = '7.1.5' %} {% set number = '0' %} about: @@ -19,20 +19,27 @@ package: requirements: build: - - d2to1 - astropy >=1.1 + - cfitsio - numpy - - setuptools - - python x.x - requests - lxml + - parsley + - setuptools + - lockfile + - python + run: - astropy >=1.1 + - cfitsio - numpy - - python x.x - requests - lxml - + - fitsverify + - parsley + - lockfile + - python + source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git diff --git a/dbus-glib/build.sh b/dbus-glib/build.sh new file mode 100644 index 0000000..d463597 --- /dev/null +++ b/dbus-glib/build.sh @@ -0,0 +1,7 @@ +export CFLAGS="-I$PREFIX/include" +export LDFLAGS="-L$PREFIX/lib" +export PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig" + +./configure --prefix=$PREFIX +make +make install diff --git a/dbus-glib/meta.yaml b/dbus-glib/meta.yaml new file mode 100644 index 0000000..780ca3d --- /dev/null +++ b/dbus-glib/meta.yaml @@ -0,0 +1,30 @@ +{% set name = 'dbus-glib' %} +{% set version = '0.108' %} +{% set number = '0' %} +{% set archive = name + '-' + version + '.tar.gz' %} + +package: + name: {{ name }} + version: {{ version }} + +build: + skip: true [not linux] + number: {{ number }} + +requirements: + build: + - pkg-config + - dbus + - expat + - glib + # - selinux (fat chance; this might cause issues) + + run: + - dbus + - expat + - glib + # - selinux (fat chance; this might cause issues) + +source: + fn: {{ archive }} + url: https://dbus.freedesktop.org/releases/{{ name }}/{{ archive }} diff --git a/dbus-python/bld.bat b/dbus-python/bld.bat new file mode 100644 index 0000000..39b5e1f --- /dev/null +++ b/dbus-python/bld.bat @@ -0,0 +1 @@ +%PYTHON% setup.py install diff --git a/dbus-python/build.sh b/dbus-python/build.sh new file mode 100644 index 0000000..d463597 --- /dev/null +++ b/dbus-python/build.sh @@ -0,0 +1,7 @@ +export CFLAGS="-I$PREFIX/include" +export LDFLAGS="-L$PREFIX/lib" +export PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig" + +./configure --prefix=$PREFIX +make +make install diff --git a/dbus-python/meta.yaml b/dbus-python/meta.yaml new file mode 100644 index 0000000..8e2b78d --- /dev/null +++ b/dbus-python/meta.yaml @@ -0,0 +1,39 @@ +{% set name = 'dbus-python' %} +{% set version = '1.2.4' %} +{% set number = '0' %} +{% set archive = name + '-' + version + '.tar.gz' %} + +about: + home: https://cgit.freedesktop.org/dbus/dbus-python + license: GPL + summary: Python bindings for D-Bus + +package: + name: {{ name }} + version: {{ version }} + +build: + skip: true [not linux] + number: {{ number }} + +source: + fn: {{ archive }} + url: https://dbus.freedesktop.org/releases/{{ name }}/{{ archive }} + +requirements: + build: + - autoconf + - m4 + - dbus + - dbus-glib + - setuptools + - python + + run: + - dbus + - dbus-glib + - python + +test: + imports: + - dbus diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 511b495..8250927 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'drizzlepac' %} -{% set version = '2.1.6' %} -{% set number = '1' %} +{% set version = '2.1.20' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -30,6 +30,7 @@ requirements: - stsci.skypac - stsci.sphere - stsci.stimage + - stsci.tools - stwcs - pyregion - python x.x @@ -48,6 +49,7 @@ requirements: - stsci.skypac - stsci.sphere - stsci.stimage + - stsci.tools - stwcs - pyregion - setuptools diff --git a/ds9/build.sh b/ds9/build.sh index f2fe0a5..5197c79 100644 --- a/ds9/build.sh +++ b/ds9/build.sh @@ -14,7 +14,7 @@ exit 1 ;; esac -unix/configure +unix/configure TKFLAGS="--disable-xss" # not all machines have libXss make mkdir -p $PREFIX/bin -cp -a bin/ds9* bin/x* $PREFIX/bin
\ No newline at end of file +cp -a bin/ds9* bin/x* $PREFIX/bin diff --git a/ds9/meta.yaml b/ds9/meta.yaml index 0f4c9a6..d5dacdd 100644 --- a/ds9/meta.yaml +++ b/ds9/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'ds9' %} -{% set version = '7.4' %} +{% set version = '7.5' %} {% set number = '0' %} about: diff --git a/fitsblender/meta.yaml b/fitsblender/meta.yaml index 8c20157..abca6d5 100644 --- a/fitsblender/meta.yaml +++ b/fitsblender/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'fitsblender' %} -{% set version = '0.3.0' %} +{% set version = '0.3.2' %} {% set number = '0' %} about: diff --git a/fitsverify/bld.bat b/fitsverify/bld.bat new file mode 100644 index 0000000..b297784 --- /dev/null +++ b/fitsverify/bld.bat @@ -0,0 +1,2 @@ +echo Not supported. +exit 1 diff --git a/fitsverify/build.sh b/fitsverify/build.sh new file mode 100644 index 0000000..2fb5cce --- /dev/null +++ b/fitsverify/build.sh @@ -0,0 +1,15 @@ +export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig +RESULT=fitsverify +SRCS="ftverify.c fvrf_data.c fvrf_file.c fvrf_head.c fvrf_key.c fvrf_misc.c" +CFITSIO_FLAGS=`pkg-config --cflags --libs cfitsio` +LDFLAGS="-lm" + +gcc -o $RESULT \ + $SRCS \ + -DSTANDALONE \ + $CFITSIO_FLAGS \ + $LDFLAGS + +mkdir -p $PREFIX/bin +cp -a $RESULT $PREFIX/bin + diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml new file mode 100644 index 0000000..b4cd992 --- /dev/null +++ b/fitsverify/meta.yaml @@ -0,0 +1,34 @@ +{% set name = 'fitsverify' %} +{% set version = '4.18' %} +{% set number = '1' %} + +about: + home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html + license: BSD-like + summary: | + Fitsverify is a computer program that rigorously checks whether a FITS + (Flexible Image Transport System) data file conforms to the + requirements defined in Version 3.0 of the FITS Standard document. + +build: + number: {{ number }} + +package: + name: {{ name }} + version: {{ version }} + +requirements: + build: + - cfitsio + - pkg-config [osx] + + run: + - cfitsio + +source: + fn: {{ name }}-{{ version }}.tar.gz + url: https://heasarc.gsfc.nasa.gov/docs/software/ftools/{{ name }}/{{ name }}-{{ version }}.tar.gz + +test: + commands: + - fitsverify -h diff --git a/ginga/meta.yaml b/ginga/meta.yaml index c7c97be..79fb1ba 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'ginga' %} -{% set version = '2.6.1' %} -{% set tag = 'v' + version %} -{% set number = '1' %} +{% set version = '2.6.6' %} +{% set tag = 'v2.6.6' %} +{% set number = '0' %} about: home: https://github.com/ejeschke/{{ name }} @@ -19,12 +19,14 @@ requirements: build: - astropy >=1.2 - qtpy + - pillow - setuptools - numpy - python x.x run: - astropy >=1.2 - qtpy + - pillow - numpy - python x.x diff --git a/glue-core/LICENSE b/glue-core/LICENSE new file mode 100644 index 0000000..04ad21b --- /dev/null +++ b/glue-core/LICENSE @@ -0,0 +1,13 @@ +BSD 3-clause license +Copyright (c) conda-forge +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/glue-core/meta.yaml b/glue-core/meta.yaml new file mode 100644 index 0000000..87c787d --- /dev/null +++ b/glue-core/meta.yaml @@ -0,0 +1,77 @@ +{% set name = 'glue-core' %} +{% set version = '0.12.0' %} +{% set number = '0' %} + +package: + name: {{ name }} + version: {{ version }} + +source: + fn: {{ name }}-{{ version }}.tar.gz + url: https://pypi.io/packages/source/g/{{ name }}/{{ name }}-{{ version }}.tar.gz + sha256: db871285e9fe4ff0092d6803d573daa953ec9864b9128cd027cee97b2573e557 + +build: + number: {{ number }} + script: python setup.py install --single-version-externally-managed --record record.txt + entry_points: + - glue = glue.main:main + - glue-config = glue.config_gen:main + - glue-deps = glue._deps:main + osx_is_app: True + +requirements: + + build: + - python + - setuptools + - pyqt + + run: + + # The following is needed to make sure that the package works as a GUI + # application (glue needs to be run with python.app, not python) + - python.app # [osx] + + # Required dependencies + - python + - numpy >=1.9 + - pandas >=0.14 + - astropy >=1.3 + - matplotlib >=1.4 + - qtpy >=1.2 + - ipython >=4.0 + - ipykernel + - qtconsole + - dill >=0.2 + - xlrd >=1.0 + - h5py >=2.4 + - setuptools >=1.0 + - pyqt + + # Optional dependencies (defined in ``extras_require``) + - scipy + - scikit-image + - plotly + + # Temporary: the scikit-image conda package is missing the dask dependency + # so we add it here for now + - dask + +test: + imports: + - glue + - glue.core + - glue.app.qt + commands: + - glue --version + - glue-deps list + +# NOTE: we deliberatey do NOT include an app entry here, because we instead do this +# in the glueviz meta-package (we don't want glue to appear twice in the navigator) + +about: + home: http://glueviz.org + license: BSD 3-Clause + license_file: LICENSE + summary: Multi-dimensional linked data exploration diff --git a/glue-ginga/bld.bat b/glue-ginga/bld.bat new file mode 100644 index 0000000..85a7bc3 --- /dev/null +++ b/glue-ginga/bld.bat @@ -0,0 +1,2 @@ +%PYTHON% setup.py install +if errorlevel 1 exit 1 diff --git a/glue-ginga/build.sh b/glue-ginga/build.sh new file mode 100644 index 0000000..2038de1 --- /dev/null +++ b/glue-ginga/build.sh @@ -0,0 +1,2 @@ +echo > README.rst +$PYTHON setup.py install || exit 1 diff --git a/glue-ginga/meta.yaml b/glue-ginga/meta.yaml new file mode 100644 index 0000000..de1d000 --- /dev/null +++ b/glue-ginga/meta.yaml @@ -0,0 +1,40 @@ +{% set name = 'glue-ginga' %} +{% set version = '0.2' %} +{% set tag = 'v' + version %} +{% set number = '0' %} + +about: + home: https://github.com/ejeschke/{{ name }} + license: BSD + summary: Astronomical data visualization + +build: + number: {{ number }} + +package: + name: {{ name }} + version: {{ version }} + +requirements: + build: + - astropy >=1.2 + - glue-core >=0.11.1 + - glue-vispy-viewers >=0.8 + - ginga >=2.6.1 + - setuptools + - numpy + - python x.x + run: + - astropy >=1.2 + - glueviz >=0.10 + - ginga >=2.6.1 + - numpy + - python x.x + +source: + git_tag: {{ tag }} + git_url: https://github.com/ejeschke/{{ name }}.git + +test: + imports: + - glue_ginga diff --git a/glue-vispy-viewers/meta.yaml b/glue-vispy-viewers/meta.yaml index d7137ca..2a61fa4 100644 --- a/glue-vispy-viewers/meta.yaml +++ b/glue-vispy-viewers/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'glue-vispy-viewers' %} -{% set version = "0.6" %} +{% set version = "0.9" %} {% set number = '0' %} package: @@ -9,24 +9,26 @@ package: source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/g/glue-vispy-viewers/{{ name }}-{{ version }}.tar.gz - md5: 07b0ec9fec510352edc617e95ee86469 + sha256: 8af81e184fc2ed43421f5be4affb88b9c190dd6c5ef14317821bd6b921c591d3 build: number: {{ number }} script: python setup.py install --single-version-externally-managed --record record.txt + preserve_egg_dir: True requirements: - build: - python - setuptools + - numpy + - pyopengl + - glue-core >=0.12 run: - python - numpy - pyopengl - - glueviz >=0.9 - - scikit-image + - glue-core >=0.12 - matplotlib - qtpy - pyqt @@ -41,7 +43,3 @@ about: home: https://github.com/glue-viz/glue-vispy-viewers license: BSD 3-Clause summary: 3D viewers for Glue - -extra: - recipe-maintainers: - - astrofrog diff --git a/glueviz/meta.yaml b/glueviz/meta.yaml index 3fd327d..6657d4a 100644 --- a/glueviz/meta.yaml +++ b/glueviz/meta.yaml @@ -1,5 +1,9 @@ +# NOTE: this is a meta-package that includes the core glue code as well as stable +# plugins. This is the main conda package we want in the Navigator, so we add the +# app: entry here and not in the glue-core package. + {% set name = 'glueviz' %} -{% set version = '0.9.1' %} +{% set version = '0.12.0' %} {% set number = '0' %} package: @@ -9,55 +13,17 @@ package: source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/g/{{ name }}/{{ name }}-{{ version }}.tar.gz - md5: 365887017580e243fb008d8109f2bc16 + sha256: 4b41b9bb41d88567e9fef76af545059ba9bb6c3a3645a07619fa5b1b47adbc5e build: number: {{ number }} script: python setup.py install --single-version-externally-managed --record record.txt - osx_is_app: True requirements: - - build: - - python - - setuptools - run: - - # The following is needed to make sure that the package works as a GUI - # application (glue needs to be run with python.app, not python) - - python.app # [osx] - - # Required dependencies - - python - - numpy >=1.9 - - pandas >=0.14 - - astropy >=1 - - matplotlib >=1.4 - - qtpy >=1.1.1 - - setuptools >=1.0 - - pyqt - - # Optional dependencies (defined in ``extras_require``) - - dill - - h5py - - scipy - - scikit-image - - ipython >=1 - - ipykernel - - qtconsole - - plotly - - xlrd - - glue-vispy-viewers >=0.5 - -test: - imports: - - glue - - glue.core - - glue.app.qt - commands: - - glue --version - - glue-deps list + - glue-core >=0.12 + - glue-vispy-viewers >=0.9 + - glue-ginga app: entry: glue @@ -68,9 +34,4 @@ app: about: home: http://glueviz.org license: BSD 3-Clause - license_file: LICENSE summary: Multi-dimensional linked data exploration - -extra: - recipe-maintainers: - - astrofrog diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 860cd63..fc7c225 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'hstcal' %} -{% set version = '1.1.1' %} -{% set number = '1' %} +{% set version = '1.3.0' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} diff --git a/htc_utils/meta.yaml b/htc_utils/meta.yaml index f78c560..26d4b94 100644 --- a/htc_utils/meta.yaml +++ b/htc_utils/meta.yaml @@ -1,9 +1,9 @@ {% set name = 'htc_utils' %} -{% set version = '0.1' %} +{% set version = '0.1.0' %} {% set number = '0' %} about: - home: http://bitbucket.org/jhunkeler/{{ name }} + home: https://github.com/jhunkeler/{{ name }} license: GPL summary: htc_utils is a homebrew set of HTCondor wrappers @@ -24,7 +24,8 @@ requirements: - python x.x source: - git_url: https://bitbucket.org/jhunkeler/{{ name }}.git + git_tag: {{ version }} + git_url: https://github.com/jhunkeler/{{ name }}.git test: imports: diff --git a/jwst_coronagraph_visibility/meta.yaml b/jwst_coronagraph_visibility/meta.yaml index c64c9ad..4ff8271 100644 --- a/jwst_coronagraph_visibility/meta.yaml +++ b/jwst_coronagraph_visibility/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'jwst_coronagraph_visibility' %} -{% set version = '0.1.0' %} +{% set version = '0.3.0' %} {% set number = '0' %} about: @@ -31,14 +31,14 @@ requirements: - matplotlib - tk - requests - - jwxml >=0.2.0 + - jwxml >=0.3.0 run: - python x.x - numpy - matplotlib - requests - tk - - jwxml >=0.2.0 + - jwxml >=0.3.0 test: imports: diff --git a/jwst_footprints/bld.bat b/jwst_footprints/bld.bat new file mode 100644 index 0000000..39b5e1f --- /dev/null +++ b/jwst_footprints/bld.bat @@ -0,0 +1 @@ +%PYTHON% setup.py install diff --git a/jwst_footprints/build.sh b/jwst_footprints/build.sh new file mode 100644 index 0000000..5a5aeeb --- /dev/null +++ b/jwst_footprints/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install diff --git a/jwst_footprints/meta.yaml b/jwst_footprints/meta.yaml new file mode 100644 index 0000000..09ae18f --- /dev/null +++ b/jwst_footprints/meta.yaml @@ -0,0 +1,45 @@ +{% set name = 'jwst_footprints' %} +{% set version = '2.2.0' %} +{% set number = '0' %} + +about: + home: https://github.com/spacetelescope/jwst_coronagraph_visibility + license: BSD-3-Clause + summary: Visualize approximate pointing constraints for JWST coronagraphs. + +package: + name: {{ name }} + version: {{ version }} + +build: + number: {{ number }} + +source: + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git + +requirements: + build: + - astropy >=1.3 + - matplotlib + - numpy + - pillow + - pyds9 + - scipy + - tk + - setuptools + - python x.x + + run: + - astropy >=1.3 + - matplotlib + - numpy + - scipy + - pillow + - pyds9 + - tk + - python x.x + +test: + imports: + - jwst_footprints diff --git a/jwst_gtvt/meta.yaml b/jwst_gtvt/meta.yaml index 5a2cfe3..16a48ad 100644 --- a/jwst_gtvt/meta.yaml +++ b/jwst_gtvt/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'jwst_gtvt' %} -{% set version = '0.0.1' %} +{% set version = '0.0.2' %} {% set number = '0' %} about: diff --git a/jwxml/meta.yaml b/jwxml/meta.yaml index d01d404..7944be7 100644 --- a/jwxml/meta.yaml +++ b/jwxml/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'jwxml' %} -{% set version = '0.2.0' %} +{% set version = '0.3.0' %} {% set number = '0' %} about: 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/parsley/build.sh b/parsley/build.sh index 4b71885..26f5f99 100644 --- a/parsley/build.sh +++ b/parsley/build.sh @@ -1,2 +1,2 @@ - -python setup.py install || exit 1
\ No newline at end of file +echo > README +python setup.py install diff --git a/parsley/meta.yaml b/parsley/meta.yaml index 378b67b..1c23d30 100644 --- a/parsley/meta.yaml +++ b/parsley/meta.yaml @@ -1,11 +1,13 @@ -{% set name = 'parsely' %} +{% set name = 'parsley' %} +{% set badname = 'Parsley' %} {% set version = '1.3' %} {% set number = '0' %} about: - home: https://pypi.python.org/packages/source/P/Parsley + home: https://pypi.python.org/packages/source/P/{{ badname }} license: BSD - summary: parsley + summary: | + Parsley is a parsing library for people who find parsers scary or annoying build: number: {{ number }} @@ -24,7 +26,7 @@ requirements: source: fn: Parsley-{{ version }}.tar.gz md5: 92bc256e5f73810a609dc7874637ad31 - url: https://pypi.python.org/packages/source/P/Parsley/Parsley-{{ version }}.tar.gz + url: https://pypi.python.org/packages/source/P/{{ badname }}/{{ badname }}-{{ version }}.tar.gz test: imports: diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 9cf423a..a0be16b 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'photutils' %} -{% set version = '0.3' %} +{% set version = '0.4' %} {% set tag = 'v' + version %} -{% set number = '2' %} +{% set number = '0' %} about: home: https://github.com/astropy/{{ name }} @@ -17,21 +17,25 @@ package: requirements: build: - - astropy >=1.1 + - astropy >=2.0 - cython - - matplotlib - - numpy - - scikit-image - - scipy + - matplotlib >=1.3 + - numpy >=1.9 + - scikit-image >=0.11 + - scikit-learn >=0.18 + - scipy >=0.16 + - six - setuptools - python x.x run: - - astropy >=1.1 + - astropy >=2.0 - cython - - matplotlib - - numpy - - scikit-image - - scipy + - matplotlib >=1.3 + - numpy >=1.9 + - scikit-image >=0.11 + - scikit-learn >=0.18 + - scipy >=0.16 + - six - setuptools - python x.x diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 5156e87..972ac7a 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'poppy' %} -{% set version = '0.5.1' %} +{% set version = '0.6.1' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/mperrin/{{ name }} diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml index 97f7428..807ac09 100644 --- a/purge_path/meta.yaml +++ b/purge_path/meta.yaml @@ -1,9 +1,9 @@ {% set name = 'purge_path' %} -{% set version = '1.0.0' %} +{% set version = '1.2.0' %} {% set number = '0' %} about: - home: http://bitbucket.org/jhunkeler/{{ name }} + home: https://github.com/jhunkeler/{{ name }} license: BSD summary: purge_path a small PATH manipulator @@ -23,4 +23,4 @@ requirements: source: git_tag: {{ version }} - git_url: https://bitbucket.org/jhunkeler/{{ name }}.git + git_url: https://github.com/jhunkeler/{{ name }}.git diff --git a/py-expression-eval/bld.bat b/py-expression-eval/bld.bat new file mode 100644 index 0000000..39b5e1f --- /dev/null +++ b/py-expression-eval/bld.bat @@ -0,0 +1 @@ +%PYTHON% setup.py install diff --git a/py-expression-eval/build.sh b/py-expression-eval/build.sh new file mode 100644 index 0000000..5a5aeeb --- /dev/null +++ b/py-expression-eval/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install diff --git a/py-expression-eval/meta.yaml b/py-expression-eval/meta.yaml new file mode 100644 index 0000000..1222220 --- /dev/null +++ b/py-expression-eval/meta.yaml @@ -0,0 +1,33 @@ +{% set name = 'py-expression-eval' %} +{% set version = '0.3.4' %} +{% set tag = 'v' + version %} +{% set number = '0' %} + +about: + home: https://github.com/Axiacore/{{ name }} + license: MIT + description: Python Mathematical Expression Evaluator + +package: + name: {{ name }} + version: {{ version }} + +build: + number: {{ number }} + +requirements: + build: + - setuptools + - python + + run: + - python + +source: + git_tag: {{ tag }} + git_url: https://github.com/Axiacore/{{ name }}.git + +test: + imports: + - py_expression_eval + diff --git a/pyobjc-core/build.sh b/pyobjc-core/build.sh index 424b539..77ff075 100644 --- a/pyobjc-core/build.sh +++ b/pyobjc-core/build.sh @@ -1,2 +1,3 @@ cd pyobjc-core +export CFLAGS="$CFLAGS -headerpad_max_install_names" python setup.py install diff --git a/pyobjc-core/meta.yaml b/pyobjc-core/meta.yaml index ed61175..bf62a36 100644 --- a/pyobjc-core/meta.yaml +++ b/pyobjc-core/meta.yaml @@ -8,6 +8,7 @@ about: summary: Python<->ObjC Interoperability Module build: + skip: True [not osx] number: {{ number }} preserve_egg_dir: 'true' diff --git a/pyobjc-framework-cocoa/build.sh b/pyobjc-framework-cocoa/build.sh index f9d613a..7d1f8d3 100644 --- a/pyobjc-framework-cocoa/build.sh +++ b/pyobjc-framework-cocoa/build.sh @@ -1,2 +1,3 @@ cd pyobjc-framework-Cocoa +export CFLAGS="$CFLAGS -headerpad_max_install_names" python setup.py install diff --git a/pyobjc-framework-cocoa/meta.yaml b/pyobjc-framework-cocoa/meta.yaml index 0b8e861..3abc490 100644 --- a/pyobjc-framework-cocoa/meta.yaml +++ b/pyobjc-framework-cocoa/meta.yaml @@ -8,6 +8,7 @@ about: summary: Wrappers for the Cocoa frameworks on Mac OS X build: + skip: True [not osx] number: {{ number }} preserve_egg_dir: 'true' diff --git a/pyobjc-framework-quartz/build.sh b/pyobjc-framework-quartz/build.sh index d42e4b1..d83cacd 100644 --- a/pyobjc-framework-quartz/build.sh +++ b/pyobjc-framework-quartz/build.sh @@ -1,2 +1,3 @@ cd pyobjc-framework-Quartz +export CFLAGS="$CFLAGS -headerpad_max_install_names" python setup.py install diff --git a/pyobjc-framework-quartz/meta.yaml b/pyobjc-framework-quartz/meta.yaml index fb49064..b0303aa 100644 --- a/pyobjc-framework-quartz/meta.yaml +++ b/pyobjc-framework-quartz/meta.yaml @@ -8,6 +8,7 @@ about: summary: Wrappers for the Quartz frameworks on Mac OS X build: + skip: True [not osx] number: {{ number }} preserve_egg_dir: 'true' diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index 673aba8..0237f3d 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -1,9 +1,9 @@ {% set name = 'pysynphot' %} -{% set version = '0.9.8.5' %} -{% set number = '1' %} +{% set version = '0.9.8.7' %} +{% set number = '0' %} about: - home: https://github.com/spacetelescope/pysynphot + home: https://github.com/spacetelescope/{{ name }} license: BSD summary: Synthetic Photometry Package build: @@ -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/reftools/meta.yaml b/reftools/meta.yaml index 0bf7285..aad3b97 100644 --- a/reftools/meta.yaml +++ b/reftools/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'reftools' %} -{% set version = '1.7.3' %} -{% set number = '1' %} +{% set version = '1.7.4' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} diff --git a/secretstorage/bld.bat b/secretstorage/bld.bat new file mode 100644 index 0000000..c40a9bb --- /dev/null +++ b/secretstorage/bld.bat @@ -0,0 +1,2 @@ +"%PYTHON%" setup.py install +if errorlevel 1 exit 1 diff --git a/secretstorage/build.sh b/secretstorage/build.sh new file mode 100644 index 0000000..8e25a14 --- /dev/null +++ b/secretstorage/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +$PYTHON setup.py install diff --git a/secretstorage/meta.yaml b/secretstorage/meta.yaml new file mode 100644 index 0000000..afa3f50 --- /dev/null +++ b/secretstorage/meta.yaml @@ -0,0 +1,38 @@ +{% set name = 'secretstorage' %} +{% set version = '2.3.1' %} +{% set number = '0' %} + +about: + home: https://github.com/mitya57/{{ name }} + license: BSD License + summary: 'Python bindings to FreeDesktop.org Secret Service API' + license_family: BSD + +package: + name: {{ name }} + version: {{ version }} + +build: + skip: true [not linux] + number: {{ number }} + +source: + git_tag: {{ version }} + git_url: https://github.com/mitya57/{{ name }}.git + +requirements: + build: + - python + - dbus-python + - setuptools + - cryptography + + run: + - python + - dbus-python + - cryptography + +test: + imports: + - secretstorage + diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 0a23dc2..0cded55 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'specutils' %} -{% set version = '0.2.1' %} +{% set version = '0.2.2' %} {% set tag = 'v' + version %} {% set number = '1' %} diff --git a/specviz/meta.yaml b/specviz/meta.yaml index 5ace9a1..3b5e76d 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'specviz' %} -{% set version = '0.2.3' %} -{% set tag = 'v0.2.3' %} +{% set version = '0.4.2' %} +{% set tag = 'v' + version %} {% set number = '0' %} package: @@ -18,7 +18,9 @@ requirements: build: - astropy - cython + - docopt - specutils + - py-expression-eval - pyyaml - pyqtgraph >=0.9.11 - pyqt @@ -33,7 +35,9 @@ requirements: run: - astropy - cython + - docopt - specutils + - py-expression-eval - pyyaml - pyqtgraph >=0.9.11 - pyqt @@ -54,3 +58,4 @@ test: about: home: https://github.com/spacetelescope/specviz license: BSD + summary: An interactive astronomical 1D spectra analysis tool diff --git a/sphere/bld.bat b/spherical-geometry/bld.bat index 762d43b..762d43b 100644 --- a/sphere/bld.bat +++ b/spherical-geometry/bld.bat diff --git a/sphere/build.sh b/spherical-geometry/build.sh index 762d43b..762d43b 100644 --- a/sphere/build.sh +++ b/spherical-geometry/build.sh diff --git a/sphere/meta.yaml b/spherical-geometry/meta.yaml index 4377069..121f881 100644 --- a/sphere/meta.yaml +++ b/spherical-geometry/meta.yaml @@ -1,9 +1,10 @@ -{% set name = 'sphere' %} -{% set version = '1.0.10' %} +{% set name = 'spherical-geometry' %} +{% set reponame = 'spherical_geometry' %} +{% set version = '1.0.12' %} {% set number = '0' %} about: - home: https://github.com/spacetelescope/{{ name }} + home: https://github.com/spacetelescope/{{ reponame }} license: BSD summary: For handling spherical polygons that represent arbitrary regions of the sky @@ -29,7 +30,7 @@ requirements: source: git_tag: {{ version }} - git_url: https://github.com/spacetelescope/{{ name }}.git + git_url: https://github.com/spacetelescope/{{ reponame }}.git test: imports: diff --git a/sphinxcontrib-programoutput/meta.yaml b/sphinxcontrib-programoutput/meta.yaml index 11a9d85..93c8a4d 100644 --- a/sphinxcontrib-programoutput/meta.yaml +++ b/sphinxcontrib-programoutput/meta.yaml @@ -10,6 +10,7 @@ about: build: number: {{ number }} + preserve_egg_dir: True package: name: {{ name }} diff --git a/stginga/meta.yaml b/stginga/meta.yaml index b2ddd07..4f913ac 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'stginga' %} -{% set version = '0.1.3' %} +{% set version = '0.2.1' %} {% set tag = version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -17,14 +17,14 @@ package: requirements: build: - - ginga >=2.6.1 + - ginga >=2.6.2 - astropy >=1.2 - numpy - scipy - setuptools - python x.x run: - - ginga >=2.6.1 + - ginga >=2.6.2 - astropy >=1.2 - numpy - scipy diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index cadcc46..50e6ac9 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci-data-analysis' %} -{% set version = '2.0.1' %} +{% set version = '2.0.2' %} {% set number = '0' %} about: @@ -16,11 +16,11 @@ package: requirements: build: - - astropy >=1.1 + - astropy >=1.3 - astroimtools >=0.1 - stginga >=0.1 - specviz >=0.2.3 - - mosviz + #- mosviz - photutils >=0.2.2 - glueviz >=0.9.0 - imexam >=0.6.2 @@ -28,11 +28,11 @@ requirements: - numpy - python x.x run: - - astropy >=1.1 + - astropy >=1.3 - astroimtools >=0.1 - stginga >=0.1 - specviz >=0.2.3 - - mosviz + #- mosviz - photutils >=0.2.2 - glueviz >=0.9.0 - imexam >=0.6.2 diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index 836709e..9f45af6 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci-hst' %} -{% set version = '2.0.0' %} -{% set number = '0' %} +{% set version = '3.0.0' %} +{% set number = '1' %} about: home: http://ssb.stsci.edu @@ -17,21 +17,21 @@ package: requirements: build: - purge_path >=1.0.0 - - acstools >=2.0.0 - - astropy >=1.1 - - calcos >=3.1.8 + - acstools >=2.0.8 + - astropy >=1.3 + - calcos >=3.2.1 - costools >=1.2.1 - - crds >=7.0.1 + - crds >=7.1.1 - d2to1 >=0.2.12 - - drizzlepac >=2.1.3 - - fitsblender >=0.2.6 - - hstcal >=1.0.0 + - drizzlepac >=2.1.17 + - fitsblender >=0.3.2 + - hstcal >=1.2.0 - nictools >=1.1.3 - pyregion >=1.1.2 - - pysynphot >=0.9.8.2 - - reftools >=1.7.1 + - pysynphot >=0.9.8.7 + - reftools >=1.7.4 - stistools >=1.1 - - stsci.convolve >=2.1.3 + - stsci.convolve >=2.2.1 - stsci.distutils >=0.3.8 - stsci.image >=2.2.0 - stsci.imagemanip >=1.1.2 @@ -40,31 +40,31 @@ requirements: - stsci.numdisplay >=1.6.1 - stsci.sphinxext >=1.2.2 - stsci.stimage >=0.2.1 - - stsci.skypac >=0.9 + - stsci.skypac >=0.9.5 - stsci.sphere >=0.2 - - stsci.tools >=3.4.1 - - stwcs >=1.2.3 + - stsci.tools >=3.4.11 + - stwcs >=1.3.2 - wfpc2tools >=1.0.3 - - wfc3tools >=1.3.1 + - wfc3tools >=1.3.4 - numpy - python x.x run: - purge_path >=1.0.0 - - acstools >=2.0.0 - - astropy >=1.1 - - calcos >=3.1.8 + - acstools >=2.0.8 + - astropy >=1.3 + - calcos >=3.2.1 - costools >=1.2.1 - - crds >=7.0.1 + - crds >=7.1.1 - d2to1 >=0.2.12 - - drizzlepac >=2.1.3 - - fitsblender >=0.2.6 - - hstcal >=1.0.0 + - drizzlepac >=2.1.17 + - fitsblender >=0.3.2 + - hstcal >=1.2.0 - nictools >=1.1.3 - pyregion >=1.1.2 - - pysynphot >=0.9.8.2 - - reftools >=1.7.1 + - pysynphot >=0.9.8.7 + - reftools >=1.7.4 - stistools >=1.1 - - stsci.convolve >=2.1.3 + - stsci.convolve >=2.2.1 - stsci.distutils >=0.3.8 - stsci.image >=2.2.0 - stsci.imagemanip >=1.1.2 @@ -73,11 +73,11 @@ requirements: - stsci.numdisplay >=1.6.1 - stsci.sphinxext >=1.2.2 - stsci.stimage >=0.2.1 - - stsci.skypac >=0.9 + - stsci.skypac >=0.9.5 - stsci.sphere >=0.2 - - stsci.tools >=3.4.1 - - stwcs >=1.2.3 + - stsci.tools >=3.4.11 + - stwcs >=1.3.2 - wfpc2tools >=1.0.3 - - wfc3tools >=1.3.1 + - wfc3tools >=1.3.4 - numpy - python x.x diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml index 86e4560..89c6798 100644 --- a/stsci.convolve/meta.yaml +++ b/stsci.convolve/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci.convolve' %} -{% set version = '2.2.0' %} -{% set number = '1' %} +{% set version = '2.2.1' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index 4358ebc..cc6036c 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci.skypac' %} -{% set version = '0.9' %} -{% set number = '1' %} +{% set version = '0.9.8' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index d1fa9cc..3581c7c 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci.tools' %} -{% set version = '3.4.4' %} +{% set version = '3.4.11' %} {% set number = '0' %} about: diff --git a/stsci/meta.yaml b/stsci/meta.yaml index e0f0d25..6003ee5 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci' %} -{% set version = '2.0.0' %} +{% set version = '3.0.0' %} {% set number = '0' %} about: @@ -16,9 +16,9 @@ package: requirements: build: - - stsci-hst - - stsci-data-analysis - - astropy >=1.1 + - stsci-hst >=3.0.0 + - stsci-data-analysis >=2.0.2 + - astropy >=1.3 - cfitsio >=3.370 - d2to1 >=0.2.12 - ds9 >=7.1 @@ -30,9 +30,9 @@ requirements: - numpy - python x.x run: - - stsci-hst - - stsci-data-analysis - - astropy >=1.1 + - stsci-hst >=3.0.0 + - stsci-data-analysis >=2.0.2 + - astropy >=1.3 - cfitsio >=3.370 - d2to1 >=0.2.12 - ds9 >=7.1 diff --git a/stsci_sphinx_theme/bld.bat b/stsci_sphinx_theme/bld.bat new file mode 100644 index 0000000..39b5e1f --- /dev/null +++ b/stsci_sphinx_theme/bld.bat @@ -0,0 +1 @@ +%PYTHON% setup.py install diff --git a/stsci_sphinx_theme/build.sh b/stsci_sphinx_theme/build.sh new file mode 100644 index 0000000..5a5aeeb --- /dev/null +++ b/stsci_sphinx_theme/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install diff --git a/stsci_sphinx_theme/meta.yaml b/stsci_sphinx_theme/meta.yaml new file mode 100644 index 0000000..f722556 --- /dev/null +++ b/stsci_sphinx_theme/meta.yaml @@ -0,0 +1,35 @@ +{% set name = 'stsci_sphinx_theme' %} +{% set version = '0.1.0' %} +{% set tag = 'v' + version %} +{% set number = '0' %} + +package: + name: {{ name }} + version: {{ version }} + +build: + number: {{ number }} + +source: + git_tag: {{ tag }} + git_url: https://github.com/spacetelescope/stsci_sphinx_theme.git + +requirements: + build: + - sphinx >=1.1 + - setuptools + - python x.x + + run: + - sphinx >=1.1 + - python x.x + +test: + requires: + - stsci_sphinx_theme + imports: + - stsci_sphinx_theme + +about: + home: https://github.com/spacetelescope/stsci_sphinx_theme + license: BSD 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/stwcs/meta.yaml b/stwcs/meta.yaml index e1698bb..5234d73 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stwcs' %} -{% set version = '1.2.5' %} -{% set number = '1' %} +{% set version = '1.3.2' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} 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: diff --git a/wcstools/meta.yaml b/wcstools/meta.yaml index 32049f8..e7b3a51 100644 --- a/wcstools/meta.yaml +++ b/wcstools/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'wcstools' %} -{% set version = '3.9.4' %} -{% set number = '1' %} +{% set version = '3.9.5' %} +{% set number = '0' %} about: home: http://tdc-www.harvard.edu/wcstools license: GPL diff --git a/webbpsf-data/meta.yaml b/webbpsf-data/meta.yaml index c02f4bc..0bcf730 100644 --- a/webbpsf-data/meta.yaml +++ b/webbpsf-data/meta.yaml @@ -1,9 +1,9 @@ {% set name = 'webbpsf-data' %} -{% set version = '0.5.0' %} +{% set version = '0.6.0' %} {% set number = '0' %} about: - home: http://www.stsci.edu/~mperrin/software/{{ name }} + home: https://webbpsf.readthedocs.io license: BSD summary: webbpsf data files diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index bda70fc..859f352 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -1,10 +1,10 @@ {% set name = 'webbpsf' %} -{% set version = '0.5.1' %} +{% set version = '0.6.0' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %} about: - home: https://github.com/mperrin/{{ name }} + home: https://webbpsf.readthedocs.io license: BSD summary: | Creates simulated point spread functions for the James Webb Space Telescope @@ -23,9 +23,9 @@ requirements: - numpy - scipy - matplotlib - - poppy >=0.5.1 + - poppy >=0.6.1 - six [py27] - - webbpsf-data ==0.5.0 + - webbpsf-data ==0.6.0 - setuptools - python x.x - ipywidgets @@ -35,9 +35,9 @@ requirements: - numpy - scipy - matplotlib - - poppy >=0.5.1 + - poppy >=0.6.1 - six [py27] - - webbpsf-data ==0.5.0 + - webbpsf-data ==0.6.0 - setuptools - python x.x - ipywidgets |