diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-18 20:32:47 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-20 15:05:18 -0400 |
commit | 93827d0b141afbf43780d28ed423173b0303289a (patch) | |
tree | 4cc122e6ab52acd77f7029322ea2b3c8f5b5ba68 /calcos | |
parent | c2258bb3ed15fe8db17bf323f5f100731a167cf5 (diff) | |
download | cbc-recipes-93827d0b141afbf43780d28ed423173b0303289a.tar.gz |
Begin prepping for internal testing
Diffstat (limited to 'calcos')
-rw-r--r-- | calcos/calcos.ini | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/calcos/calcos.ini b/calcos/calcos.ini index 0b939d0..8abfaa6 100644 --- a/calcos/calcos.ini +++ b/calcos/calcos.ini @@ -1,20 +1,18 @@ [package] name : calcos -version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version : 3.1.3 [about] -home : https://github.com/spacetelescope/${package:name}.git +home : https://github.com/spacetelescope/${package:name} license : summary : ${package:name} [source] -#fn : ${package:name}-${package:version}.tar.gz -#url : ${about:home}/${fn} git_url : ${about:home} -#git_tag : +git_tag: ${package:version} [build] -number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +number : 0 [requirements] build : |