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 Arfrever
Recipients Arfrever, alexis, eric.araujo, tarek
Date 2011-11-25.17:59:10
SpamBayes Score 0.0007968551
Marked as misclassified No
Message-id <1322243951.52.0.771014524667.issue13400@psf.upfronthosting.co.za>
In-reply-to
Content
Byte-compilation should be disabled during building of packages in Gentoo. PYTHONDONTWRITEBYTECODE="1" is set by default in environment. This variable affects distutils and until recently it affected packaging. --no-byte-compile will have to be explicitly passed to `pysetup${version} run build` and `pysetup${version} run install_dist` to disable byte-compilation.
History
Date User Action Args
2011-11-25 17:59:11Arfreversetrecipients: + Arfrever, tarek, eric.araujo, alexis
2011-11-25 17:59:11Arfreversetmessageid: <1322243951.52.0.771014524667.issue13400@psf.upfronthosting.co.za>
2011-11-25 17:59:10Arfreverlinkissue13400 messages
2011-11-25 17:59:10Arfrevercreate