8 buildPythonPackage rec {
9 pname = "adafruit-platformdetect";
13 disabled = pythonOlder "3.7";
16 pname = "Adafruit-PlatformDetect";
18 hash = "sha256-L2CbqWqyOo4mq+KsO8FYAyHClRKFXMLWWtfYEg0SD34=";
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 changelog = "https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/${version}";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ fab ];