8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "ValvePython";
17 hash = "sha256-SPkPb8kveAR2cN9kd2plS+TjmBYBCfa6pJ0c22l69M0=";
20 nativeCheckInputs = [ pytestCheckHook ];
23 description = "Library for working with Valve Pak files";
25 homepage = "https://github.com/ValvePython/vpk";
26 license = licenses.mit;
27 maintainers = with maintainers; [ joshuafern ];