Loading pkgs/development/python-modules/django-hijack-admin/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { stdenv, buildPythonPackage, fetchFromGitHub, python, django_hijack, django_nose }: buildPythonPackage rec { pname = "django-hijack-admin"; version = "2.1.5"; name = "${pname}-${version}"; # the pypi packages don't include everything required for the tests src = fetchFromGitHub { owner = "arteria"; repo = "django-hijack-admin"; rev = "v${version}"; sha256 = "02j75blvkjiz5mv5wc4jxl27rgmjsrl6l67a3p8342jwazzsm6jg"; }; checkInputs = [ django_nose ]; propagatedBuildInputs = [ django_hijack ]; checkPhase = '' runHook preCheck ${python.interpreter} runtests.py hijack_admin runHook postCheck ''; meta = with stdenv.lib; { description = "Admin integration for django-hijack"; homepage = https://github.com/arteria/django-hijack; license = licenses.mit; maintainers = with maintainers; [ lsix ]; }; } pkgs/development/python-modules/django-hijack/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ }: buildPythonPackage rec { pname = "django-hijack"; version = "2.1.4"; version = "2.1.5"; name = pname + "-" + version; # the pypi packages don't include everything required for the tests Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { owner = "arteria"; repo = "django-hijack"; rev = "v${version}"; sha256 = "1wbm6l8mzpkj4wsj4fyfamzpzi3day2v1cva5j89v4dn4403jq21"; sha256 = "1paiyxhc034336xcd9yzf3azpsapsv26j7w2baxiby71z2hhg0sj"; }; checkInputs = [ django_nose ]; Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7615,6 +7615,8 @@ in { # See the Nixpkgs manual for examples on how to override the package set. django_hijack = callPackage ../development/python-modules/django-hijack { }; django_hijack_admin = callPackage ../development/python-modules/django-hijack-admin { }; django_nose = buildPythonPackage rec { name = "django-nose-${version}"; version = "1.4.4"; Loading Loading
pkgs/development/python-modules/django-hijack-admin/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { stdenv, buildPythonPackage, fetchFromGitHub, python, django_hijack, django_nose }: buildPythonPackage rec { pname = "django-hijack-admin"; version = "2.1.5"; name = "${pname}-${version}"; # the pypi packages don't include everything required for the tests src = fetchFromGitHub { owner = "arteria"; repo = "django-hijack-admin"; rev = "v${version}"; sha256 = "02j75blvkjiz5mv5wc4jxl27rgmjsrl6l67a3p8342jwazzsm6jg"; }; checkInputs = [ django_nose ]; propagatedBuildInputs = [ django_hijack ]; checkPhase = '' runHook preCheck ${python.interpreter} runtests.py hijack_admin runHook postCheck ''; meta = with stdenv.lib; { description = "Admin integration for django-hijack"; homepage = https://github.com/arteria/django-hijack; license = licenses.mit; maintainers = with maintainers; [ lsix ]; }; }
pkgs/development/python-modules/django-hijack/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ }: buildPythonPackage rec { pname = "django-hijack"; version = "2.1.4"; version = "2.1.5"; name = pname + "-" + version; # the pypi packages don't include everything required for the tests Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { owner = "arteria"; repo = "django-hijack"; rev = "v${version}"; sha256 = "1wbm6l8mzpkj4wsj4fyfamzpzi3day2v1cva5j89v4dn4403jq21"; sha256 = "1paiyxhc034336xcd9yzf3azpsapsv26j7w2baxiby71z2hhg0sj"; }; checkInputs = [ django_nose ]; Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7615,6 +7615,8 @@ in { # See the Nixpkgs manual for examples on how to override the package set. django_hijack = callPackage ../development/python-modules/django-hijack { }; django_hijack_admin = callPackage ../development/python-modules/django-hijack-admin { }; django_nose = buildPythonPackage rec { name = "django-nose-${version}"; version = "1.4.4"; Loading