Skip to content
Snippets Groups Projects
Commit b0b0add1 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add sphinxcontrib-programoutput to the list of beat development deps

parent c4864f29
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -22,6 +22,7 @@ requirements:
- termcolor 1.1.0
- colorlog 3.1.4
- oset 0.1.3
- sphinxcontrib-programoutput 0.11
run:
- python
run_constrained:
......
{% set name = "sphinxcontrib-programoutput" %}
{% set version = "0.11" %}
{% set sha256 = "cbec3ee1c3abd09e105115ab69cb5ade8ca1be9811565a844f973e93e0314837" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 0
noarch: python
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
- setuptools
- sphinx
run:
- python
- sphinx
test:
imports:
- sphinxcontrib.programoutput
about:
home: https://bitbucket.org/birkenfeld/sphinx-contrib
license: BSD 2-clause
license_family: BSD
license_file: LICENSE
summary: 'Sphinx extension to include program output'
description: |
A Sphinx extension to literally insert the output of arbitrary commands
into documents, helping you to keep your command examples up to date.
doc_url: https://sphinxcontrib-programoutput.readthedocs.org/
dev_url: https://bitbucket.org/birkenfeld/sphinx-contrib
extra:
recipe-maintainers:
- holgern
......@@ -39,6 +39,7 @@ PACKAGES+=('conda/websocket-client')
PACKAGES+=('conda/docker-py')
PACKAGES+=('conda/colorlog')
PACKAGES+=('conda/oset')
PACKAGES+=('conda/sphinxcontrib-programoutput')
PACKAGES+=('conda/bob-devel')
PACKAGES+=('conda/beat-devel')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment