9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "Danielhiversen";
19 rev = "refs/tags/${version}";
20 hash = "sha256-wmcZtiML02i1XfqpFzni2WDrxutTvP5laVvTAGtNg0Y=";
23 propagatedBuildInputs = [
28 # Project has no tests
31 pythonImportsCheck = [
36 description = "Python module to communicate with Adax";
37 homepage = "https://github.com/Danielhiversen/pyAdax";
38 changelog = "https://github.com/Danielhiversen/pyAdax/releases/tag/${version}";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];