10 buildPythonPackage rec {
11 pname = "dynalite-devices";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "python-dynalite-devices";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-i88aIsRNsToSceQdwfspJg+Y5MO5zC4O6EkyhrYR27g=";
25 sed -i '/^addopts/d' setup.cfg
41 pythonImportsCheck = [
42 "dynalite_devices_lib"
45 # it would use the erroneous tag v0.47
46 passthru.skipBulkUpdate = true;
49 description = "An unofficial Dynalite DyNET interface creating devices";
50 homepage = "https://github.com/ziv1234/python-dynalite-devices";
51 changelog = "https://github.com/ziv1234/python-dynalite-devices/releases/tag/v${version}";
52 license = licenses.mit;
53 maintainers = with maintainers; [ dotlambda ];