diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-11 13:48:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-11 13:48:48 -0400 |
commit | e5bf0cbe7eb556d4aa217bf25dc12229d5a4719e (patch) | |
tree | da23ceaeab125395faf2720a3b323070bd514ed6 | |
parent | 6fd1cc9c3129cd5c2da620626e2b2574654b83b6 (diff) | |
download | cbc-recipes-e5bf0cbe7eb556d4aa217bf25dc12229d5a4719e.tar.gz |
Fix empty GIT_DESCRIBE_TAG default (0.0.0)
-rw-r--r-- | acstools/acstools.ini | 2 | ||||
-rw-r--r-- | aprio/aprio.ini | 2 | ||||
-rw-r--r-- | asdf-standard/asdf-standard.ini | 2 | ||||
-rw-r--r-- | astropy-helpers/astropy-helpers.ini | 2 | ||||
-rw-r--r-- | astropy/astropy.ini | 2 | ||||
-rw-r--r-- | d2to1/d2to1.ini | 2 | ||||
-rw-r--r-- | fftw/fftw.ini | 2 | ||||
-rw-r--r-- | imutils/imutils.ini | 2 | ||||
-rw-r--r-- | photutils/photutils.ini | 2 | ||||
-rw-r--r-- | poppy/poppy.ini | 2 | ||||
-rw-r--r-- | pydrizzle/pydrizzle.ini | 2 | ||||
-rw-r--r-- | pyfftw/pyfftw.ini | 17 | ||||
-rw-r--r-- | pyfits/pyfits.ini | 2 | ||||
-rw-r--r-- | pysynphot/pysynphot.ini | 2 | ||||
-rw-r--r-- | reftools/reftools.ini | 2 | ||||
-rw-r--r-- | stistools/stistools.ini | 2 | ||||
-rw-r--r-- | stsci.convolve/stsci.convolve.ini | 2 | ||||
-rw-r--r-- | stsci.distutils/stsci.distutils.ini | 2 | ||||
-rw-r--r-- | stsci.image/stsci.image.ini | 2 | ||||
-rw-r--r-- | stsci.imagemanip/stsci.imagemanip.ini | 2 | ||||
-rw-r--r-- | stsci.imagestats/stsci.imagestats.ini | 2 | ||||
-rw-r--r-- | stsci.ndimage/stsci.ndimage.ini | 2 | ||||
-rw-r--r-- | stsci.numdisplay/stsci.numdisplay.ini | 2 | ||||
-rw-r--r-- | stsci.stimage/stsci.stimage.ini | 2 | ||||
-rw-r--r-- | stsci.tools/stsci.tools.ini | 2 | ||||
-rw-r--r-- | webbpsf/webbpsf.ini | 2 |
26 files changed, 34 insertions, 33 deletions
diff --git a/acstools/acstools.ini b/acstools/acstools.ini index 3769d78..8e71f1a 100644 --- a/acstools/acstools.ini +++ b/acstools/acstools.ini @@ -1,6 +1,6 @@ [package] name: acstools -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python diff --git a/aprio/aprio.ini b/aprio/aprio.ini index 7b27c86..4a2937d 100644 --- a/aprio/aprio.ini +++ b/aprio/aprio.ini @@ -1,6 +1,6 @@ [package] name: aprio -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://bitbucket.org/jhunkeler/${package:name} diff --git a/asdf-standard/asdf-standard.ini b/asdf-standard/asdf-standard.ini index 4fac4f3..cd97145 100644 --- a/asdf-standard/asdf-standard.ini +++ b/asdf-standard/asdf-standard.ini @@ -1,6 +1,6 @@ [package] name: asdf-standard -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://github.com/spacetelescope/${package:name} diff --git a/astropy-helpers/astropy-helpers.ini b/astropy-helpers/astropy-helpers.ini index 6bed0f6..e503e6a 100644 --- a/astropy-helpers/astropy-helpers.ini +++ b/astropy-helpers/astropy-helpers.ini @@ -1,6 +1,6 @@ [package] name: astropy-helpers -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://github.com/astropy/${package:name} diff --git a/astropy/astropy.ini b/astropy/astropy.ini index 067bae8..2de1f40 100644 --- a/astropy/astropy.ini +++ b/astropy/astropy.ini @@ -1,6 +1,6 @@ [package] name: astropy -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://github.com/astropy/${package:name} diff --git a/d2to1/d2to1.ini b/d2to1/d2to1.ini index 37de38b..608518d 100644 --- a/d2to1/d2to1.ini +++ b/d2to1/d2to1.ini @@ -1,6 +1,6 @@ [package] name: d2to1 -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/fftw/fftw.ini b/fftw/fftw.ini index c8ab085..4444ec7 100644 --- a/fftw/fftw.ini +++ b/fftw/fftw.ini @@ -18,7 +18,7 @@ number : 0 build : #none run : - #none + #none [cbc_build] linux : diff --git a/imutils/imutils.ini b/imutils/imutils.ini index b78fa2e..b329f59 100644 --- a/imutils/imutils.ini +++ b/imutils/imutils.ini @@ -1,6 +1,6 @@ [package] name: imutils -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://github.com/spacetelescope/${package:name} diff --git a/photutils/photutils.ini b/photutils/photutils.ini index 4c4b1ff..7fcfc73 100644 --- a/photutils/photutils.ini +++ b/photutils/photutils.ini @@ -1,6 +1,6 @@ [package] name: photutils -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://github.com/astropy/${package:name} diff --git a/poppy/poppy.ini b/poppy/poppy.ini index 06a1730..185c394 100644 --- a/poppy/poppy.ini +++ b/poppy/poppy.ini @@ -1,6 +1,6 @@ [package] name: poppy -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://github.com/mperrin/${package:name} diff --git a/pydrizzle/pydrizzle.ini b/pydrizzle/pydrizzle.ini index fe5b556..9d4c102 100644 --- a/pydrizzle/pydrizzle.ini +++ b/pydrizzle/pydrizzle.ini @@ -1,6 +1,6 @@ [package] name: pydrizzle -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python diff --git a/pyfftw/pyfftw.ini b/pyfftw/pyfftw.ini index 0f0c4b5..97ce1d9 100644 --- a/pyfftw/pyfftw.ini +++ b/pyfftw/pyfftw.ini @@ -17,19 +17,20 @@ number : 0 [requirements] build : - numpy + numpy >=1.9 fftw - setuptools - python + setuptools + python run : - numpy + numpy >=1.9 fftw - python + python [cbc_build] linux : - python setup.py install || exit 1 + python setup.py install || exit 1 + windows : - python setup.py install - if errorlevel 1 exit 1 + python setup.py install + if errorlevel 1 exit 1 diff --git a/pyfits/pyfits.ini b/pyfits/pyfits.ini index 27a0b59..7a0d571 100644 --- a/pyfits/pyfits.ini +++ b/pyfits/pyfits.ini @@ -1,6 +1,6 @@ [package] name: pyfits -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/spacetelescope/${package:name} diff --git a/pysynphot/pysynphot.ini b/pysynphot/pysynphot.ini index 792e827..ad0b999 100644 --- a/pysynphot/pysynphot.ini +++ b/pysynphot/pysynphot.ini @@ -1,6 +1,6 @@ [package] name: pysynphot -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: ssh://git@bitbucket.org/stsci_ssb/${package:name} diff --git a/reftools/reftools.ini b/reftools/reftools.ini index 6245c19..aa7c5ee 100644 --- a/reftools/reftools.ini +++ b/reftools/reftools.ini @@ -1,6 +1,6 @@ [package] name: reftools -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python diff --git a/stistools/stistools.ini b/stistools/stistools.ini index 32b40b4..42470be 100644 --- a/stistools/stistools.ini +++ b/stistools/stistools.ini @@ -1,6 +1,6 @@ [package] name: stistools -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python diff --git a/stsci.convolve/stsci.convolve.ini b/stsci.convolve/stsci.convolve.ini index bda143d..2f29e76 100644 --- a/stsci.convolve/stsci.convolve.ini +++ b/stsci.convolve/stsci.convolve.ini @@ -1,6 +1,6 @@ [package] name: stsci.convolve -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/stsci.distutils/stsci.distutils.ini b/stsci.distutils/stsci.distutils.ini index 7bc3bf9..ca8b41c 100644 --- a/stsci.distutils/stsci.distutils.ini +++ b/stsci.distutils/stsci.distutils.ini @@ -1,6 +1,6 @@ [package] name: stsci.distutils -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/stsci.image/stsci.image.ini b/stsci.image/stsci.image.ini index b8406bc..ddf27e6 100644 --- a/stsci.image/stsci.image.ini +++ b/stsci.image/stsci.image.ini @@ -1,6 +1,6 @@ [package] name: stsci.image -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/stsci.imagemanip/stsci.imagemanip.ini b/stsci.imagemanip/stsci.imagemanip.ini index 33825d1..25595cc 100644 --- a/stsci.imagemanip/stsci.imagemanip.ini +++ b/stsci.imagemanip/stsci.imagemanip.ini @@ -1,6 +1,6 @@ [package] name: stsci.imagemanip -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/stsci.imagestats/stsci.imagestats.ini b/stsci.imagestats/stsci.imagestats.ini index d119de7..0cda9e0 100644 --- a/stsci.imagestats/stsci.imagestats.ini +++ b/stsci.imagestats/stsci.imagestats.ini @@ -1,6 +1,6 @@ [package] name: stsci.imagestats -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/stsci.ndimage/stsci.ndimage.ini b/stsci.ndimage/stsci.ndimage.ini index bb73792..220665d 100644 --- a/stsci.ndimage/stsci.ndimage.ini +++ b/stsci.ndimage/stsci.ndimage.ini @@ -1,6 +1,6 @@ [package] name: stsci.ndimage -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/stsci.numdisplay/stsci.numdisplay.ini b/stsci.numdisplay/stsci.numdisplay.ini index 675d1a7..0e1991b 100644 --- a/stsci.numdisplay/stsci.numdisplay.ini +++ b/stsci.numdisplay/stsci.numdisplay.ini @@ -1,6 +1,6 @@ [package] name: stsci.numdisplay -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/stsci.stimage/stsci.stimage.ini b/stsci.stimage/stsci.stimage.ini index 49576ba..4b233e9 100644 --- a/stsci.stimage/stsci.stimage.ini +++ b/stsci.stimage/stsci.stimage.ini @@ -1,6 +1,6 @@ [package] name: stsci.stimage -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/stsci.tools/stsci.tools.ini b/stsci.tools/stsci.tools.ini index 943f053..1d17051 100644 --- a/stsci.tools/stsci.tools.ini +++ b/stsci.tools/stsci.tools.ini @@ -1,6 +1,6 @@ [package] name: stsci.tools -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} diff --git a/webbpsf/webbpsf.ini b/webbpsf/webbpsf.ini index 64969ac..c6992c4 100644 --- a/webbpsf/webbpsf.ini +++ b/webbpsf/webbpsf.ini @@ -1,6 +1,6 @@ [package] name: webbpsf -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://github.com/mperrin/${package:name} |