blob: 5cec4034eaa02fc03bcfaadab4fadd4c39c2d823 (
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
|
{% set name = 'ws4py' %}
{% set version = '0.3.4' %}
{% set number = '0' %}
about:
home: https://pypi.python.org/packages/source/w/{{ name }}
license: BSD
summary: ws4py
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/ws4py/{{ name }}-{{ version }}.tar.gz
test:
imports:
- ws4py
|