Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308111 - python.eclass enhancement for man page needed
Summary: python.eclass enhancement for man page needed
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-06 20:42 UTC by Davide Pesavento
Modified: 2013-09-29 20:25 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 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.