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
3a285c62
Commit
3a285c62
authored
May 01, 2018
by
André Anjos
💬
Browse files
Remove colorlog from beat-devel
parent
de823c87
Pipeline
#19641
passed with stage
in 54 minutes and 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/beat-devel/meta.yaml
View file @
3a285c62
package
:
name
:
beat-devel
version
:
2018.0
4.30
version
:
2018.0
5.01
build
:
number
:
1
number
:
0
ignore_run_exports
:
{
%
for package in resolved_packages('host') %
}
-
{{
package.split()
[
0
]
}}
...
...
@@ -20,7 +20,6 @@ requirements:
-
jsonschema 2.6.0
-
docker-py 3.2.1
-
termcolor 1.1.0
-
colorlog 3.1.4
-
oset 0.1.3
-
sphinxcontrib-programoutput
0.11
-
nodejs 8.9.3
...
...
conda/colorlog/meta.yaml
deleted
100644 → 0
View file @
de823c87
{
%
set name = "colorlog" %
}
{
%
set version = "3.1.4" %
}
package
:
name
:
{{
name
}}
version
:
{{
version
}}
source
:
fn
:
{{
name
}}
-{{ version }}.tar.gz
url
:
https://pypi.org/packages/source/c/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256
:
418db638c9577f37f0fae4914074f395847a728158a011be2a193ac491b9779d
build
:
number
:
0
script
:
python setup.py install --single-version-externally-managed --record=record.txt
requirements
:
build
:
-
python
-
setuptools
-
colorama
# [win]
run
:
-
python
-
colorama
# [win]
test
:
requires
:
-
nose
-
pytest
-
coverage
imports
:
-
{{
name
}}
commands
:
#- nosetests {{ name }} -v --with-coverage --cover-package={{ name }}
about
:
home
:
https://github.com/borntyping/python-colorlog
license
:
MIT
summary
:
Log formatting with colors!
extra
:
recipe-maintainers
:
-
anjos
scripts/build.sh
View file @
3a285c62
...
...
@@ -37,7 +37,6 @@ PACKAGES+=('conda/madmom')
PACKAGES+
=(
'conda/docker-pycreds'
)
PACKAGES+
=(
'conda/websocket-client'
)
PACKAGES+
=(
'conda/docker-py'
)
PACKAGES+
=(
'conda/colorlog'
)
PACKAGES+
=(
'conda/oset'
)
PACKAGES+
=(
'conda/sphinxcontrib-programoutput'
)
PACKAGES+
=(
'conda/aniso8601'
)
...
...
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