summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-1/+1
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-strenum: add recipealperak2024-02-091-0/+14
StrEnum is a Python enum.Enum that inherits from str to complement enum.IntEnum in the standard library Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>