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 /ws4py | |
| parent | d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (diff) | |
| download | astroconda-contrib-4fe08aedce73669d3225c8bbe8dbecc108d91133.tar.gz | |
Improve recipe uniformity
Diffstat (limited to 'ws4py')
| -rw-r--r-- | ws4py/meta.yaml | 24 | 
1 files changed, 16 insertions, 8 deletions
| diff --git a/ws4py/meta.yaml b/ws4py/meta.yaml index 47c5e7a..7c05cad 100644 --- a/ws4py/meta.yaml +++ b/ws4py/meta.yaml @@ -1,23 +1,31 @@ +{% name = 'ws4py' %} +{% version = '0.3.4' %} +{% number = '0' %} +  about: -    home: https://pypi.python.org/packages/source/w/ws4py +    home: https://pypi.python.org/packages/source/w/{{name}}      license: BSD -    summary: ws4py +    summary: WebSocket client and server library for Python 2 and 3 as well as PyPy +  build: -    number: '0' +    number: {{number}} +  package: -    name: ws4py -    version: 0.3.4 +    name: {{name}} +    version: {{version}} +  requirements:      build:      - setuptools      - python x.x      run:      - python x.x +  source: -    fn: ws4py-0.3.4.tar.gz +    fn: {{name}}-{{version}}.tar.gz      md5: 6b47e33cbd13f5c134b04f2a44a480ad -    url: -    - https://pypi.python.org/packages/source/w/ws4py/ws4py-0.3.4.tar.gz +    url: https://pypi.python.org/packages/source/w/{{name}}/{{name}}-{{version}}.tar.gz +  test:      imports:      - ws4py | 
