Skip to content

Replace the usage of distutils #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 5, 2013
Merged

Replace the usage of distutils #15

merged 3 commits into from
Oct 5, 2013

Conversation

dstufft
Copy link
Member

@dstufft dstufft commented Oct 5, 2013

  • Parses ~/.pypirc ourselves instead of through distutils
  • Calls GPG ourselves instead of through distutils.spawn

Fixes #13

dstufft added a commit that referenced this pull request Oct 5, 2013
Replace the usage of distutils
@dstufft dstufft merged commit 0c97821 into master Oct 5, 2013
@dstufft dstufft deleted the remove-distutils branch October 5, 2013 03:06
@@ -221,7 +228,7 @@ def main():
)
)
except Exception as exc:
sys.exit("{0}: {1}".format(exc.__class__.__name__, exc))
sys.exit("{0}: {1}".format(exc.__class__.__name__, exc.message))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Exception.message was deprecated in 2.6 or 2.7 → exc.args[0]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on distutils
3 participants