9 buildPythonPackage rec {
10 pname = "dj-email-url";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-Vf/jMp5I9U+Kdao27OCPNl4J1h+KIJdz7wmh1HYOaZo=";
22 ${python.interpreter} test_dj_email_url.py
25 # tests not included with pypi release
29 description = "Use an URL to configure email backend settings in your Django Application";
30 homepage = "https://github.com/migonzalvar/dj-email-url";
31 license = licenses.bsd0;