Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace (unmaintained) orderedset with ordered_set #1020

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rolandmas
Copy link

Hi, it seems that the orderedset module is abandoned by its author, and it started failing; in particular with Python 3.13 as discovered in Debian, but see also simonpercivall/orderedset#36

There's an API-compatible replacement called ordered_set, see https://github.com/rspeer/ordered-set

This patch replaces the one with the other. It's already been used as part of the Debian packaging of cctbx with no influence on the build or the testsuite. I suggest applying it to upstream cctbx.

@bkpoon bkpoon requested a review from phyy-nx September 27, 2024 17:30
@bkpoon
Copy link
Member

bkpoon commented Sep 27, 2024

The libtbx changes are fine. Those are either deprecated or for building other things. I added reviewers for the xfel stuff.

@olegsobolev
Copy link
Contributor

Maybe libtbx/containers.py can cover the functionality, and there won't be a need for just another dependency? Or should we consider removing cctbx implementation for the sake of consistency?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants