diff options
author | P. L. Lim <lim@stsci.edu> | 2017-07-09 11:56:35 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-07-09 11:56:35 -0400 |
commit | e148227175498e65ef14bfbd5e8884d99a8f36a1 (patch) | |
tree | 74b266b599efd097b6634c3f27d0a6a6e4949e7a /sphere | |
parent | a7850a80e0f6f9f4ad39929ad57269071b8ad33e (diff) | |
download | astroconda-contrib-e148227175498e65ef14bfbd5e8884d99a8f36a1.tar.gz |
Rename sphere to spherical-geometry (#236)
Diffstat (limited to 'sphere')
-rw-r--r-- | sphere/bld.bat | 1 | ||||
-rw-r--r-- | sphere/build.sh | 1 | ||||
-rw-r--r-- | sphere/meta.yaml | 36 |
3 files changed, 0 insertions, 38 deletions
diff --git a/sphere/bld.bat b/sphere/bld.bat deleted file mode 100644 index 762d43b..0000000 --- a/sphere/bld.bat +++ /dev/null @@ -1 +0,0 @@ -python setup.py install diff --git a/sphere/build.sh b/sphere/build.sh deleted file mode 100644 index 762d43b..0000000 --- a/sphere/build.sh +++ /dev/null @@ -1 +0,0 @@ -python setup.py install diff --git a/sphere/meta.yaml b/sphere/meta.yaml deleted file mode 100644 index 4377069..0000000 --- a/sphere/meta.yaml +++ /dev/null @@ -1,36 +0,0 @@ -{% set name = 'sphere' %} -{% set version = '1.0.10' %} -{% 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 >=1.1 - - matplotlib - - setuptools - - numpy - - python x.x - run: - - astropy >=1.1 - - matplotlib - - numpy - - python x.x - -source: - git_tag: {{ version }} - git_url: https://github.com/spacetelescope/{{ name }}.git - -test: - imports: - - spherical_geometry |