9 buildPythonPackage rec {
11 pname = "grappelli-safe";
14 disabled = pythonOlder "3.6";
17 pname = "grappelli_safe";
19 hash = "sha256-7jSz4qNxFJix+No9naqKEjnv3yVaISGBdCtqWJD6wDk=";
22 nativeBuildInputs = [ setuptools ];
24 # upstream has no tests
27 pythonImportsCheck = [ "grappelli_safe" ];
30 description = "Snapshot of django-grappelli for the Mezzanine CMS";
32 grappelli_safe was created to provide a snapshot of the
33 Grappelli admin skin for Django, to be referenced as a
34 dependency for the Mezzanine CMS for Django.
36 At the time of grappelli_safe's creation, Grappelli was
37 incorrectly packaged on PyPI, and had also dropped compatibility
38 with Django 1.1 - grappelli_safe was therefore created to
39 address these specific issues.
41 homepage = "https://github.com/stephenmcd/grappelli-safe";
42 downloadPage = "http://pypi.python.org/pypi/grappelli_safe/";
43 changelog = "https://github.com/stephenmcd/grappelli-safe/releases/tag/v${version}";
44 license = licenses.bsd3;
45 maintainers = with maintainers; [ prikhi ];