blob: 7c05cadaba612cb6923d11912154031005a09a22 (
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
|
{% name = 'ws4py' %}
{% version = '0.3.4' %}
{% 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
|