8 buildPythonPackage rec {
12 src = fetchFromGitHub {
13 owner = "ValvePython";
16 hash = "sha256-6ozglzZZNKDtADkHwxX2Zsnkh6BE8WbcRcC9HkTTgPU=";
19 nativeCheckInputs = [ mock pytestCheckHook ];
20 pythonImportsCheck = [ "vdf" ];
23 description = "Library for working with Valve's VDF text format";
24 homepage = "https://github.com/ValvePython/vdf";
25 license = licenses.mit;
26 maintainers = with maintainers; [ kira-bruneau ];