summaryrefslogtreecommitdiff
path: root/spherical_geometry
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-07-11 15:00:59 -0400
committerGitHub <noreply@github.com>2017-07-11 15:00:59 -0400
commite9b3da728244cc6257c65c569c8600f750f623d0 (patch)
tree634bb2c8c201852ca770d67eec2570db6c775e6f /spherical_geometry
parent1d5b67d8099f2626f4ff3e310bf468a588639d5a (diff)
downloadastroconda-dev-e9b3da728244cc6257c65c569c8600f750f623d0.tar.gz
Revert "Make recipe dir name the same as package name"
Diffstat (limited to 'spherical_geometry')
-rw-r--r--spherical_geometry/bld.bat1
-rw-r--r--spherical_geometry/build.sh1
-rw-r--r--spherical_geometry/meta.yaml38
3 files changed, 0 insertions, 40 deletions
diff --git a/spherical_geometry/bld.bat b/spherical_geometry/bld.bat
deleted file mode 100644
index 762d43b..0000000
--- a/spherical_geometry/bld.bat
+++ /dev/null
@@ -1 +0,0 @@
-python setup.py install
diff --git a/spherical_geometry/build.sh b/spherical_geometry/build.sh
deleted file mode 100644
index 762d43b..0000000
--- a/spherical_geometry/build.sh
+++ /dev/null
@@ -1 +0,0 @@
-python setup.py install
diff --git a/spherical_geometry/meta.yaml b/spherical_geometry/meta.yaml
deleted file mode 100644
index 69fdcc2..0000000
--- a/spherical_geometry/meta.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-{% set name = 'spherical_geometry' %}
-{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
- +".dev"
- +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
-{% set number = '0' %}
-
-about:
- home: https://github.com/spacetelescope/{{ name }}
- license: BSD
- summary: For handling spherical polygons that represent arbitrary regions of the sky
-
-build:
- number: {{ number }}
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-requirements:
- build:
- - astropy
- - matplotlib
- - setuptools
- - numpy
- - python x.x
-
- run:
- - astropy
- - matplotlib
- - numpy
- - python x.x
-
-source:
- git_url: https://github.com/spacetelescope/{{ name }}.git
-
-test:
- imports:
- - spherical_geometry