On Wed, Jan 6, 2010 at 3:35 PM, John Gabriele <[email protected]> wrote: > On Tue, Jan 5, 2010 at 10:44 PM, David Lyon <[email protected]> wrote: >> >> Hi John, >> >>> What is expected to be the standard way to do this in the near future? >> >> PEP-345 says: >> >> > Requires-Dist: pywin32 (>1.0); sys.platform == 'win32' >> > Obsoletes-Dist: pywin31; sys.platform == 'win32' >> > Requires-Dist: foo (1,!=1.3); os.machine == 'i386' >> > Requires-Dist: bar; python_version == '2.4' or python_version == '2.5' >> > Requires-External: libxslt; 'linux' in sys.platform >> >> To me that's really confusing. > > I'm a bit confused myself... PEP-345 says it "describes a mechanism > for adding metadata to Python packages", but I think they really mean > "distributions" (the things available at the PyPI).
Yes you are right, that was a mistake. I've just fixed it. Tarek -- Tarek Ziadé | http://ziade.org _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
