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

sync sorc.tar.gz with PyPi #9

Closed
epifanio opened this issue May 23, 2017 · 4 comments
Closed

sync sorc.tar.gz with PyPi #9

epifanio opened this issue May 23, 2017 · 4 comments

Comments

@epifanio
Copy link

Hi, is it possible to upload the src.tar.gz for the latest version on PyPI?
at the moment there is only the whl or an older tarball (0.1).

I need to fetch the source code programmatically so I use pip to get the source code :

pip download --no-binary :all: testpath

will download: testpath-0.1.tar.gz while I was expecting to receive the latest version available from the doap.xml description, which is 0.3 https://pypi.python.org/pypi/testpath

@Carreau
Copy link
Member

Carreau commented May 23, 2017

No, because the tgz does not have a setup.py, which means that the src.tar.gz cannot be installed by pip.

Though latest master of flit can generate a setup.py, so it might be possible with next version of testpath.

@takluyver
Copy link
Member

Let's use this as a test case for the new machinery in flit! I've just uploaded a new release with a tarball.

@epifanio that command should now get you testpath-0.3.1.tar.gz . Can you confirm that that does what you want?

@takluyver
Copy link
Member

Closing this on the assumption that the tarball there now works. Please open a new issue if there are problems with it.

@epifanio
Copy link
Author

epifanio commented Jun 7, 2017

@takluyver Thanks! it works great now. sorry for the late reply.

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

3 participants