8 buildPythonPackage rec {
9 pname = "itanium-demangler";
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
17 repo = "python-itanium_demangler";
19 hash = "sha256-I6NUfckt2cocQt5dZSFadpshTCuA/6bVNauNXypWh+A=";
30 pythonImportsCheck = [
35 description = "Python parser for the Itanium C++ ABI symbol mangling language";
36 homepage = "https://github.com/whitequark/python-itanium_demangler";
37 license = licenses.bsd0;
38 maintainers = with maintainers; [ fab pamplemousse ];