Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 846227 - sci-chemistry/molequeue: needs upgrade to Python 3.10 (PythonCompatUpdate)
Summary: sci-chemistry/molequeue: needs upgrade to Python 3.10 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-05-18 19:04 UTC by Sam James
Modified: 2022-06-15 13:37 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-18 19:04:44 UTC
This package does not support Python 3.10. Please test it with Python 3.10 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/13aa993921f19b6b095297721ffb0d0b. Ask in #gentoo-python on IRC if need any help.

$ pkgcheck scan -k PythonCompatUpdate sci-chemistry/molequeue
sci-chemistry/molequeue
  PythonCompatUpdate: version 0.9.0-r1: PYTHON_COMPAT updates available: python3_10, python3_11
Comment 1 Larry the Git Cow gentoo-dev 2022-06-15 13:37:23 UTC
The bug has been closed via the following commit(s):

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

commit 50b5f32ee3c6a71ed37d977e9a1169e1d3ef47e4
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-06-15 13:34:41 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-06-15 13:37:09 +0000

    sci-chemistry/molequeue: enable py3.10, py3.11 and disable py3.7
    
    Fix build with USE="doc zeromq", if zeromq is enabled the docs
    are built into the ..._pythonX_Y BUILD_DIR instead of the cmake
    BUILD_DIR. Therefore we have to define HTML_DOCS within
    python_foreach_impl
    
    Closes: https://bugs.gentoo.org/846227
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-chemistry/molequeue/molequeue-0.9.0-r1.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)