7 buildPythonPackage rec {
11 src = fetchFromGitHub {
13 repo = "EmptyFiles.Python";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-P/woyAN9cYdxryX1iM36C53c9dL6lo4eoTzBWT2cd3A=";
18 propagatedBuildInputs = [
22 # cyclic dependency with approvaltests
25 pythonImportsCheck = [ "empty_files" ];
28 description = "Null Object pattern for files";
29 homepage = "https://github.com/approvals/EmptyFiles.Python";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ jonringer ];