Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
d5ae11d9
Commit
d5ae11d9
authored
5 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[deps] Add new dependence to docformatter
parent
85d37743
No related branches found
No related tags found
1 merge request
!89
Docformatter
Pipeline
#32384
passed
5 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
conda/meta.yaml
+1
-0
1 addition, 0 deletions
conda/meta.yaml
deps/docformatter/meta.yaml
+45
-0
45 additions, 0 deletions
deps/docformatter/meta.yaml
deps/order.txt
+3
-0
3 additions, 0 deletions
deps/order.txt
deps/untokenize/meta.yaml
+44
-0
44 additions, 0 deletions
deps/untokenize/meta.yaml
with
93 additions
and
0 deletions
conda/meta.yaml
+
1
−
0
View file @
d5ae11d9
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
deps/docformatter/meta.yaml
0 → 100644
+
45
−
0
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
This diff is collapsed.
Click to expand it.
deps/order.txt
0 → 100644
+
3
−
0
View file @
d5ae11d9
python-gitlab
untokenize
docformatter
This diff is collapsed.
Click to expand it.
deps/untokenize/meta.yaml
0 → 100644
+
44
−
0
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
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