9 buildPythonPackage rec {
10 pname = "adafruit-platformdetect";
14 disabled = pythonOlder "3.7";
17 pname = "adafruit_platformdetect";
19 hash = "sha256-5Awvnzw0tgZhRXVshTOuzerdORJ+5QCH3PDB7pbjCB0=";
22 build-system = [ setuptools-scm ];
24 # Project has not published tests yet
27 pythonImportsCheck = [ "adafruit_platformdetect" ];
30 description = "Platform detection for use by Adafruit libraries";
31 homepage = "https://github.com/adafruit/Adafruit_Python_PlatformDetect";
32 changelog = "https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/${version}";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];