8 buildPythonPackage rec {
11 format = "setuptools";
16 sha256 = "0yqr60hm700zph6nv8wb6yp2s0i08mahxvw98bvkmw5ijbsviiq7";
19 nativeCheckInputs = [ django ];
21 # django.core.exceptions.ImproperlyConfigured: Requested settings, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings
25 description = "Simple Python cache and memoizing module";
26 homepage = "https://github.com/mikeboers/PyMemoize";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ mmai ];