blob: 1b725041d90af418451f15083a99a26c5a1ff75d (
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
33
34
|
{% set name = 'sphinxcontrib-programoutput' %}
{% set version = '0.8' %}
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
{% set number = '1' %}
about:
home: https://pypi.python.org/packages/source/s/{{ name }}
license: BSD
summary: |
Sphinx extension to include program output
build:
number: {{ number }}
preserve_egg_dir: True
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- sphinx
- setuptools
- python {{ python }}
run:
- sphinx
- python
source:
fn: {{ name }}-{{ version }}.tar.gz
md5: bb0be17ef13f268378b2af51ff413c58
url: https://pypi.python.org/packages/source/s/{{ name }}/{{ name }}-{{ version }}.tar.gz
|