Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716332 - dev-lang/python: QA notice: python_export() is part of private eclass API
Summary: dev-lang/python: QA notice: python_export() is part of private eclass API
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-05 13:58 UTC by Francesco Turco
Modified: 2020-04-22 13:32 UTC (History)
1 user (show)

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


Attachments
emerge --info (info.txt,5.64 KB, text/plain)
2020-04-05 13:58 UTC, Francesco Turco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Turco 2020-04-05 13:58:12 UTC
Portage reports the following QA notice with dev-lang/python:

> * python_export() is part of private eclass API.
> * Please call python_get*() instead.

I can reproduce this issue with all the following python versions:
- dev-lang/python-2.7.17-r2
- dev-lang/python-3.6.10-r1
- dev-lang/python-3.7.7-r1
- dev-lang/python-3.8.2-r1
- dev-lang/python-3.9.0_alpha5
Comment 1 Francesco Turco 2020-04-05 13:58:45 UTC
Created attachment 630494 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-04-22 13:32:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffd03f05b0cc505631c568619bab808d1e1b390

commit 7ffd03f05b0cc505631c568619bab808d1e1b390
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-04-22 11:58:17 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-04-22 13:32:29 +0000

    dev-lang/python: Replace python_export usage
    
    Closes: https://bugs.gentoo.org/716332
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-lang/python/python-3.6.10-r2.ebuild       | 28 +++++++++++++--------------
 dev-lang/python/python-3.7.7-r2.ebuild        | 28 +++++++++++++--------------
 dev-lang/python/python-3.8.2-r2.ebuild        | 26 ++++++++++++-------------
 dev-lang/python/python-3.9.0_alpha5-r1.ebuild | 26 ++++++++++++-------------
 4 files changed, 50 insertions(+), 58 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca57e96ecbcd060e4f70aa24ccd83470ccb8a434

commit ca57e96ecbcd060e4f70aa24ccd83470ccb8a434
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-04-22 11:33:10 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-04-22 13:32:23 +0000

    dev-lang/python: Bump to 2.7.18
    
    Bug: https://bugs.gentoo.org/707822
    Closes: https://bugs.gentoo.org/716332
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-lang/python/Manifest             |   2 +
 dev-lang/python/python-2.7.18.ebuild | 366 +++++++++++++++++++++++++++++++++++
 2 files changed, 368 insertions(+)