9 buildPythonPackage rec {
10 pname = "itanium-demangler";
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
18 repo = "python-itanium_demangler";
20 hash = "sha256-I6NUfckt2cocQt5dZSFadpshTCuA/6bVNauNXypWh+A=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pytestFlagsArray = [ "tests/test.py" ];
27 pythonImportsCheck = [ "itanium_demangler" ];
30 description = "Python parser for the Itanium C++ ABI symbol mangling language";
31 homepage = "https://github.com/whitequark/python-itanium_demangler";
32 license = licenses.bsd0;
33 maintainers = with maintainers; [