diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-11-29 20:40:40 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 |
commit | 4fe08aedce73669d3225c8bbe8dbecc108d91133 (patch) | |
tree | 40c7605c472951fa0e3ef7aa910c7b8a4606c45d /cbc_test_package | |
parent | d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (diff) | |
download | astroconda-contrib-4fe08aedce73669d3225c8bbe8dbecc108d91133.tar.gz |
Improve recipe uniformity
Diffstat (limited to 'cbc_test_package')
-rw-r--r-- | cbc_test_package/meta.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cbc_test_package/meta.yaml b/cbc_test_package/meta.yaml index a88fbf6..c43c3e2 100644 --- a/cbc_test_package/meta.yaml +++ b/cbc_test_package/meta.yaml @@ -2,21 +2,25 @@ about: home: http://example.com/cbc_test_package license: GPL summary: cbc_test_package is a test package + build: number: '0' + package: name: cbc_test_package version: 1.0.0 + requirements: build: - setuptools - python x.x run: - python x.x + source: fn: cbc_test_package-1.0.0.tar.gz - url: - - https://bitbucket.org/jhunkeler/cbc-recipes/downloads/cbc_test_package-1.0.0.tar.gz + url: https://bitbucket.org/jhunkeler/cbc-recipes/downloads/cbc_test_package-1.0.0.tar.gz + test: imports: - cbc_test_package |