12 buildPythonPackage rec {
13 pname = "django-rosetta";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "django-rosetta";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-b+iCUA3i3Ej6S5XcGQhBIEIJFx6vOL2sq3xkkA9wqek=";
26 build-system = [ setuptools ];
34 # require internet connection
37 pythonImportsCheck = [ "rosetta" ];
40 description = "Rosetta is a Django application that facilitates the translation process of your Django projects";
41 homepage = "https://github.com/mbi/django-rosetta";
42 changelog = "https://github.com/mbi/django-rosetta/releases/tag/v${version}";
43 license = licenses.mit;
44 maintainers = with maintainers; [ derdennisop ];