Loading pkgs/development/python-modules/euporie/default.nix +53 −47 Original line number Diff line number Diff line Loading @@ -2,96 +2,100 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, # build-system hatchling, setuptools, # dependencies aenum, aiohttp, prompt-toolkit, pygments, nbformat, jupyter-client, typing-extensions, fastjsonschema, platformdirs, pyperclip, flatlatex, fsspec, imagesize, markdown-it-py, ipykernel, jupyter-client, jupytext, linkify-it-py, markdown-it-py, mdit-py-plugins, flatlatex, timg, nbformat, pillow, platformdirs, prompt-toolkit, pygments, pyperclip, python-code-minimap, sixelcrop, timg, typing-extensions, universal-pathlib, fsspec, jupytext, ipykernel, pytestCheckHook, # tests html2text, pytest-asyncio, pytest-cov-stub, pytestCheckHook, python-magic, html2text, writableTmpDirAsHomeHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "euporie"; version = "2.10.3"; version = "2.10.4"; pyproject = true; src = fetchFromGitHub { owner = "joouha"; repo = "euporie"; tag = "v${version}"; hash = "sha256-wXHhv5vK17XDGh+2GTaw7hoSi4tC9jGVoyrfw1yt6Zo="; tag = "v${finalAttrs.version}"; hash = "sha256-JzCVpI1O+KM+V4fLw+vwAsFbUK5SXZvAZWffzojU0u0="; }; build-system = [ setuptools hatchling setuptools ]; pythonRelaxDeps = [ "markdown-it-py" "mdit-py-plugins" "platformdirs" "universal-pathlib" ]; dependencies = [ aenum aiohttp prompt-toolkit pygments nbformat jupyter-client typing-extensions fastjsonschema platformdirs pyperclip flatlatex fsspec imagesize markdown-it-py ipykernel jupyter-client jupytext linkify-it-py markdown-it-py mdit-py-plugins flatlatex timg nbformat pillow platformdirs prompt-toolkit pygments pyperclip python-code-minimap sixelcrop timg typing-extensions universal-pathlib fsspec jupytext ipykernel ]; pythonRelaxDeps = [ "aenum" "linkify-it-py" "markdown-it-py" "mdit-py-plugins" "platformdirs" ]; doCheck = true; nativeCheckInputs = [ pytestCheckHook html2text pytest-asyncio pytest-cov-stub pytestCheckHook python-magic html2text writableTmpDirAsHomeHook ]; Loading @@ -106,6 +110,8 @@ buildPythonPackage rec { ``` ''; homepage = "https://euporie.readthedocs.io/"; downloadPage = "https://github.com/joouha/euporie"; changelog = "https://github.com/joouha/euporie/blob/${finalAttrs.src.tag}/CHANGELOG.rst"; license = lib.licenses.mit; mainProgram = "euporie"; maintainers = with lib.maintainers; [ Loading @@ -113,4 +119,4 @@ buildPythonPackage rec { renesat ]; }; } }) Loading
pkgs/development/python-modules/euporie/default.nix +53 −47 Original line number Diff line number Diff line Loading @@ -2,96 +2,100 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, # build-system hatchling, setuptools, # dependencies aenum, aiohttp, prompt-toolkit, pygments, nbformat, jupyter-client, typing-extensions, fastjsonschema, platformdirs, pyperclip, flatlatex, fsspec, imagesize, markdown-it-py, ipykernel, jupyter-client, jupytext, linkify-it-py, markdown-it-py, mdit-py-plugins, flatlatex, timg, nbformat, pillow, platformdirs, prompt-toolkit, pygments, pyperclip, python-code-minimap, sixelcrop, timg, typing-extensions, universal-pathlib, fsspec, jupytext, ipykernel, pytestCheckHook, # tests html2text, pytest-asyncio, pytest-cov-stub, pytestCheckHook, python-magic, html2text, writableTmpDirAsHomeHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "euporie"; version = "2.10.3"; version = "2.10.4"; pyproject = true; src = fetchFromGitHub { owner = "joouha"; repo = "euporie"; tag = "v${version}"; hash = "sha256-wXHhv5vK17XDGh+2GTaw7hoSi4tC9jGVoyrfw1yt6Zo="; tag = "v${finalAttrs.version}"; hash = "sha256-JzCVpI1O+KM+V4fLw+vwAsFbUK5SXZvAZWffzojU0u0="; }; build-system = [ setuptools hatchling setuptools ]; pythonRelaxDeps = [ "markdown-it-py" "mdit-py-plugins" "platformdirs" "universal-pathlib" ]; dependencies = [ aenum aiohttp prompt-toolkit pygments nbformat jupyter-client typing-extensions fastjsonschema platformdirs pyperclip flatlatex fsspec imagesize markdown-it-py ipykernel jupyter-client jupytext linkify-it-py markdown-it-py mdit-py-plugins flatlatex timg nbformat pillow platformdirs prompt-toolkit pygments pyperclip python-code-minimap sixelcrop timg typing-extensions universal-pathlib fsspec jupytext ipykernel ]; pythonRelaxDeps = [ "aenum" "linkify-it-py" "markdown-it-py" "mdit-py-plugins" "platformdirs" ]; doCheck = true; nativeCheckInputs = [ pytestCheckHook html2text pytest-asyncio pytest-cov-stub pytestCheckHook python-magic html2text writableTmpDirAsHomeHook ]; Loading @@ -106,6 +110,8 @@ buildPythonPackage rec { ``` ''; homepage = "https://euporie.readthedocs.io/"; downloadPage = "https://github.com/joouha/euporie"; changelog = "https://github.com/joouha/euporie/blob/${finalAttrs.src.tag}/CHANGELOG.rst"; license = lib.licenses.mit; mainProgram = "euporie"; maintainers = with lib.maintainers; [ Loading @@ -113,4 +119,4 @@ buildPythonPackage rec { renesat ]; }; } })