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
bob.devtools
Commits
d5ae11d9
Commit
d5ae11d9
authored
Aug 08, 2019
by
André Anjos
💬
Browse files
[deps] Add new dependence to docformatter
parent
85d37743
Pipeline
#32384
passed with stage
in 11 minutes and 27 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
d5ae11d9
...
...
@@ -35,6 +35,7 @@ requirements:
-
conda-build=3.16
-
conda-verify=3
-
certifi
-
docformatter
-
pytz
-
python-dateutil
-
gitpython
...
...
deps/docformatter/meta.yaml
0 → 100644
View file @
d5ae11d9
{
%
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
deps/order.txt
0 → 100644
View file @
d5ae11d9
python-gitlab
untokenize
docformatter
deps/untokenize/meta.yaml
0 → 100644
View file @
d5ae11d9
{
%
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
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