7 buildPythonPackage rec {
8 pname = "adafruit-platformdetect";
12 pname = "Adafruit-PlatformDetect";
14 sha256 = "sha256-QJeb9+iiS4QZ7poOBp5oKD5KuagkG6cfTalbNRwrI1M=";
17 nativeBuildInputs = [ setuptools-scm ];
19 # Project has not published tests yet
21 pythonImportsCheck = [ "adafruit_platformdetect" ];
24 description = "Platform detection for use by Adafruit libraries";
25 homepage = "https://github.com/adafruit/Adafruit_Python_PlatformDetect";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ fab ];