summaryrefslogtreecommitdiff
path: root/verhawk/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-08-23 20:16:28 -0400
committerGitHub <noreply@github.com>2016-08-23 20:16:28 -0400
commit545448ec63743c57b9fefcd572ff6d79d9dcf3a3 (patch)
tree22a7ad81ede0af01ef45c9fe5057dac7813fe2b4 /verhawk/meta.yaml
parenta569559e3a4c324b9c7c5bb659a6b86cf3d91350 (diff)
downloadastroconda-contrib-545448ec63743c57b9fefcd572ff6d79d9dcf3a3.tar.gz
Add verhawk v0.0.1 (#56)
Diffstat (limited to 'verhawk/meta.yaml')
-rw-r--r--verhawk/meta.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/verhawk/meta.yaml b/verhawk/meta.yaml
new file mode 100644
index 0000000..3dcfe39
--- /dev/null
+++ b/verhawk/meta.yaml
@@ -0,0 +1,25 @@
+{% set name = 'verhawk' %}
+{% set version = '0.0.1' %}
+{% set number = '0' %}
+
+about:
+ home: http://github.com/spacetelescope/verhawk
+ license: BSD
+ summary: A simple Python package version scanner
+build:
+ number: {{ number }}
+package:
+ name: {{ name }}
+ version: {{ version }}
+requirements:
+ build:
+ - setuptools
+ - python x.x
+ run:
+ - python x.x
+source:
+ git_tag: {{ version }}
+ git_url: https://github.com/spacetelescope/verhawk.git
+test:
+ imports:
+ - verhawk