[Distutils] Fwd: [Catalog-sig] Trove categories for Buildout recipes and extensions

2011-01-25 Thread Baiju M
Hi, I am forwarding a mail from Catalog-sig regarding two new trove categories for Buildout recipes and extensions. Those who publish Buildout recipes and extensions to PyPI, please use the new trove classifiers in addition to the existing "Framework :: Buildout". If you are developing a recip

Re: [Distutils] setuptools and man pages

2011-01-25 Thread P.J. Eby
At 03:53 PM 1/25/2011 -0700, Andrew McNabb wrote: On Tue, Jan 25, 2011 at 05:46:40PM -0500, P.J. Eby wrote: > > It also won't do anything if they're installing via another tool > such as pip, easy_install, buildout, etc. Do each of those support some way to install man pages? I imagine one cou

Re: [Distutils] setuptools and man pages

2011-01-25 Thread Andrew McNabb
On Tue, Jan 25, 2011 at 05:46:40PM -0500, P.J. Eby wrote: > > It also won't do anything if they're installing via another tool > such as pip, easy_install, buildout, etc. Do each of those support some way to install man pages? -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A1

Re: [Distutils] setuptools and man pages

2011-01-25 Thread P.J. Eby
At 02:41 PM 1/25/2011 -0700, Andrew McNabb wrote: On Tue, Jan 25, 2011 at 03:10:09PM -0500, P.J. Eby wrote: > > Setuptools has a distutils-compatible installation mode: > >"setup.py install --single-version-externally-managed --record=somefile" > > It's a bit awkward to type, but it should do

Re: [Distutils] setuptools and man pages

2011-01-25 Thread Andrew McNabb
On Tue, Jan 25, 2011 at 03:10:09PM -0500, P.J. Eby wrote: > > Setuptools has a distutils-compatible installation mode: > >"setup.py install --single-version-externally-managed --record=somefile" > > It's a bit awkward to type, but it should do what you want. But wouldn't this require all en

Re: [Distutils] setuptools and man pages

2011-01-25 Thread P.J. Eby
At 12:03 PM 1/25/2011 -0700, Andrew McNabb wrote: I am maintaining a package that includes several scripts, and I recently added a man page. Unfortunately, I was unable to figure out how to specify the man page with setuptools. I ended up switching back to vanilla distutils, which allowed me to

[Distutils] setuptools and man pages

2011-01-25 Thread Andrew McNabb
I am maintaining a package that includes several scripts, and I recently added a man page. Unfortunately, I was unable to figure out how to specify the man page with setuptools. I ended up switching back to vanilla distutils, which allowed me to specify the man page in setup.py: data_files=[