Loading pkgs/development/python-modules/stdlib-list/default.nix +5 −7 Original line number Diff line number Diff line Loading @@ -2,23 +2,21 @@ lib, buildPythonPackage, fetchPypi, # build-system flit-core, }: buildPythonPackage rec { pname = "stdlib-list"; version = "0.11.1"; format = "pyproject"; version = "0.12.0"; pyproject = true; src = fetchPypi { pname = "stdlib_list"; inherit version; hash = "sha256-levR1z2pMzu6A8zAl/W6wF46oD5oIqDAKQ+H4QR/GFc="; hash = "sha256-UXgk8n7onlkdiufB3Z/zT2curlDuiG6jG7iBbXdTVnU="; }; nativeBuildInputs = [ flit-core ]; build-system = [ flit-core ]; pythonImportsCheck = [ "stdlib_list" ]; Loading @@ -26,9 +24,9 @@ buildPythonPackage rec { doCheck = false; meta = with lib; { changelog = "https://github.com/pypi/stdlib-list/releases/tag/v${version}"; description = "List of Python Standard Libraries"; homepage = "https://github.com/jackmaney/python-stdlib-list"; changelog = "https://github.com/pypi/stdlib-list/releases/tag/v${version}"; license = licenses.mit; maintainers = [ ]; }; Loading Loading
pkgs/development/python-modules/stdlib-list/default.nix +5 −7 Original line number Diff line number Diff line Loading @@ -2,23 +2,21 @@ lib, buildPythonPackage, fetchPypi, # build-system flit-core, }: buildPythonPackage rec { pname = "stdlib-list"; version = "0.11.1"; format = "pyproject"; version = "0.12.0"; pyproject = true; src = fetchPypi { pname = "stdlib_list"; inherit version; hash = "sha256-levR1z2pMzu6A8zAl/W6wF46oD5oIqDAKQ+H4QR/GFc="; hash = "sha256-UXgk8n7onlkdiufB3Z/zT2curlDuiG6jG7iBbXdTVnU="; }; nativeBuildInputs = [ flit-core ]; build-system = [ flit-core ]; pythonImportsCheck = [ "stdlib_list" ]; Loading @@ -26,9 +24,9 @@ buildPythonPackage rec { doCheck = false; meta = with lib; { changelog = "https://github.com/pypi/stdlib-list/releases/tag/v${version}"; description = "List of Python Standard Libraries"; homepage = "https://github.com/jackmaney/python-stdlib-list"; changelog = "https://github.com/pypi/stdlib-list/releases/tag/v${version}"; license = licenses.mit; maintainers = [ ]; }; Loading