diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-02-22 08:53:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-22 08:53:06 -0500 |
commit | d4ccb57a335dfda4b3583107767a081691352b2f (patch) | |
tree | 43dd1892560bcc467c5eaf1373390cefe4707acd /astrolib.coords | |
parent | ebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff) | |
parent | e027b0e371ddedc4377b43b425d2f67282ff45b7 (diff) | |
download | astroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz |
Merge branch 'master' into patch-3
Diffstat (limited to 'astrolib.coords')
-rw-r--r-- | astrolib.coords/bld.bat | 5 | ||||
-rw-r--r-- | astrolib.coords/build.sh | 4 | ||||
-rw-r--r-- | astrolib.coords/meta.yaml | 34 |
3 files changed, 0 insertions, 43 deletions
diff --git a/astrolib.coords/bld.bat b/astrolib.coords/bld.bat deleted file mode 100644 index fe97c61..0000000 --- a/astrolib.coords/bld.bat +++ /dev/null @@ -1,5 +0,0 @@ - - -pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install -if errorlevel 1 exit 1
\ No newline at end of file diff --git a/astrolib.coords/build.sh b/astrolib.coords/build.sh deleted file mode 100644 index 5d1e7ae..0000000 --- a/astrolib.coords/build.sh +++ /dev/null @@ -1,4 +0,0 @@ - -pip install --no-deps --upgrade --force d2to1 || exit 1 -test -f README.md && ln -s README.md README.txt -python setup.py install || exit 1
\ No newline at end of file diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml deleted file mode 100644 index abb2c81..0000000 --- a/astrolib.coords/meta.yaml +++ /dev/null @@ -1,34 +0,0 @@ -{% set name = 'astrolib.coords' %} -{% set version = '0.39.6' %} -{% set number = '1' %} - -about: - home: https://github.com/spacetelescope/{{ name }} - license: BSD - summary: Astronomical coordinates & angular separations - -package: - name: {{ name }} - version: {{ version }} - -build: - number: {{ number }} - -requirements: - build: - - d2to1 - - stsci.distutils - - setuptools - - numpy - - python x.x - run: - - numpy - - python x.x - -source: - git_tag: {{ version }} - git_url: https://github.com/spacetelescope/{{ name }}.git - -test: - imports: - - astrolib.coords |