Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
conda
Commits
b0b0add1
There was a problem fetching the pipeline summary.
Commit
b0b0add1
authored
7 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Add sphinxcontrib-programoutput to the list of beat development deps
parent
c4864f29
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
conda/beat-devel/meta.yaml
+1
-0
1 addition, 0 deletions
conda/beat-devel/meta.yaml
conda/sphinxcontrib-programoutput/meta.yaml
+48
-0
48 additions, 0 deletions
conda/sphinxcontrib-programoutput/meta.yaml
scripts/build.sh
+1
-0
1 addition, 0 deletions
scripts/build.sh
with
50 additions
and
0 deletions
conda/beat-devel/meta.yaml
+
1
−
0
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
:
...
...
This diff is collapsed.
Click to expand it.
conda/sphinxcontrib-programoutput/meta.yaml
0 → 100644
+
48
−
0
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
This diff is collapsed.
Click to expand it.
scripts/build.sh
+
1
−
0
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'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment