diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-19 13:14:18 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-19 13:14:18 -0400 |
commit | c03c6e2afdac7c178037c2f2ccf9d7c4c54a585d (patch) | |
tree | 350e628310337ccfc061eea1b727488534d080af | |
parent | 486346f9e71069f6a6ef003d0709ed8770d7f3a4 (diff) | |
download | astroconda-dev-c03c6e2afdac7c178037c2f2ccf9d7c4c54a585d.tar.gz |
Remove extraneous git_tag sections
-rw-r--r-- | aprio/meta.yaml | 1 | ||||
-rw-r--r-- | d2to1/meta.yaml | 1 | ||||
-rw-r--r-- | photutils/meta.yaml | 1 | ||||
-rw-r--r-- | poppy/meta.yaml | 1 | ||||
-rw-r--r-- | purge_path/meta.yaml | 1 | ||||
-rw-r--r-- | pyds9/meta.yaml | 1 | ||||
-rw-r--r-- | relic/meta.yaml | 1 | ||||
-rw-r--r-- | stsci.sphere/meta.yaml | 1 | ||||
-rw-r--r-- | webbpsf/meta.yaml | 6 | ||||
-rw-r--r-- | xpa/meta.yaml | 1 |
10 files changed, 5 insertions, 10 deletions
diff --git a/aprio/meta.yaml b/aprio/meta.yaml index cee07d5..7ab1997 100644 --- a/aprio/meta.yaml +++ b/aprio/meta.yaml @@ -26,5 +26,4 @@ requirements: - python-daemon - python x.x source: - git_tag: {{ version }} git_url: https://bitbucket.org/jhunkeler/aprio diff --git a/d2to1/meta.yaml b/d2to1/meta.yaml index d90916f..2a2b250 100644 --- a/d2to1/meta.yaml +++ b/d2to1/meta.yaml @@ -21,5 +21,4 @@ requirements: - setuptools - python x.x source: - git_tag: {{ version }} git_url: https://github.com/embray/d2to1 diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 863d776..dae1bb0 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -35,7 +35,6 @@ requirements: - setuptools - python x.x source: - git_tag: {{ version }} git_url: https://github.com/astropy/photutils test: imports: diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 57daa59..c3235a9 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -37,5 +37,4 @@ requirements: - setuptools - python x.x source: - git_tag: {{ version }} git_url: https://github.com/mperrin/poppy diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml index 061beb2..a0b9713 100644 --- a/purge_path/meta.yaml +++ b/purge_path/meta.yaml @@ -20,5 +20,4 @@ requirements: run: - python x.x source: - git_tag: {{ version }} git_url: https://bitbucket.org/jhunkeler/purge_path diff --git a/pyds9/meta.yaml b/pyds9/meta.yaml index fcff8de..60a684c 100644 --- a/pyds9/meta.yaml +++ b/pyds9/meta.yaml @@ -28,7 +28,6 @@ requirements: - numpy x.x - python x.x source: - git_tag: {{ version }} git_url: https://github.com/ericmandel/pyds9 test: imports: diff --git a/relic/meta.yaml b/relic/meta.yaml index c3dbcbc..70dcdd0 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -21,7 +21,6 @@ requirements: - python x.x source: git_url: https://github.com/jhunkeler/relic.git - git_tag: {{ version }} test: imports: - relic diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml index 8a88d1e..83123df 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -27,7 +27,6 @@ requirements: - numpy x.x - python x.x source: - git_tag: {{ version }} git_url: ssh://git@bitbucket.org/stsci_ssb/stsci.sphere test: imports: diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 91126d8..7e4e67e 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -4,6 +4,11 @@ +environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '0' %} +# Keep in mind: +# webbpsf-data is version-locked to prevent older builds from picking +# up incompatible data. As the data pack is upgraded, this recipe will +# need to be updated to reflect it. If there was a better way, I'd do it + about: home: https://github.com/mperrin/webbpsf license: BSD @@ -38,7 +43,6 @@ requirements: - setuptools - python x.x source: - git_tag: {{ version }} git_url: https://github.com/mperrin/webbpsf test: commands: diff --git a/xpa/meta.yaml b/xpa/meta.yaml index 65f1796..4b10d51 100644 --- a/xpa/meta.yaml +++ b/xpa/meta.yaml @@ -14,7 +14,6 @@ package: name: {{ name }} version: {{ version }} source: - git_tag: {{ version }} git_url: https://github.com/ericmandel/xpa test: commands: |