7 buildPythonPackage rec {
10 pname = "django-cache-url";
12 src = fetchFromGitHub {
14 repo = "django-cache-url";
16 sha256 = "0fxma2w6zl3cfl6wnynmlmp8snks67ffz4jcq4qmdc65xv1l204l";
20 # disable coverage tests
21 sed -i '/--cov/d' setup.cfg
24 nativeCheckInputs = [ pytestCheckHook ];
27 homepage = "https://github.com/epicserve/django-cache-url";
28 description = "Use Cache URLs in your Django application";
29 license = licenses.mit;