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

Bug 733858

Summary: dev-python/pyilmbase-2.5.2 : cmake config file only supports a single python version
Product: Gentoo Linux Reporter: Bernd <waebbl-gentoo>
Component: Current packagesAssignee: Bernd <waebbl-gentoo>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/16828
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 717474    

Description Bernd 2020-07-25 08:58:42 UTC
When working on a bump for media-gfx/alembic, I noticed the cmake config file for pyilmbase is only configuring for one single python version. The package is not fully python-r1 ready, although it builds the libraries and modules for all selected PYTHON_TARGETS.

I'm going to change the package to inherit python-single-r1 instead, as was the case for older versions.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-08-02 10:40:44 UTC
The bug has been closed via the following commit(s):

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

commit 8e3eb85f19ac6d60b334dd63f6401fbe3bb4f300
Author:     Bernd Waibel <waebbl@gmail.com>
AuthorDate: 2020-07-26 08:00:55 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-08-02 10:40:32 +0000

    dev-python/pyilmbase: change to python-single-r1
    
    The package is not fully python-r1 aware. The cmake configuration
    files currently only support one python version, so switch to
    inheriting python-single-r1 instead of python-r1.
    
    Closes: https://bugs.gentoo.org/733858
    Package-Manager: Portage-3.0.0, Repoman-2.3.23
    Signed-off-by: Bernd Waibel <waebbl@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/16828
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-python/pyilmbase/pyilmbase-2.5.2-r1.ebuild | 59 ++++++++++++++++++++
 dev-python/pyilmbase/pyilmbase-2.5.2.ebuild    | 77 --------------------------
 2 files changed, 59 insertions(+), 77 deletions(-)