summaryrefslogtreecommitdiff
path: root/radio-beam/meta.yaml
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-02-22 08:53:06 -0500
committerGitHub <noreply@github.com>2018-02-22 08:53:06 -0500
commitd4ccb57a335dfda4b3583107767a081691352b2f (patch)
tree43dd1892560bcc467c5eaf1373390cefe4707acd /radio-beam/meta.yaml
parentebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff)
parente027b0e371ddedc4377b43b425d2f67282ff45b7 (diff)
downloadastroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz
Merge branch 'master' into patch-3
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