summaryrefslogtreecommitdiff
path: root/astrolib.coords
diff options
context:
space:
mode:
Diffstat (limited to 'astrolib.coords')
-rw-r--r--astrolib.coords/bld.bat5
-rw-r--r--astrolib.coords/build.sh4
-rw-r--r--astrolib.coords/meta.yaml34
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