Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929649 - media-libs/vigra: needs upgrade to Python 3.12 (PythonCompatUpdate)
Summary: media-libs/vigra: needs upgrade to Python 3.12 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2024-04-13 08:46 UTC by Michał Górny
Modified: 2024-08-30 10:55 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-04-13 08:46:40 UTC
This package does not support Python 3.12.  Please test it with Python 3.12 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg99104.html.  Please check the information provided in the tracker.  Ask in #gentoo-python on IRC if need any help.
Comment 1 Larry the Git Cow gentoo-dev 2024-05-30 17:14:19 UTC
The bug has been referenced in the following commit(s):

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

commit 63678ff9b6230c1de8b23260c41a0e3f1ced3234
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-05-30 16:18:02 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-05-30 17:14:01 +0000

    media-libs/vigra: Add python3.12
    
    Bug: https://bugs.gentoo.org/929649
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/vigra-1.11.2-python3.12-remove-imp.patch | 30 ++++++++++++++++++++++
 media-libs/vigra/vigra-1.11.1-r9.ebuild            |  3 ++-
 2 files changed, 32 insertions(+), 1 deletion(-)
Comment 2 Larry the Git Cow gentoo-dev 2024-06-14 07:15:08 UTC
The bug has been referenced in the following commit(s):

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

commit 4f366a4db94378e6baea9f0cbdcc8d40882feda9
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-06-14 07:13:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-14 07:14:29 +0000

    media-libs/vigra: further py3.12 fixes
    
    Unfortunately, the CMake still tries to use:
    1) nose (???)
    2) numpy.distutils
    
    Bug: https://bugs.gentoo.org/929649
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/vigra-1.11.1-python3.12-distutils.patch  | 70 ++++++++++++++++++++++
 media-libs/vigra/vigra-1.11.1-r9.ebuild            |  1 +
 2 files changed, 71 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2024-06-14 07:28:28 UTC
The bug has been closed via the following commit(s):

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

commit 593c2ab8a6b518c9a160459d10f77e9acc2a488a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-06-14 07:27:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-14 07:28:07 +0000

    media-libs/vigra: add 1.11.2_p20240505
    
    * Drop broken Python bindings as they use distutils quite a bit. There aren't
      any reverse dependencies.
    * Drop broken docs (needs various patching and still don't work in snapshot).
    
    Closes: https://bugs.gentoo.org/743160
    Closes: https://bugs.gentoo.org/806470
    Closes: https://bugs.gentoo.org/929649
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/vigra/Manifest                      |   1 +
 media-libs/vigra/vigra-1.11.2_p20240505.ebuild | 120 +++++++++++++++++++++++++
 media-libs/vigra/vigra-9999.ebuild             | 103 +++++++--------------
 3 files changed, 155 insertions(+), 69 deletions(-)