13 buildPythonPackage rec {
15 version = "2022.10.0";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 hash = "sha256-h/xcqb7G4uj4WNVE8is/s2LQ2NfzP1negh15G8B9YCs=";
27 propagatedBuildInputs = [
36 # Tests require a running Docker instance
39 pythonImportsCheck = [
44 description = "Filesystem interface to Azure-Datalake Gen1 and Gen2 Storage";
45 homepage = "https://github.com/fsspec/adlfs";
46 license = licenses.bsd3;
47 maintainers = with maintainers; [ fab ];