21 buildPythonPackage rec {
26 disabled = pythonOlder "3.8";
28 src = fetchFromGitHub {
30 repo = "Discovery-asf_search";
31 rev = "refs/tags/v${version}";
32 hash = "sha256-mOhY64Csxdc/DYS1OlbstxYEodtpXTVyPwd4B1jrDK8=";
35 pythonRelaxDeps = [ "tenacity" ];
37 build-system = [ setuptools-scm ];
57 pythonImportsCheck = [ "asf_search" ];
60 description = "Python wrapper for the ASF SearchAPI";
61 homepage = "https://github.com/asfadmin/Discovery-asf_search";
62 changelog = "https://github.com/asfadmin/Discovery-asf_search/blob/v${version}/CHANGELOG.md";
63 license = licenses.bsd3;
64 maintainers = with maintainers; [ bzizou ];