Skip to content
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

Implement bdist_pex #99

Closed
wickman opened this issue Apr 18, 2015 · 4 comments
Closed

Implement bdist_pex #99

wickman opened this issue Apr 18, 2015 · 4 comments
Milestone

Comments

@wickman
Copy link
Contributor

wickman commented Apr 18, 2015

bdist_pex would be a natural way to build applications for production, especially if you just dump pex options into setup.cfg.

@wickman wickman mentioned this issue Apr 21, 2015
@msabramo
Copy link
Contributor

msabramo commented May 7, 2015

Was just thinking the same thing, as I want to build a pex in our CI pipeline and the other things I build like sdist, wheel, and platter all automatically grab the version number and output a file with the version number in it. With pex, it seems I would have to get the version number and pass it to pex. But if there was a python setup.py bdist_pex, then it would be just like building an sdist or wheel and very natural.

msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
@wickman
Copy link
Contributor Author

wickman commented May 7, 2015

There is also an implementation here: master...wickman:wickman/99

msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
msabramo added a commit to msabramo/pex that referenced this issue May 7, 2015
@msabramo
Copy link
Contributor

msabramo commented May 7, 2015

@wickman: OK, thanks! I sent a few PRs to your branch -- https://github.com/wickman/pex/pulls/msabramo

@wickman wickman added this to the 1.1 milestone Jul 6, 2015
@wickman
Copy link
Contributor Author

wickman commented Aug 13, 2015

Now on 1.1.0.dev0

@wickman wickman closed this as completed Aug 13, 2015
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

No branches or pull requests

2 participants