8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
17 repo = "python-wiffi";
18 rev = "refs/tags/${version}";
19 hash = "sha256-pnbzJxq8K947Yg54LysPPho6IRKf0cc+szTETgyzFao=";
22 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [
34 description = "Python module to interface with STALL WIFFI devices";
35 homepage = "https://github.com/mampfes/python-wiffi";
36 changelog = "https://github.com/mampfes/python-wiffi/blob/${version}/HISTORY.md";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];