diff options
author | J. Brendan Hagan <j.brendan.hagan@gmail.com> | 2020-01-31 14:55:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 14:55:16 -0500 |
commit | 507d27dab6862e03a56bed3c4b7ad9780ca1f2b8 (patch) | |
tree | 8c7e61ec2f8c46e37419bf2e38158b7434e598d3 /jwst_coronagraph_visibility | |
parent | 0d7a05194c0f8ce59bd31fc8075800c6802f0bbc (diff) | |
download | astroconda-contrib-507d27dab6862e03a56bed3c4b7ad9780ca1f2b8.tar.gz |
Jwst coronagraph visibility 0.4.2 (#599)
* Update meta.yaml
* Update meta.yaml
* jwst_coronagraph_visibility: Add single-version-externally-managed argument
Co-authored-by: Joseph Hunkeler <jhunkeler@users.noreply.github.com>
Diffstat (limited to 'jwst_coronagraph_visibility')
-rw-r--r-- | jwst_coronagraph_visibility/bld.bat | 2 | ||||
-rw-r--r-- | jwst_coronagraph_visibility/build.sh | 2 | ||||
-rw-r--r-- | jwst_coronagraph_visibility/meta.yaml | 17 |
3 files changed, 12 insertions, 9 deletions
diff --git a/jwst_coronagraph_visibility/bld.bat b/jwst_coronagraph_visibility/bld.bat index 39b5e1f..6d5f099 100644 --- a/jwst_coronagraph_visibility/bld.bat +++ b/jwst_coronagraph_visibility/bld.bat @@ -1 +1 @@ -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/jwst_coronagraph_visibility/build.sh b/jwst_coronagraph_visibility/build.sh index 5a5aeeb..b699425 100644 --- a/jwst_coronagraph_visibility/build.sh +++ b/jwst_coronagraph_visibility/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/jwst_coronagraph_visibility/meta.yaml b/jwst_coronagraph_visibility/meta.yaml index 0c93110..cb32c23 100644 --- a/jwst_coronagraph_visibility/meta.yaml +++ b/jwst_coronagraph_visibility/meta.yaml @@ -1,10 +1,11 @@ {% set name = 'jwst_coronagraph_visibility' %} -{% set version = '0.3.0' %} +{% set version = '0.4.2' %} {% set number = '1' %} +{% set org = 'spacetelescope' %} about: # Package homepage - home: https://github.com/spacetelescope/jwst_coronagraph_visibility + home: https://github.com/{{ org }}/{{ name }} # Package license license: BSD-3-Clause # A brief description @@ -20,25 +21,27 @@ build: number: {{ number }} source: - git_tag: {{ version }} - git_url: https://github.com/spacetelescope/{{ name }}.git + fn: {{ version }}.tar.gz + url: https://github.com/{{ org }}/{{ name }}/archive/{{ version }}.tar.gz requirements: build: - setuptools + - numpydoc - python {{ python }} - numpy {{ numpy }} - - matplotlib + - matplotlib>=2.2.4 - tk - requests - - jwxml >=0.3.0 + - pysiaf >=0.6.3 run: + - numpydoc - python - numpy - matplotlib - requests - tk - - jwxml >=0.3.0 + - pysiaf >=0.6.3 test: imports: |