This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author estan
Recipients Elvis Stansvik, dstufft, eric.araujo, estan, koobs, methane, ned.deily
Date 2017-07-19.10:08:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500458936.63.0.641828816031.issue29225@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, so it seems my "fix" is not complete at all.

Not even `setup.py install` works with plain distutils, since it just copies the build dir. Back when I created this issue, I must have (accidentally) tested `setup.py install` using setuptools. With setuptools it _does_ work when my fix for get_outputs() is applied, but only because (I think) then the egg creation code from setuptools is used, which is somehow helped by my fix to get_outputs(). Note that it doesn't even work with setuptools if --single-version-externally-managed is used (bypassing egg creation). So my "fix" only really helped for a very specific case.

So, hm. I guess a more involved fix is necessary in order to get this to work for all relevant commands of plain distutils.

Sorry for the noise, I guess I'll close my PR.
History
Date User Action Args
2017-07-19 10:08:56estansetrecipients: + estan, ned.deily, eric.araujo, methane, koobs, dstufft, Elvis Stansvik
2017-07-19 10:08:56estansetmessageid: <1500458936.63.0.641828816031.issue29225@psf.upfronthosting.co.za>
2017-07-19 10:08:56estanlinkissue29225 messages
2017-07-19 10:08:56estancreate