8 django-contrib-comments,
24 buildPythonPackage rec {
27 format = "setuptools";
29 disabled = pythonOlder "3.7" || isPyPy;
34 hash = "sha256-R/PB4PFQpVp6jnCasyPszgC294SKjLzq2oMkR2qV86s=";
42 propagatedBuildInputs = [
47 django-contrib-comments
56 ] ++ bleach.optional-dependencies.css;
58 # Tests Fail Due to Syntax Warning, Fixed for v3.1.11+
61 # sed calls will be unnecessary in v3.1.11+
63 sed -i 's/==/>=/' setup.py
66 LC_ALL = "en_US.UTF-8";
69 description = "Content management platform built using the Django framework";
70 mainProgram = "mezzanine-project";
72 Mezzanine is a powerful, consistent, and flexible content
73 management platform. Built using the Django framework, Mezzanine
74 provides a simple yet highly extensible architecture that
75 encourages diving in and hacking on the code. Mezzanine is BSD
76 licensed and supported by a diverse and active community.
78 In some ways, Mezzanine resembles tools such as Wordpress that
79 provide an intuitive interface for managing pages, blog posts,
80 form data, store products, and other types of content. But
81 Mezzanine is also different. Unlike many other platforms that
82 make extensive use of modules or reusable applications,
83 Mezzanine provides most of its functionality by default. This
84 approach yields a more integrated and efficient platform.
86 homepage = "http://mezzanine.jupo.org/";
87 downloadPage = "https://github.com/stephenmcd/mezzanine/releases";
88 license = licenses.bsd2;
89 maintainers = with maintainers; [ prikhi ];
90 platforms = platforms.unix;