summaryrefslogtreecommitdiff
path: root/websocket-client/meta.yaml
blob: 74ae95cc31a0f34e1c31a1a059f3b174d2cec809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{% set name = 'websocket-client' %}
{% set version = '0.37.0' %}
{% set tag = 'v' + version %}
{% set number = '0' %}

about:
    home: https://github.com/liris/{{ name }}
    license: LGPL
    summary: WebSocket client for python

package:
    name: {{ name }}
    version: {{ version }}

build:
    number: {{ number }}

source:
    git_tag: {{ tag }}
    git_url: https://github.com/liris/{{ name }}.git

requirements:
    build:
    - six
    - setuptools
    - python x.x
    run:
    - six
    - python x.x

test:
   imports:
   - websocket

   commands:
   - wsdump.py -h