8 buildPythonPackage rec {
10 pname = "grappelli-safe";
13 disabled = pythonOlder "3.6";
16 pname = "grappelli_safe";
18 hash = "sha256-7jSz4qNxFJix+No9naqKEjnv3yVaISGBdCtqWJD6wDk=";
25 # upstream has no tests
28 pythonImportsCheck = [
33 description = "A snapshot of django-grappelli for the Mezzanine CMS";
35 grappelli_safe was created to provide a snapshot of the
36 Grappelli admin skin for Django, to be referenced as a
37 dependency for the Mezzanine CMS for Django.
39 At the time of grappelli_safe's creation, Grappelli was
40 incorrectly packaged on PyPI, and had also dropped compatibility
41 with Django 1.1 - grappelli_safe was therefore created to
42 address these specific issues.
44 homepage = "https://github.com/stephenmcd/grappelli-safe";
45 downloadPage = "http://pypi.python.org/pypi/grappelli_safe/";
46 changelog = "https://github.com/stephenmcd/grappelli-safe/releases/tag/v${version}";
47 license = licenses.bsd3;
48 maintainers = with maintainers; [ prikhi ];