diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 |
| commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
| tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /sphere | |
| parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
| parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
| download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz | |
Merge branch 'master' into imexam0.8.0
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 |
