Re: [Distutils] Can I have distribute build a file for me?

2012-08-08 Thread Robert Park
On Wed, Aug 8, 2012 at 7:54 PM, Ken Kundert wrote: > But I cannot help but believe there must be a better way. > Is there some way add a hook to setup to get it to do the import for me after > setup_requires has been processed? > If not, is there some way to install docutils if needed before I cal

[Distutils] Can I have distribute build a file for me?

2012-08-08 Thread Ken Kundert
Currently I am use an import in my setup script to build a file I need during the install. Specifically: #!/usr/bin/env python import distribute_setup distribute_setup.use_setuptools() from setuptools import setup import manpage # simply importing manpage creates the ec.1 as a side effect setup

[Distutils] man pages

2012-08-08 Thread Ken Kundert
All, I am converting from the old setup tools to distribute and am having trouble with installing man pages for my project. The relevant part of my setup script is: setup( ..., scripts=['ec'], data_files=[ ('man/man1', ['ec.1']) ] ) When I would install using the --us

Re: [Distutils] PEP proposal: multi-interpreter naming convention for built distributions

2012-08-08 Thread Daniel Holth
> Afaics, this doesn't support the stable ABI, as defined in PEP 384. I've fixed that bit and am continuing the discussion on python-ideas. ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] PEP proposal: multi-interpreter naming convention for built distributions

2012-08-08 Thread Matthias Klose
On 06.08.2012 23:09, Daniel Holth wrote: > I propose a three-part Implementation, ABI, Architecture naming scheme > for built distributions as a new Python standard. The full list of > allowed tags would need to be fleshed out for this to be completed, > but I don't know enough about the needs of e