7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-+DihyuSzqFoQvDnlYUyvdyjravxMcU8PgYEq2FY2o9g=";
20 substituteInPlace setup.py \
24 # Tests are not shipped and source is not tagged
25 # https://github.com/elden1337/peaqev-core/issues/4
28 pythonImportsCheck = [
33 description = "Library for interacting with Peaqev car charging";
34 homepage = "https://github.com/elden1337/peaqev-core";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];