Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-13 | gnu: python-typeguard: Update to 4.4.1. | Sharlatan Hellseher | |
* gnu/packages/python-xyz.scm (python-typeguard): Update to 4.4.1. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Use default 'check phase. [propagated-inputs]: Add python-typing-extensions. [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/patches/python-typeguard-python3.10.patch: Delete file. gnu/local.mk: Deregister patch. Change-Id: Ibabc0645b4a6192614d714036fcba1f337924305 | |||
2023-03-18 | gnu: python-typeguard: Python 3.10 compatibility. | Lars-Dominik Braun | |
* gnu/packages/patches/python-typeguard-python3.10.patch: New file. * gnu/local.mk: Register it. * gnu/packages/python-xyz.scm (python-typeguard): Use it. |