Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 308111

Summary: python.eclass enhancement for man page needed
Product: Gentoo Linux Reporter: Davide Pesavento (RETIRED) <pesa>
Component: EclassesAssignee: Python Gentoo Team <python>
Status: RESOLVED OBSOLETE    
Severity: trivial CC: jlec
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Davide Pesavento (RETIRED) gentoo-dev 2010-03-06 20:42:24 UTC
The variable RESTRICT_PYTHON_ABIS appears to be part of the public API of the eclass, but it isn't currently documented.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2010-03-06 20:46:00 UTC
Look at this guide
http://www.gentoo.org/proj/en/Python/developersguide.xml
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2010-03-06 20:59:02 UTC
Things like RESTRICT_PYTHON_ABIS are not documented in the man page.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2010-03-06 21:03:25 UTC
/usr/portage/eclass/python.eclass:31:warning: PYTHON_DEPEND: unable to extract default variable content: 
/usr/portage/eclass/python.eclass:177:warning: PYTHON_USE_WITH: unable to extract default variable content: 
/usr/portage/eclass/python.eclass:181:warning: PYTHON_USE_WITH_OR: unable to extract default variable content: 
/usr/portage/eclass/python.eclass:186:warning: PYTHON_USE_WITH_OPT: unable to extract default variable content: 
/usr/portage/eclass/python.eclass:271:warning: SUPPORT_PYTHON_ABIS: unable to extract default variable content: 
/usr/portage/eclass/python.eclass:276:warning: PYTHON_EXPORT_PHASE_FUNCTIONS: unable to extract default variable content: if ! has "${EAPI:-0}" 0 1 && [[ -n "${SUPPORT_PYTHON_ABIS}" ]]; then
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2010-03-07 11:14:32 UTC
(In reply to comment #2)
> Things like RESTRICT_PYTHON_ABIS are not documented in the man page.
> 

Yep, that's what I originally intended, sorry for being too vague.

Btw, the python guide is really nice, you could put a link to it in eclass's @DESCRIPTION, so that it appears in the generated man page.
Comment 5 Davide Pesavento (RETIRED) gentoo-dev 2013-09-29 20:25:31 UTC
python.eclass is deprecated. Closing as obsolete.