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 /python-daemon | |
| parent | d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (diff) | |
| download | astroconda-contrib-4fe08aedce73669d3225c8bbe8dbecc108d91133.tar.gz | |
Improve recipe uniformity
Diffstat (limited to 'python-daemon')
| -rw-r--r-- | python-daemon/meta.yaml | 21 | 
1 files changed, 14 insertions, 7 deletions
| diff --git a/python-daemon/meta.yaml b/python-daemon/meta.yaml index a508a74..884191f 100644 --- a/python-daemon/meta.yaml +++ b/python-daemon/meta.yaml @@ -1,12 +1,19 @@ +{% set name = 'python-daemon' %} +{% set version = '2.0.5' %} +{% set number = '0' %} +  about: -    home: http://bitbucket.org/jhunkeler/python-daemon +    home: https://pagure.io/{{name}}      license: Apache-2      summary: Library to implement a well-behaved Unix daemon process. +  build: -    number: '0' +    number: {{number}} +  package: -    name: python-daemon -    version: 2.0.5 +    name: {{name}} +    version: {{version}} +  requirements:      build:      - docutils @@ -15,8 +22,8 @@ requirements:      run:      - lockfile      - python x.x +  source: -    fn: python-daemon-2.0.5.tar.gz +    fn: {{name}}-{{version}}.tar.gz      md5: 73e7f49f525c51fa4a995aea4d80de41 -    url: -    - https://pypi.python.org/packages/source/p/python-daemon/python-daemon-2.0.5.tar.gz +    url: https://pypi.python.org/packages/source/p/{{name}}/{{name}}-{{version}}.tar.gz | 
