11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "christopher-hesse";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-VBh1JMP+8FEqD0uXpxA5RRMFH9XIUb4FUgsPq3vZWHM=";
25 propagatedBuildInputs = [
32 # Tests require a running Docker instance
35 pythonImportsCheck = [
40 description = "Read Google Cloud Storage, Azure Blobs, and local paths with the same interface";
41 homepage = "https://github.com/christopher-hesse/blobfile";
42 changelog = "https://github.com/christopher-hesse/blobfile/blob/v${version}/CHANGES.md";
43 license = licenses.unlicense;
44 maintainers = with maintainers; [ happysalada ];