[Distutils] Problem uploading an MSI to PyPI

2011-04-12 Thread exarkun
Hello all, A member of the Tahoe-LAFS community was kind enough to build a Python 2.6 amd64 MSI installer for pyOpenSSL 0.12 for me (since I am not set up to build anything for 64 bit Windows). The MSI is available at http://twistedmatrix.com/~exarkun/pyOpenSSL-0.12 .win-amd64-py2.6.msi

Re: [Distutils] Distutils roadmap of refactoring for 2.7

2010-01-23 Thread exarkun
On 06:41 pm, ziade.ta...@gmail.com wrote: On Sat, Jan 23, 2010 at 7:11 PM, P.J. Eby p...@telecommunity.com wrote: I'll use the same strategy than sysconfig : - if the API is just moved to another place and works exactly the same way  (e.g. like what's planned for make_archive), it will  be

Re: [Distutils] [RFC] Python 2.7 Distutils extra features

2010-01-06 Thread exarkun
On 05:30 pm, ziade.ta...@gmail.com wrote: On Wed, Jan 6, 2010 at 6:13 PM, Tarek Ziadé ziade.ta...@gmail.com wrote: Hello, Besides the PEP-related features, I would like to add some tiny features in Distutils for Python 2.7 before the alpha stage is over : - a test command, that just uses the

Re: [Distutils] Python people want CPAN and how the latter came about

2009-12-23 Thread exarkun
On 23 Dec, 10:32 pm, ziade.ta...@gmail.com wrote: On Wed, Dec 23, 2009 at 11:20 PM, Glyph Lefkowitz gl...@twistedmatrix.com wrote: On Dec 23, 2009, at 4:33 PM, Lennart Regebro wrote: 1/ Missing packages (eg: Twisted is not there) The Twisted guys do not upload their packages to PyPI. I think

Re: [Distutils] Python people want CPAN and how the latter came about

2009-12-23 Thread exarkun
On 23 Dec, 10:51 pm, sridh...@activestate.com wrote: On 12/23/2009 2:32 PM, Tarek Ziad� wrote: On Wed, Dec 23, 2009 at 11:20 PM, Glyph Lefkowitz gl...@twistedmatrix.com wrote: On Dec 23, 2009, at 4:33 PM, Lennart Regebro wrote: 1/ Missing packages (eg: Twisted is not there) The

Re: [Distutils] People want CPAN :-)

2009-11-07 Thread exarkun
On 03:56 pm, li...@zopyx.com wrote: Am 07.11.09 16:37, schrieb Tarek Ziad�: On Sat, Nov 7, 2009 at 3:57 PM, Andreas Jung li...@zopyx.com wrote: [..] - supports too much different versioning schemas. Both schema supported by setuptools and the one proposed by Tarek in some PEP are totally

Re: [Distutils] Buildbot throwing a gear after default setup?

2009-10-18 Thread exarkun
On 17 Oct, 11:26 pm, sstein...@gmail.com wrote: On Oct 17, 2009, at 3:47 PM, exar...@twistedmatrix.com wrote: On 04:24 pm, ziade.ta...@gmail.com wrote: On Sat, Oct 17, 2009 at 4:49 PM, sstein...@gmail.com sstein...@gmail.com wrote: precisely: python bootstrap.py bin/buildout -c

Re: [Distutils] Buildbot throwing a gear after default setup?

2009-10-17 Thread exarkun
On 04:24 pm, ziade.ta...@gmail.com wrote: On Sat, Oct 17, 2009 at 4:49 PM, sstein...@gmail.com sstein...@gmail.com wrote: precisely: python bootstrap.py bin/buildout -c buildbot.cfg sstei...@ubuntu:~/distutils-builbot$ python bootstrap.py bin/buildout -c buildbot.cfg Downloading

Re: [Distutils] [venv] Re: two questions about virtualenv

2009-10-16 Thread exarkun
On 06:33 pm, sstein...@gmail.com wrote: On Oct 16, 2009, at 2:09 PM, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sstein...@gmail.com wrote: On Oct 16, 2009, at 12:59 PM, Lennart Regebro wrote: I'm going to cross-post this to the distutils list as well. If the idea is

Re: [Distutils] dev versions

2009-10-09 Thread exarkun
On 12:25 pm, be...@zope.com wrote: On Thu, Oct 8, 2009 at 6:40 PM, Zooko Wilcox-O'Hearn zo...@zooko.com wrote: What we do in the Tahoe-LAFS project is we don't count down to a future version, we only count up from a past version.  This is also what Twisted does (no coincidence -- we

Re: [Distutils] tracking requested vs dependency installs in PEP 376 metadata

2009-10-09 Thread exarkun
On 01:45 pm, c...@dirtcircle.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex wrote: REQUESTED is fine, but I don't understand how the arguments apply, given that I'm not proposing to record information like _which_ package it was a dependency of. The same single bit

Re: [Distutils] setup.cfg new format proposal

2009-09-15 Thread exarkun
On 12:09 am, sstein...@gmail.com wrote: On Sep 15, 2009, at 7:52 PM, David Lyon wrote: And imo the discussion has gone way off track.. The use case isn't abstract. All this discussion is about trying to rewrite two lines of code. -- setup.py -- if sys.platform == 'win32':

Re: [Distutils] setup.cfg new format proposal

2009-09-11 Thread exarkun
On 02:33 pm, ziade.ta...@gmail.com wrote: Hello here's a detailed proposal for the setup.cfg format. I've included all remarks, and tried to make the syntax as simple as possible. I've dropped the long_description stuff and the template language stuff. (people can do it as a post-release