Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
conda
Commits
b0b0add1
Commit
b0b0add1
authored
Apr 24, 2018
by
André Anjos
💬
Browse files
Add sphinxcontrib-programoutput to the list of beat development deps
parent
c4864f29
Pipeline
#19397
passed with stage
in 68 minutes and 46 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/beat-devel/meta.yaml
View file @
b0b0add1
...
...
@@ -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
:
...
...
conda/sphinxcontrib-programoutput/meta.yaml
0 → 100644
View file @
b0b0add1
{
%
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
scripts/build.sh
View file @
b0b0add1
...
...
@@ -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'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment