summaryrefslogtreecommitdiff
path: root/htc_utils
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-11-29 20:40:40 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-12-13 16:04:15 -0500
commit4fe08aedce73669d3225c8bbe8dbecc108d91133 (patch)
tree40c7605c472951fa0e3ef7aa910c7b8a4606c45d /htc_utils
parentd53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (diff)
downloadastroconda-contrib-4fe08aedce73669d3225c8bbe8dbecc108d91133.tar.gz
Improve recipe uniformity
Diffstat (limited to 'htc_utils')
-rw-r--r--htc_utils/meta.yaml20
1 files changed, 14 insertions, 6 deletions
diff --git a/htc_utils/meta.yaml b/htc_utils/meta.yaml
index 599a1db..b2b97d4 100644
--- a/htc_utils/meta.yaml
+++ b/htc_utils/meta.yaml
@@ -1,13 +1,19 @@
+{% set name = 'htc_utils' %}
+{% set version = '0.1' %}
+{% set number = '0' %}
+
about:
- home: http://bitbucket.org/jhunkeler/htc_utils
+ home: http://bitbucket.org/jhunkeler/{{name}}
license: GPL
- readme: README.md
summary: htc_utils is a homebrew set of HTCondor wrappers
+
build:
- number: '0'
+ number: {{number}}
+
package:
- name: htc_utils
- version: '0.1'
+ name: {{name}}
+ version: {{version}}
+
requirements:
build:
- argparse [py26]
@@ -16,8 +22,10 @@ requirements:
run:
- argparse [py26]
- python x.x
+
source:
- git_url: https://bitbucket.org/jhunkeler/htc_utils
+ git_url: https://bitbucket.org/jhunkeler/{{name}}.git
+
test:
imports:
- htc_utils