7 buildPythonPackage rec {
9 pname = "dj-email-url";
12 inherit pname version;
13 sha256 = "838fd4ded9deba53ae757debef431e25fa7fca31d3948b3c4808ccdc84fab2b7";
17 ${python.interpreter} test_dj_email_url.py
20 # tests not included with pypi release
24 homepage = "https://github.com/migonzalvar/dj-email-url";
25 description = "Use an URL to configure email backend settings in your Django Application";
26 license = licenses.bsd0;
27 maintainers = [ maintainers.costrouc ];