13 buildPythonPackage rec {
14 pname = "vilfo-api-client";
16 format = "setuptools";
18 src = fetchFromGitHub {
20 repo = "vilfo-api-client-python";
22 hash = "sha256-ZlmriBd+M+54ux/UNYa355mkz808/NxSz7IzmWouA0c=";
26 substituteInPlace setup.cfg \
27 --replace "get-mac" "getmac"
30 nativeBuildInputs = [ setuptools-scm ];
32 propagatedBuildInputs = [
43 pythonImportsCheck = [ "vilfo" ];
46 description = "Simple wrapper client for the Vilfo router API";
47 homepage = "https://github.com/ManneW/vilfo-api-client-python";
48 license = licenses.mit;
49 maintainers = with maintainers; [ dotlambda ];