blob: 67fe4d5d00c50756527f420ace622d19b0615612 (
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
|
{% set name = 'ws4py' %}
{% set version = '0.3.4' %}
{% set number = '0' %}
about:
home: https://pypi.python.org/packages/source/w/{{ name }}
license: BSD
summary: WebSocket client and server library for Python 2 and 3 as well as PyPy
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- setuptools
- python x.x
run:
- python x.x
source:
fn: {{ name }}-{{ version }}.tar.gz
md5: 6b47e33cbd13f5c134b04f2a44a480ad
url: https://pypi.python.org/packages/source/w/{{ name }}/{{ name }}-{{ version }}.tar.gz
test:
imports:
- ws4py
|