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

Add beat.cmdline deps

parent 6f9f2f1f
Branches
No related tags found
No related merge requests found
Pipeline #
package:
name: beat-devel
version: 2018.04.20
version: 2018.04.24
build:
number: 0
......@@ -19,6 +19,9 @@ requirements:
- python-graphviz 0.8.2
- jsonschema 2.6.0
- docker-py 3.2.1
- termcolor 1.1.0
- colorlog 3.1.4
- oset 0.1.3
run:
- python
run_constrained:
......
{% 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
{% set name = "oset" %}
{% set version = "0.1.3" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.org/packages/source/o/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 4c1fd7dec96eeff9d3260995a8e37f9f415d0bdb79975f57824e68716ac8f904
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
test:
requires:
- nose
- coverage
imports:
- {{ name }}
commands:
#- nosetests {{ name }} -v --with-coverage --cover-package={{ name }}
about:
home: https://pypi.org/project/oset/
license: Python License (Python-2.0)
summary: Set that remembers original insertion order
extra:
recipe-maintainers:
- anjos
......@@ -37,6 +37,8 @@ PACKAGES+=('conda/madmom')
PACKAGES+=('conda/docker-pycreds')
PACKAGES+=('conda/websocket-client')
PACKAGES+=('conda/docker-py')
PACKAGES+=('conda/colorlog')
PACKAGES+=('conda/oset')
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