summaryrefslogtreecommitdiff
path: root/mechanize/meta.yaml
blob: 5cdcfbfde86c74cf988a303a3a7f11049dc27125 (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 = 'mechanize' %}
{% set version = '0.2.5' %}
{% set number = '0' %}

about:
    home: https://pypi.python.org/packages/source/m/{{name}}
    license: BSD
    summary: Stateful programmatic web browsing

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/{{name}}/{{name}}-{{version}}.tar.gz

test:
    imports:
    - mechanize