8 buildPythonPackage rec {
9 pname = "python-juicenet";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
17 repo = "python-juicenet";
19 hash = "sha256-5RKnVwOfEHzFZCiC8OUpS8exKrENK+I3Ok45HlKEvtU=";
22 propagatedBuildInputs = [
26 # no tests implemented
29 pythonImportsCheck = [
34 description = "Read and control Juicenet/Juicepoint/Juicebox based EVSE devices";
35 homepage = "https://github.com/jesserockz/python-juicenet";
36 license = licenses.mit;
37 maintainers = with maintainers; [ dotlambda ];