Loading pkgs/development/python-modules/django-redis/default.nix +6 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , pythonAtLeast , pythonOlder , buildPythonPackage Loading Loading @@ -66,6 +67,11 @@ buildPythonPackage { pytestCheckHook ]; pytestFlagsArray = lib.optionals (pythonAtLeast "3.11") [ # DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 "-W" "ignore::DeprecationWarning" ]; disabledTests = [ # ModuleNotFoundError: No module named 'test_cache_options' "test_custom_key_function" Loading pkgs/development/python-modules/opencontainers/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pytestCheckHook , requests }: buildPythonPackage rec { pname = "opencontainers"; version = "0.0.14"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-/eO4CZtWtclWQV34kz4iJ+GRToBaJ3uETy+eUjQXOPI="; }; postPatch = '' sed -i "/pytest-runner/d" setup.py ''; passthru.optional-dependencies.reggie = [ requests ]; pythonImportsCheck = [ "opencontainers" ]; nativeCheckInputs = [ pytestCheckHook ] ++ passthru.optional-dependencies.reggie; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Python module for oci specifications"; homepage = "https://github.com/vsoch/oci-python"; license = licenses.mpl20; maintainers = with maintainers; [ hexa ]; }; } pkgs/development/python-modules/sentry-sdk/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ buildPythonPackage rec { pname = "sentry-sdk"; version = "1.18.0"; version = "1.20.0"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -49,7 +49,7 @@ buildPythonPackage rec { owner = "getsentry"; repo = "sentry-python"; rev = "refs/tags/${version}"; hash = "sha256-4HOJ6ouUU6RqtxYOsnoojT4aQ/h8YzcLHTO8lFZecZw="; hash = "sha256-fAlEh3S95Dyw1xHK2XaqbA6xUsASXbhzELGZTH/G+kg="; }; propagatedBuildInputs = [ Loading pkgs/development/python-modules/unittest-xml-reporting/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , fetchFromGitHub , buildPythonPackage , lxml , pythonAtLeast , pythonOlder , pytestCheckHook }: Loading @@ -26,6 +27,12 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = lib.optionals (pythonAtLeast "3.11") [ # AttributeError: 'tuple' object has no attribute 'shortDescription' "--deselect=tests/testsuite.py::XMLTestRunnerTestCase::test_basic_unittest_constructs" "--deselect=tests/testsuite.py::XMLTestRunnerTestCase::test_unexpected_success" ]; pythonImportsCheck = [ "xmlrunner" ]; meta = with lib; { Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6853,6 +6853,8 @@ self: super: with self; { opencensus-context = callPackage ../development/python-modules/opencensus-context { }; opencontainers = callPackage ../development/python-modules/opencontainers { }; opencv3 = toPythonModule (pkgs.opencv3.override { enablePython = true; pythonPackages = self; Loading Loading
pkgs/development/python-modules/django-redis/default.nix +6 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , pythonAtLeast , pythonOlder , buildPythonPackage Loading Loading @@ -66,6 +67,11 @@ buildPythonPackage { pytestCheckHook ]; pytestFlagsArray = lib.optionals (pythonAtLeast "3.11") [ # DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 "-W" "ignore::DeprecationWarning" ]; disabledTests = [ # ModuleNotFoundError: No module named 'test_cache_options' "test_custom_key_function" Loading
pkgs/development/python-modules/opencontainers/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pytestCheckHook , requests }: buildPythonPackage rec { pname = "opencontainers"; version = "0.0.14"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-/eO4CZtWtclWQV34kz4iJ+GRToBaJ3uETy+eUjQXOPI="; }; postPatch = '' sed -i "/pytest-runner/d" setup.py ''; passthru.optional-dependencies.reggie = [ requests ]; pythonImportsCheck = [ "opencontainers" ]; nativeCheckInputs = [ pytestCheckHook ] ++ passthru.optional-dependencies.reggie; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Python module for oci specifications"; homepage = "https://github.com/vsoch/oci-python"; license = licenses.mpl20; maintainers = with maintainers; [ hexa ]; }; }
pkgs/development/python-modules/sentry-sdk/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ buildPythonPackage rec { pname = "sentry-sdk"; version = "1.18.0"; version = "1.20.0"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -49,7 +49,7 @@ buildPythonPackage rec { owner = "getsentry"; repo = "sentry-python"; rev = "refs/tags/${version}"; hash = "sha256-4HOJ6ouUU6RqtxYOsnoojT4aQ/h8YzcLHTO8lFZecZw="; hash = "sha256-fAlEh3S95Dyw1xHK2XaqbA6xUsASXbhzELGZTH/G+kg="; }; propagatedBuildInputs = [ Loading
pkgs/development/python-modules/unittest-xml-reporting/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , fetchFromGitHub , buildPythonPackage , lxml , pythonAtLeast , pythonOlder , pytestCheckHook }: Loading @@ -26,6 +27,12 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = lib.optionals (pythonAtLeast "3.11") [ # AttributeError: 'tuple' object has no attribute 'shortDescription' "--deselect=tests/testsuite.py::XMLTestRunnerTestCase::test_basic_unittest_constructs" "--deselect=tests/testsuite.py::XMLTestRunnerTestCase::test_unexpected_success" ]; pythonImportsCheck = [ "xmlrunner" ]; meta = with lib; { Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6853,6 +6853,8 @@ self: super: with self; { opencensus-context = callPackage ../development/python-modules/opencensus-context { }; opencontainers = callPackage ../development/python-modules/opencontainers { }; opencv3 = toPythonModule (pkgs.opencv3.override { enablePython = true; pythonPackages = self; Loading