Loading pkgs/development/python-modules/django-lasuite/default.nix 0 → 100644 +71 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, django, django-configurations, djangorestframework, joserfc, mozilla-django-oidc, pyjwt, requests, requests-toolbelt, factory-boy, pytest-django, responses, celery, pytestCheckHook, }: buildPythonPackage rec { pname = "django-lasuite"; version = "0.0.9"; pyproject = true; src = fetchFromGitHub { owner = "suitenumerique"; repo = "django-lasuite"; tag = "v${version}"; hash = "sha256-vUtWBR9uRc99jTe0Gg7k4EZZAkqHct5+GCOHp1mTIkA="; }; build-system = [ hatchling ]; dependencies = [ django django-configurations djangorestframework joserfc mozilla-django-oidc pyjwt requests requests-toolbelt ]; pythonRelaxDeps = true; nativeCheckInputs = [ celery pytestCheckHook pytest-django factory-boy responses ]; preCheck = '' export PYTHONPATH=tests:$PYTHONPATH export DJANGO_SETTINGS_MODULE=test_project.settings ''; pythonImportsCheck = [ "lasuite" ]; meta = { description = "The common library for La Suite Django projects and Proconnected Django projects"; homepage = "https://github.com/suitenumerique/django-lasuite"; changelog = "https://github.com/suitenumerique/django-lasuite/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ soyouzpanda ]; broken = lib.versionOlder django.version "5.2"; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -3781,6 +3781,8 @@ self: super: with self; { django-json-widget = callPackage ../development/python-modules/django-json-widget { }; django-lasuite = callPackage ../development/python-modules/django-lasuite { }; django-leaflet = callPackage ../development/python-modules/django-leaflet { }; django-libsass = callPackage ../development/python-modules/django-libsass { }; Loading Loading
pkgs/development/python-modules/django-lasuite/default.nix 0 → 100644 +71 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, django, django-configurations, djangorestframework, joserfc, mozilla-django-oidc, pyjwt, requests, requests-toolbelt, factory-boy, pytest-django, responses, celery, pytestCheckHook, }: buildPythonPackage rec { pname = "django-lasuite"; version = "0.0.9"; pyproject = true; src = fetchFromGitHub { owner = "suitenumerique"; repo = "django-lasuite"; tag = "v${version}"; hash = "sha256-vUtWBR9uRc99jTe0Gg7k4EZZAkqHct5+GCOHp1mTIkA="; }; build-system = [ hatchling ]; dependencies = [ django django-configurations djangorestframework joserfc mozilla-django-oidc pyjwt requests requests-toolbelt ]; pythonRelaxDeps = true; nativeCheckInputs = [ celery pytestCheckHook pytest-django factory-boy responses ]; preCheck = '' export PYTHONPATH=tests:$PYTHONPATH export DJANGO_SETTINGS_MODULE=test_project.settings ''; pythonImportsCheck = [ "lasuite" ]; meta = { description = "The common library for La Suite Django projects and Proconnected Django projects"; homepage = "https://github.com/suitenumerique/django-lasuite"; changelog = "https://github.com/suitenumerique/django-lasuite/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ soyouzpanda ]; broken = lib.versionOlder django.version "5.2"; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -3781,6 +3781,8 @@ self: super: with self; { django-json-widget = callPackage ../development/python-modules/django-json-widget { }; django-lasuite = callPackage ../development/python-modules/django-lasuite { }; django-leaflet = callPackage ../development/python-modules/django-leaflet { }; django-libsass = callPackage ../development/python-modules/django-libsass { }; Loading