9 buildPythonPackage rec {
10 pname = "proton-vpn-killswitch";
14 src = fetchFromGitHub {
16 repo = "python-proton-vpn-killswitch";
18 hash = "sha256-XZqjAhxgIiATJd3JcW2WWUMC1b6+cfZRhXlIPyMUFH8=";
25 propagatedBuildInputs = [
30 substituteInPlace setup.cfg \
31 --replace "--cov=proton --cov-report=html --cov-report=term" ""
34 pythonImportsCheck = [ "proton.vpn.killswitch.interface" ];
41 description = "Defines the ProtonVPN kill switch interface";
42 homepage = "https://github.com/ProtonVPN/python-proton-vpn-killswitch";
43 license = licenses.gpl3Only;
44 maintainers = with maintainers; [ wolfangaukang ];