8 buildPythonPackage rec {
9 pname = "adafruit-platformdetect";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 pname = "Adafruit-PlatformDetect";
18 hash = "sha256-Fj+LUTovZm6t0YRCa8QtoTBal+PefCvTIl9OeBoac6U=";
25 # Project has not published tests yet
28 pythonImportsCheck = [
29 "adafruit_platformdetect"
33 description = "Platform detection for use by Adafruit libraries";
34 homepage = "https://github.com/adafruit/Adafruit_Python_PlatformDetect";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];