Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
45e0ea0f
Commit
45e0ea0f
authored
Aug 16, 2020
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove six as a vendored dependency.
parent
5003bae4
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
1738 deletions
+1
-1738
pavement.py
pavement.py
+1
-0
pkg_resources/_vendor/six.py
pkg_resources/_vendor/six.py
+0
-868
pkg_resources/_vendor/vendored.txt
pkg_resources/_vendor/vendored.txt
+0
-1
setuptools/_vendor/six.py
setuptools/_vendor/six.py
+0
-868
setuptools/_vendor/vendored.txt
setuptools/_vendor/vendored.txt
+0
-1
No files found.
pavement.py
View file @
45e0ea0f
...
...
@@ -54,6 +54,7 @@ def install(vendor):
subprocess
.
check_call
(
install_args
)
remove_all
(
vendor
.
glob
(
'*.dist-info'
))
remove_all
(
vendor
.
glob
(
'*.egg-info'
))
remove_all
(
vendor
.
glob
(
'six.py'
))
(
vendor
/
'__init__.py'
).
write_text
(
''
)
...
...
pkg_resources/_vendor/six.py
deleted
100644 → 0
View file @
5003bae4
This diff is collapsed.
Click to expand it.
pkg_resources/_vendor/vendored.txt
View file @
45e0ea0f
packaging==20.4
pyparsing==2.2.1
six==1.10.0
appdirs==1.4.3
setuptools/_vendor/six.py
deleted
100644 → 0
View file @
5003bae4
This diff is collapsed.
Click to expand it.
setuptools/_vendor/vendored.txt
View file @
45e0ea0f
packaging==20.4
pyparsing==2.2.1
six==1.10.0
ordered-set==3.1.1
Write
Preview
Markdown
is supported
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