Loading pkgs/development/python-modules/pyecharts/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ pillow, prettytable, pytestCheckHook, pythonOlder, requests, setuptools, simplejson, Loading @@ -19,8 +18,6 @@ buildPythonPackage rec { version = "2.0.9"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pyecharts"; repo = "pyecharts"; Loading Loading @@ -60,7 +57,7 @@ buildPythonPackage rec { meta = { description = "Python Echarts Plotting Library"; homepage = "https://github.com/pyecharts/pyecharts"; changelog = "https://github.com/pyecharts/pyecharts/releases/tag/v${version}"; changelog = "https://github.com/pyecharts/pyecharts/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/pyecharts/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ pillow, prettytable, pytestCheckHook, pythonOlder, requests, setuptools, simplejson, Loading @@ -19,8 +18,6 @@ buildPythonPackage rec { version = "2.0.9"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pyecharts"; repo = "pyecharts"; Loading Loading @@ -60,7 +57,7 @@ buildPythonPackage rec { meta = { description = "Python Echarts Plotting Library"; homepage = "https://github.com/pyecharts/pyecharts"; changelog = "https://github.com/pyecharts/pyecharts/releases/tag/v${version}"; changelog = "https://github.com/pyecharts/pyecharts/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading