22 buildPythonPackage rec {
27 disabled = pythonOlder "3.7";
29 src = fetchFromGitHub {
31 repo = "Discovery-asf_search";
32 rev = "refs/tags/v${version}";
33 hash = "sha256-CD9Up4h23dplTt51zif+4ZdW0qczRUz2hCOwUOOlS24=";
36 pythonRelaxDeps = [ "tenacity" ];
38 build-system = [ setuptools-scm ];
40 nativeBuildInputs = [ pythonRelaxDepsHook ];
60 pythonImportsCheck = [ "asf_search" ];
63 description = "Python wrapper for the ASF SearchAPI";
64 homepage = "https://github.com/asfadmin/Discovery-asf_search";
65 changelog = "https://github.com/asfadmin/Discovery-asf_search/blob/${version}/CHANGELOG.md";
66 license = licenses.bsd3;
67 maintainers = with maintainers; [ bzizou ];