summaryrefslogtreecommitdiff
path: root/sphinxcontrib-programoutput/meta.yaml
blob: 665d19afee8755c133772e2f5cb101e9458dd45d (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 = 'sphinxcontrib-programoutput' %}
{% set version = '0.8' %}
{% set number = '0' %}

about:
    home: https://pypi.python.org/packages/source/s/{{ name }}
    license: BSD
    summary: sphinxcontrib-programoutput
    
build:
    number: {{ number }}
    
package:
    name: {{ name }}
    version: {{ version }}

requirements:
    build:
    - sphinx
    - setuptools
    - python x.x
    
    run:
    - sphinx
    - python x.x

source:
    fn: {{ name }}-{{ version }}.tar.gz
    md5: bb0be17ef13f268378b2af51ff413c58
    url:
    - https://pypi.python.org/packages/source/s/sphinxcontrib-programoutput/{{ name }}-{{ version }}.tar.gz