summaryrefslogtreecommitdiff
path: root/spectral-cube/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-02-14 22:29:50 -0500
committerGitHub <noreply@github.com>2018-02-14 22:29:50 -0500
commit4e621f5df1b21ed9392dc720fa5dd3c6d85baf80 (patch)
tree781b485a518edc9ab5998448aad759d956ff822d /spectral-cube/meta.yaml
parent5f7c10cdf25e21a2e1e35b22f78aa40a3c73c21c (diff)
downloadastroconda-contrib-4e621f5df1b21ed9392dc720fa5dd3c6d85baf80.tar.gz
Initial commit of spectral-cube (#311)
Diffstat (limited to 'spectral-cube/meta.yaml')
-rw-r--r--spectral-cube/meta.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/spectral-cube/meta.yaml b/spectral-cube/meta.yaml
new file mode 100644
index 0000000..8ed054d
--- /dev/null
+++ b/spectral-cube/meta.yaml
@@ -0,0 +1,42 @@
+{% set name = 'spectral-cube' %}
+{% set version = 'v0.4.1' %}
+{% set tag = version %}
+{% if version[0] == 'v' %}
+{% set version = version[1:] %}
+{% endif %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/radio-astro-tools/{{ name }}
+ license: BSD
+ summary: Library for reading and analyzing astrophysical spectral data cubes
+
+build:
+ number: {{ number }}
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+requirements:
+ build:
+ - astropy
+ - numpy {{ numpy }}
+ - radio-beam
+ - setuptools
+ - python {{ python }}
+
+ run:
+ - astropy
+ - numpy
+ - radio-beam
+ - setuptools
+ - python
+
+source:
+ git_tag: {{ tag }}
+ git_url: https://github.com/radio-astro-tools/{{ name }}.git
+
+test:
+ imports:
+ - spectral_cube