blob: 30a24d4694e8a802bd6f156038316dcc800c1292 (
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
|
{% set name = 'mechanize' %}
{% set version = '0.2.5' %}
{% set number = '0' %}
about:
home: https://pypi.python.org/packages/source/m/mechanize
license: BSD
summary: mechanize
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: 32657f139fc2fb75bcf193b63b8c60b2
url:
- https://pypi.python.org/packages/source/m/mechanize/{{ name }}-{{ version }}.tar.gz
test:
imports:
- mechanize
|