Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473504 - distutils-r1: do python_export_best for python_prepare_all()
Summary: distutils-r1: do python_export_best for python_prepare_all()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-16 16:12 UTC by Michał Górny
Modified: 2018-02-27 10:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-06-16 16:12:27 UTC
Right now the best impl info is not exported for python_prepare_all(). I don't recall why it is like this.

It may had something to do with not having build dir at the point and therefore being unable to use the common function. But I don't see anything wrong with having the impl setup immediately.

Anyone can think of any potential issues?
Comment 1 Mike Gilbert gentoo-dev 2013-06-16 18:38:43 UTC
Yeah, I think it certainly makes sense to set PYTHON and EPYTHON. Not sure about BUILD_DIR though.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-02-27 10:18:40 UTC
That was done a long time ago.