12 buildPythonPackage rec {
13 pname = "django-cachalot";
15 format = "setuptools";
17 src = fetchFromGitHub {
19 repo = "django-cachalot";
21 hash = "sha256-bCiIZkh02+7xL6aSWE9by+4dFDsanr0iXuO9QKpLOjw=";
25 # Disable tests for unsupported caching and database types which would
26 # require additional running backends
27 ./disable-unsupported-tests.patch
30 propagatedBuildInputs = [
41 pythonImportsCheck = [ "cachalot" ];
45 ${python.interpreter} runtests.py
50 description = "No effort, no worry, maximum performance";
51 homepage = "https://github.com/noripyt/django-cachalot";
52 changelog = "https://github.com/noripyt/django-cachalot/blob/${src.rev}/CHANGELOG.rst";
53 license = licenses.bsd3;
54 maintainers = with maintainers; [ onny ];