9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
20 hash = "sha256-q7WNVnkvK7MTleHEuClOFJ0Wv6EWu/3ztMi6TYdKgKU=";
23 # Requires libasan to be accessible
26 pythonImportsCheck = [
31 description = "Module to handle JSON/MessagePack";
32 homepage = "https://github.com/jcrist/msgspec";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ fab ];