7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.8";
15 inherit pname version;
16 hash = "sha256-AgDBsPoi0aQ6uglc7Zl4gxVmeyDCysoef5vZpxgwE/Q=";
19 # Tests are not shipped
22 pythonImportsCheck = [
27 description = "OOCSI library for Python";
28 homepage = "https://github.com/iddi/oocsi-python";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];