Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896994 - media-gfx/zbar: needs upgrade to Python 3.11 (PythonCompatUpdate)
Summary: media-gfx/zbar: needs upgrade to Python 3.11 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 896398
  Show dependency tree
 
Reported: 2023-02-25 09:45 UTC by Michał Górny
Modified: 2023-03-09 08:53 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 2023-02-25 09:45:32 UTC
This package does not support Python 3.11.  Please test it with Python 3.11 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/abb5788ea81c7bbf4d40a2995b682eb9.  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 2023-03-09 08:53:29 UTC
The bug has been closed via the following commit(s):

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

commit 035ef8e2450a78522ce571217caf407694059f4f
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2023-03-08 08:38:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-09 08:53:18 +0000

    media-gfx/zbar: add 0.23.92
    
    - Backport patch for py3.11 from upstraem
    - Fix test build issue with musl libc. Test needs to be linked with
      sys-libs/argp-standalone.
    - switch dependency to media-libs/libjpeg-turbo instead of deprecated
      virtual/jpeg
    - directly append test jars to CLASSPATH variable in order to avoid
      internal usage of java-pkg_append_ function from java-utils-2 eclass,
      however, it is not necessary to append "." because test does that
      automatically, see [1].
    
    [1] https://github.com/mchehab/zbar/blob/9f0cbc70aba627afe02cb0afdb8fbc39eb4f229d/java/Makefile.am#L58-L59
    
    Closes: https://bugs.gentoo.org/836256
    Closes: https://bugs.gentoo.org/896994
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Closes: https://github.com/gentoo/gentoo/pull/29990
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/zbar/Manifest                            |   1 +
 .../zbar/files/zbar-0.23.92-py311-set-size.patch   |  30 +++
 media-gfx/zbar/zbar-0.23.92.ebuild                 | 235 +++++++++++++++++++++
 3 files changed, 266 insertions(+)