8 buildPythonPackage rec {
10 format = "setuptools";
11 pname = "django-cache-url";
13 src = fetchFromGitHub {
15 repo = "django-cache-url";
17 sha256 = "0fxma2w6zl3cfl6wnynmlmp8snks67ffz4jcq4qmdc65xv1l204l";
21 # disable coverage tests
22 sed -i '/--cov/d' setup.cfg
25 nativeCheckInputs = [ pytestCheckHook ];
28 homepage = "https://github.com/epicserve/django-cache-url";
29 description = "Use Cache URLs in your Django application";
30 license = licenses.mit;