diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-03-09 23:02:11 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-09 23:02:11 -0500 | 
| commit | 9a517a343854f208b78ee33907a64de857aff7cc (patch) | |
| tree | 1f5e99a9ed05a154b5e22c150ac53794f2408831 | |
| parent | 05bc58f4831ad131d9aa949857b072f23aad1f93 (diff) | |
| download | astroconda-contrib-9a517a343854f208b78ee33907a64de857aff7cc.tar.gz | |
stsci.skypac: 1.0.2 (#482)
* Update recipe
* Do not preserve egg
* Externally managed
| -rw-r--r-- | stsci.skypac/bld.bat | 3 | ||||
| -rw-r--r-- | stsci.skypac/build.sh | 2 | ||||
| -rw-r--r-- | stsci.skypac/meta.yaml | 6 | 
3 files changed, 4 insertions, 7 deletions
| diff --git a/stsci.skypac/bld.bat b/stsci.skypac/bld.bat index 760380e..6d5f099 100644 --- a/stsci.skypac/bld.bat +++ b/stsci.skypac/bld.bat @@ -1,2 +1 @@ - -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/stsci.skypac/build.sh b/stsci.skypac/build.sh index 5a5aeeb..b699425 100644 --- a/stsci.skypac/build.sh +++ b/stsci.skypac/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index cd38b1c..7dc13a6 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'stsci.skypac' %} -{% set version = '1.0.1' %} +{% set version = '1.0.2' %}  {% set number = '0' %}  about: @@ -9,9 +9,8 @@ about:  build:      number: {{ number }} -    preserve_egg_dir: 'yes'      skip: true  # [py2k] -     +  package:      name: {{ name }}      version: {{ version }} @@ -23,7 +22,6 @@ requirements:      - spherical-geometry >=1.2.2      - stsci.tools      - stwcs -    - sphinx      - setuptools      - numpy {{ numpy }}      - python {{ python }} | 
