9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-DQdmZ51jAG+JZkZal17+NIaQ+0lrMS7tqMSZj47tNWw=";
22 sed -i "/extras_require/d" setup.py
25 build-system = [ setuptools ];
27 # Tests are not shipped and source is not tagged
28 # https://github.com/elden1337/peaqev-core/issues/4
31 pythonImportsCheck = [ "peaqevcore" ];
34 description = "Library for interacting with Peaqev car charging";
35 homepage = "https://github.com/elden1337/peaqev-core";
36 changelog = "https://github.com/elden1337/peaqev-core/releases/tag/${version}";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];