Skip to content

Commit

Permalink
Add appdirs as vendored package. Ref #763.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 27, 2016
1 parent 1aa7190 commit 691e6ac
Show file tree
Hide file tree
Showing 5 changed files with 557 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ def remove_all(paths):
@task
def update_vendored():
vendor = Path('pkg_resources/_vendor')
# pip uninstall doesn't support -t, so do it manually
remove_all(vendor.glob('packaging*'))
remove_all(vendor.glob('six*'))
remove_all(vendor.glob('pyparsing*'))
remove_all(vendor.glob('appdirs*'))
install_args = [
'install',
'-r', str(vendor / 'vendored.txt'),
Expand Down
Loading

0 comments on commit 691e6ac

Please sign in to comment.