Loading pkgs/by-name/cm/cmph/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ stdenv.mkDerivation (finalAttrs: { gpl2 mpl11 ]; mainProgram = "cmph"; maintainers = with lib.maintainers; [ drupol ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; }; Loading pkgs/by-name/sw/swh/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,7 +4,10 @@ withSwhPythonPackages ? [ python3Packages.swh-auth python3Packages.swh-model python3Packages.swh-objstorage python3Packages.swh-scanner python3Packages.swh-scheduler python3Packages.swh-storage python3Packages.swh-web-client ], }: Loading pkgs/development/python-modules/cassandra-driver/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ twisted, setuptools, distutils, pythonAtLeast, }: buildPythonPackage rec { Loading Loading @@ -114,6 +115,8 @@ buildPythonPackage rec { }; meta = { # cassandra/io/libevwrapper.c:668:10: error: implicit declaration of function ‘PyEval_ThreadsInitialized’ [] broken = pythonAtLeast "3.13"; description = "Python client driver for Apache Cassandra"; homepage = "http://datastax.github.io/python-driver"; changelog = "https://github.com/datastax/python-driver/blob/${version}/CHANGELOG.rst"; Loading pkgs/development/python-modules/plotille/default.nix 0 → 100644 +66 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, fetchpatch, poetry-core, setuptools, mock, pendulum, pytestCheckHook, pytest-cov-stub, pytest-mock, }: buildPythonPackage rec { pname = "plotille"; version = "5.0.0"; pyproject = true; src = fetchFromGitHub { owner = "tammoippen"; repo = "plotille"; tag = "v${version}"; hash = "sha256-P2qwd935aaYgwLAKpTA2OAuohxVVzKwzYqjsuPSOSHs="; }; patches = [ # To remove when PR https://github.com/tammoippen/plotille/pull/63 has landed (fetchpatch { name = "add-build-information"; url = "https://github.com/tammoippen/plotille/commit/db744e1fa9c141290966476ddf22a5e7d9a00c0a.patch"; hash = "sha256-8vBVKrcH7R1d9ol3D7RLVtAzZbpMsB9rA1KHD7t3Ydc="; }) ]; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail poetry.masonry.api poetry.core.masonry.api \ --replace-fail "poetry>=" "poetry-core>=" ''; build-system = [ poetry-core setuptools ]; pythonImportsCheck = [ "plotille" ]; nativeCheckInputs = [ mock pendulum pytestCheckHook pytest-cov-stub pytest-mock ]; meta = { changelog = "https://github.com/tammoippen/plotille/releases/tag/v${version}"; description = "Plot in the terminal using braille dots"; homepage = "https://github.com/tammoippen/plotille"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ drupol ]; }; } pkgs/development/python-modules/pytest-shared-session-scope/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, filelock, pytest, typing-extensions, polars, pytest-xdist, pytestCheckHook, }: buildPythonPackage rec { pname = "pytest-shared-session-scope"; version = "0.4.0"; pyproject = true; src = fetchFromGitHub { owner = "StefanBRas"; repo = "pytest-shared-session-scope"; tag = "v${version}"; hash = "sha256-cG4RUwQwo7RyOQDCP54gGTLhnJtHTo5iQh8MjNRZ4HI="; }; build-system = [ hatchling ]; dependencies = [ filelock pytest typing-extensions ]; nativeCheckInputs = [ polars pytest-xdist pytestCheckHook ]; pythonImportsCheck = [ "pytest_shared_session_scope" ]; meta = { changelog = "https://github.com/StefanBRas/pytest-shared-session-scope/blob/v${version}/CHANGELOG.md"; description = "Pytest session-scoped fixture that works with xdist"; homepage = "https://pypi.org/project/pytest-shared-session-scope/"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ drupol ]; }; } Loading
pkgs/by-name/cm/cmph/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ stdenv.mkDerivation (finalAttrs: { gpl2 mpl11 ]; mainProgram = "cmph"; maintainers = with lib.maintainers; [ drupol ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; }; Loading
pkgs/by-name/sw/swh/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,7 +4,10 @@ withSwhPythonPackages ? [ python3Packages.swh-auth python3Packages.swh-model python3Packages.swh-objstorage python3Packages.swh-scanner python3Packages.swh-scheduler python3Packages.swh-storage python3Packages.swh-web-client ], }: Loading
pkgs/development/python-modules/cassandra-driver/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ twisted, setuptools, distutils, pythonAtLeast, }: buildPythonPackage rec { Loading Loading @@ -114,6 +115,8 @@ buildPythonPackage rec { }; meta = { # cassandra/io/libevwrapper.c:668:10: error: implicit declaration of function ‘PyEval_ThreadsInitialized’ [] broken = pythonAtLeast "3.13"; description = "Python client driver for Apache Cassandra"; homepage = "http://datastax.github.io/python-driver"; changelog = "https://github.com/datastax/python-driver/blob/${version}/CHANGELOG.rst"; Loading
pkgs/development/python-modules/plotille/default.nix 0 → 100644 +66 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, fetchpatch, poetry-core, setuptools, mock, pendulum, pytestCheckHook, pytest-cov-stub, pytest-mock, }: buildPythonPackage rec { pname = "plotille"; version = "5.0.0"; pyproject = true; src = fetchFromGitHub { owner = "tammoippen"; repo = "plotille"; tag = "v${version}"; hash = "sha256-P2qwd935aaYgwLAKpTA2OAuohxVVzKwzYqjsuPSOSHs="; }; patches = [ # To remove when PR https://github.com/tammoippen/plotille/pull/63 has landed (fetchpatch { name = "add-build-information"; url = "https://github.com/tammoippen/plotille/commit/db744e1fa9c141290966476ddf22a5e7d9a00c0a.patch"; hash = "sha256-8vBVKrcH7R1d9ol3D7RLVtAzZbpMsB9rA1KHD7t3Ydc="; }) ]; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail poetry.masonry.api poetry.core.masonry.api \ --replace-fail "poetry>=" "poetry-core>=" ''; build-system = [ poetry-core setuptools ]; pythonImportsCheck = [ "plotille" ]; nativeCheckInputs = [ mock pendulum pytestCheckHook pytest-cov-stub pytest-mock ]; meta = { changelog = "https://github.com/tammoippen/plotille/releases/tag/v${version}"; description = "Plot in the terminal using braille dots"; homepage = "https://github.com/tammoippen/plotille"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ drupol ]; }; }
pkgs/development/python-modules/pytest-shared-session-scope/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, filelock, pytest, typing-extensions, polars, pytest-xdist, pytestCheckHook, }: buildPythonPackage rec { pname = "pytest-shared-session-scope"; version = "0.4.0"; pyproject = true; src = fetchFromGitHub { owner = "StefanBRas"; repo = "pytest-shared-session-scope"; tag = "v${version}"; hash = "sha256-cG4RUwQwo7RyOQDCP54gGTLhnJtHTo5iQh8MjNRZ4HI="; }; build-system = [ hatchling ]; dependencies = [ filelock pytest typing-extensions ]; nativeCheckInputs = [ polars pytest-xdist pytestCheckHook ]; pythonImportsCheck = [ "pytest_shared_session_scope" ]; meta = { changelog = "https://github.com/StefanBRas/pytest-shared-session-scope/blob/v${version}/CHANGELOG.md"; description = "Pytest session-scoped fixture that works with xdist"; homepage = "https://pypi.org/project/pytest-shared-session-scope/"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ drupol ]; }; }