Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733858 - dev-python/pyilmbase-2.5.2 : cmake config file only supports a single python version
Summary: dev-python/pyilmbase-2.5.2 : cmake config file only supports a single python ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernd
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: CVE-2020-11758, CVE-2020-11759, CVE-2020-11760, CVE-2020-11761, CVE-2020-11762, CVE-2020-11763, CVE-2020-11764, CVE-2020-11765, CVE-2020-15304, CVE-2020-15305, CVE-2020-15306
  Show dependency tree
 
Reported: 2020-07-25 08:58 UTC by Bernd
Modified: 2020-08-02 10:40 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 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(-)