Re: [Distutils] venv and _ensurepip

2013-11-18 Thread Nick Coghlan
To answer your other question, no, you cannot use ensurepip as if it was an uninstalled pip, and this is a deliberate limitation to control the complexity and compatibility requirements. If you want something like that, install pip globally and run it with root set to the base of the venv (that's

[Distutils] devpi-{server, client}-1.2.1: bug fixes + refinement to test

2013-11-18 Thread holger krekel
devpi-1.2.1: bug fixes and improved test command == The devpi-{server,client}-1.2.1 releases bring important bug fixes and refinements. See Changelog below. For getting started with deploying your own pypi server on a laptop or on company

Re: [Distutils] Warehouse and XMLRPC

2013-11-18 Thread Barry Warsaw
On Nov 15, 2013, at 10:12 PM, Donald Stufft wrote: The bulk of XMLRPC has been implemented in Warehouse. It would be great if people who are using the XMLRPC could try it out using the https://preview-pypi.python.org/pypi url. Currently the search API does not work. Are you planning on putting

Re: [Distutils] Warehouse and XMLRPC

2013-11-18 Thread Donald Stufft
On Nov 18, 2013, at 11:54 AM, Barry Warsaw ba...@python.org wrote: Are you planning on putting a REST API on Warehouse? Eventually, but the primary goal right now is feature parity with PyPI legacy. - Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C

[Distutils] pip feedback to user...

2013-11-18 Thread Chris Barker
Is this the right place to discuss UX issues for pip? If not, point to the right place, if so, read on: I think pip's usability could be much improved with a little tweaking to the messages it prints to the console when it does its thing. For instance, when I do a: pip install some_package I

Re: [Distutils] pip feedback to user...

2013-11-18 Thread Marcus Smith
I agree with you Chris. It think it's confusing too. There is an existing issue for this. https://github.com/pypa/pip/issues/376 Marcus On Mon, Nov 18, 2013 at 10:17 AM, Chris Barker chris.bar...@noaa.govwrote: Is this the right place to discuss UX issues for pip? If not, point to the right

Re: [Distutils] Warehouse and XMLRPC

2013-11-18 Thread Nick Coghlan
On 19 Nov 2013 03:20, Donald Stufft don...@stufft.io wrote: On Nov 18, 2013, at 11:54 AM, Barry Warsaw ba...@python.org wrote: Are you planning on putting a REST API on Warehouse? Eventually, but the primary goal right now is feature parity with PyPI legacy. Some details of the REST API

Re: [Distutils] Distribution format for Python3 libraries

2013-11-18 Thread PJ Eby
On Sun, Nov 17, 2013 at 8:44 AM, Nick Coghlan ncogh...@gmail.com wrote: More accurately, it appears setuptools *does* support PEP 345 style environment markers, it just isn't documented at http://pythonhosted.org/setuptools/setuptools.html#declaring-dependencies *sigh* That's because it's

Re: [Distutils] Warehouse and XMLRPC

2013-11-18 Thread Marius Gedminas
On Mon, Nov 18, 2013 at 12:19:36PM -0500, Donald Stufft wrote: On Nov 18, 2013, at 11:54 AM, Barry Warsaw ba...@python.org wrote: Are you planning on putting a REST API on Warehouse? Eventually, but the primary goal right now is feature parity with PyPI legacy. JSON API is part of the