12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-l9pmamJbB/FAqB49S4vQAan9Wgj3qu1J2pboQO1Hg/Q=";
26 build-system = [ setuptools ];
34 # Project has no tests
37 pythonImportsCheck = [ "ondilo" ];
40 description = "Python package to access Ondilo ICO APIs";
41 homepage = "https://github.com/JeromeHXP/ondilo";
42 changelog = "https://github.com/JeromeHXP/ondilo/releases/tag/${version}";
43 license = with licenses; [ mit ];
44 maintainers = with maintainers; [ fab ];