9 buildPythonPackage rec {
10 pname = "dynalite-devices";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "python-dynalite-devices";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-kJo4e5vhgWzijLUhQd9VBVk1URpg9SXhOA60dJYashM=";
24 sed -i '/^addopts/d' setup.cfg
36 pythonImportsCheck = [
37 "dynalite_devices_lib"
41 description = "An unofficial Dynalite DyNET interface creating devices";
42 homepage = "https://github.com/ziv1234/python-dynalite-devices";
43 changelog = "https://github.com/ziv1234/python-dynalite-devices/releases/tag/v${version}";
44 license = licenses.mit;
45 maintainers = with maintainers; [ dotlambda ];