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

[deps] Add new dependence to docformatter

parent 85d37743
No related branches found
No related tags found
1 merge request!89Docformatter
Pipeline #32384 passed
...@@ -35,6 +35,7 @@ requirements: ...@@ -35,6 +35,7 @@ requirements:
- conda-build=3.16 - conda-build=3.16
- conda-verify=3 - conda-verify=3
- certifi - certifi
- docformatter
- pytz - pytz
- python-dateutil - python-dateutil
- gitpython - gitpython
......
{% set version = "1.3" %}
package:
name: docformatter
version: {{ version }}
source:
git_rev: v{{ version }}
git_url: https://github.com/myint/docformatter
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ."
requirements:
build:
- python
- pip
run:
- python
- untokenize
test:
source_files:
- test_docformatter.py
- docformatter.py
requires:
- nose
commands:
- nosetests -sv test_docformatter.py
about:
home: https://github.com/myint/docformatter
license: MIT License
license_family: MIT
summary: 'Formats docstrings to follow PEP 257'
extra:
recipe-maintainers:
- anjos
python-gitlab
untokenize
docformatter
{% set version = "0.1.1" %}
package:
name: untokenize
version: {{ version }}
source:
git_rev: v{{ version }}
git_url: https://github.com/myint/untokenize
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ."
requirements:
build:
- python
- pip
run:
- python
test:
source_files:
- test_acid.py
- test_untokenize.py
requires:
- nose
commands:
- nosetests -sv test_acid.py test_untokenize.py
about:
home: https://github.com/myint/untokenize
license: MIT License
license_family: MIT
summary: 'Transforms tokens into original source code (while preserving whitespace)'
extra:
recipe-maintainers:
- anjos
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment