summaryrefslogtreecommitdiff
path: root/radio-beam/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-02-01 10:17:07 -0500
committerGitHub <noreply@github.com>2018-02-01 10:17:07 -0500
commit544c455370adec8e60f329538e720e5a12ca0e29 (patch)
tree40d679448168cad6e3b6678128624703c3b66272 /radio-beam/meta.yaml
parent2f52c462b690ed03092f24fc0347af2645cfc93b (diff)
downloadastroconda-dev-544c455370adec8e60f329538e720e5a12ca0e29.tar.gz
Add radio-beam (#101)
Diffstat (limited to 'radio-beam/meta.yaml')
-rw-r--r--radio-beam/meta.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/radio-beam/meta.yaml b/radio-beam/meta.yaml
new file mode 100644
index 0000000..4150794
--- /dev/null
+++ b/radio-beam/meta.yaml
@@ -0,0 +1,40 @@
+{% set name = 'radio-beam' %}
+{% set reponame = 'radio_beam' %}
+{% set tag = 'v0.2' %}
+{% set version = tag %}
+{% if version[0] == 'v' %}
+{% set version = version[1:] %}
+{% endif %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/radio-astro-tools/{{ reponame }}
+ license: BSD
+ summary: This package provides tools for working with beams in radio data.
+
+build:
+ number: {{ number }}
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+requirements:
+ build:
+ - astropy
+ - numpy {{ numpy }}
+ - python {{ python }}
+ - setuptools
+
+ run:
+ - astropy
+ - numpy
+ - python
+
+source:
+ git_tag: {{ tag }}
+ git_url: https://github.com/radio-astro-tools/{{ reponame }}.git
+
+test:
+ imports:
+ - radio_beam