AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
932 stars 329 forks source link

Replace usages of `rez.vendor.enum` with the built-in enum module #1648

Closed JeanChristopheMorinPerso closed 6 months ago

JeanChristopheMorinPerso commented 6 months ago

Now that we dropped support for Python 2, we can now use the built-in enum module.

Note that this doesn't apply to things inside rez.vendor. But if rez.vendor.enum is not used inside rez.vendor, we should remove rez.vendor.enum entirely.

predat commented 6 months ago

Hi @JeanChristopheMorinPerso, for me, I don't see any good reason to keep rez.vendor.enum even for pika; I would drop it completely.