diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-07 16:42:12 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-07 16:42:12 -0500 | 
| commit | c59345c847a66889b36572e2e404414b5923032d (patch) | |
| tree | 7ce5273e58d046b20a0a8d0638db79e4d3618da4 /stsci.tools | |
| parent | 6d6c42acfb75e284cb0cd87db8c2ee62331d368a (diff) | |
| download | astroconda-dev-c59345c847a66889b36572e2e404414b5923032d.tar.gz | |
Remove d2to1 and stsci.distutils dependencies (#107)
Diffstat (limited to 'stsci.tools')
| -rw-r--r-- | stsci.tools/bld.bat | 2 | ||||
| -rw-r--r-- | stsci.tools/build.sh | 1 | ||||
| -rw-r--r-- | stsci.tools/meta.yaml | 7 | 
3 files changed, 2 insertions, 8 deletions
| diff --git a/stsci.tools/bld.bat b/stsci.tools/bld.bat index 7fba400..39b5e1f 100644 --- a/stsci.tools/bld.bat +++ b/stsci.tools/bld.bat @@ -1,3 +1 @@ - -  %PYTHON% setup.py install diff --git a/stsci.tools/build.sh b/stsci.tools/build.sh index 6bd6081..5a5aeeb 100644 --- a/stsci.tools/build.sh +++ b/stsci.tools/build.sh @@ -1,2 +1 @@ -  $PYTHON setup.py install diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index eeb68f0..f9b73f2 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -3,7 +3,7 @@  {% if version[0] == 'v' %}  {%   set version = version[1:] %}  {% endif %} -{% set number = '5' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -20,17 +20,14 @@ package:  requirements:      build: -    - d2to1 -    - stsci.distutils      - astropy +    - pytest-runner      - setuptools      - numpy {{ numpy }}      - python {{ python }}      run:      - astropy -    - nose      # .tester -    - pytest    # .tester      - numpy      - python | 
