···17071707 mktplcRef = {17081708 name = "vscode-jest-runner";17091709 publisher = "firsttris";17101710- version = "0.4.82";17111711- hash = "sha256-8sKMxatSaibMESktDJdQ84jINsE05ZVSjLMGjHFw7VI=";17101710+ version = "0.4.84";17111711+ hash = "sha256-x4CaSa/CRZgs7vGthFcn8UXYrbQhQXkULPBbGnj3zpw=";17121712 };17131713 meta = {17141714 description = "Simple way to run or debug a single (or multiple) tests from context-menu";
···3636 readline3737 ];38383939+ cmakeFlags = [4040+ # See https://github.com/NixOS/nixpkgs/issues/4454474141+ "-DCMAKE_POLICY_VERSION_MINIMUM=3.10"4242+ ];4343+3944 meta = {4045 description = "API that provides a C++ object representation of a COLLADA XML instance document";4146 longDescription = "This is a fork of [rdiankov/collada-dom](https://github.com/rdiankov/collada-dom) which has been unmaintained for six years.";
···9595 checkFlags = [9696 "--skip=handler::http::router::tests::test_get_proxy_routes"9797 "--skip=tests::e2e_test"9898+ # test_export_operator unit test panics when run on the 0.14.7 release9999+ # see this issue for more details : https://github.com/NixOS/nixpkgs/issues/447106100100+ "--skip=tests::test_export_operator"98101 "--skip=service::organization::tests::test_organization"99102 ];100103
···11-{22- lib,33- buildPythonPackage,44- fetchFromGitHub,55- eth-abi,66- py-ecc,77- pycryptodome,88- python,99- rlp,1010-}:1111-1212-buildPythonPackage rec {1313- pname = "py-eth-sig-utils";1414- version = "0.4.0";1515- format = "setuptools";1616-1717- src = fetchFromGitHub {1818- owner = "rmeissner";1919- repo = "py-eth-sig-utils";2020- rev = "v${version}";2121- hash = "sha256-PNvEHH5w2ptntRGzqWrqlbIzJJsT60OXg/Dh5f6Wq9k=";2222- };2323-2424- propagatedBuildInputs = [2525- eth-abi2626- py-ecc2727- pycryptodome2828- rlp2929- ];3030-3131- # lots of: isinstance() arg 2 must be a type or tuple of types3232- doCheck = false;3333-3434- checkPhase = ''3535- ${python.interpreter} -m unittest3636- '';3737-3838- pythonImportsCheck = [ "py_eth_sig_utils" ];3939-4040- meta = with lib; {4141- description = "Collection of functions to generate hashes for signing on Ethereum";4242- homepage = "https://github.com/rmeissner/py-eth-sig-utils";4343- license = licenses.mit;4444- maintainers = [ ];4545- # TODO: upstream is stale and doesn't not work with the new `eth-abi` package any more.4646- broken = true;4747- };4848-}
+1
pkgs/top-level/python-aliases.nix
···562562 pwndbg = throw "'pwndbg' has been removed due to dependency version incompatibilities that are infeasible to maintain in nixpkgs. Use the downstream flake that pwndbg provides instead: https://github.com/pwndbg/pwndbg"; # Added 2025-02-09563563 pxml = throw "pxml was removed, because it was disabled on all python version since 3.8 and last updated in 2020."; # added 2024-05-13564564 py3to2 = throw "py3to2 is unmaintained and source is no longer available"; # added 2024-10-23565565+ py-eth-sig-utils = throw "py-eth-sig-utils has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-04565566 pypcap = throw "pypcap has been removed because it is broken and unmaintained upstream."; # added 2025-06-18566567 pytedee-async = aiotedee; # added 2025-07-06567568 pytricia = throw "pytricia has been removed, since it is unmaintained"; # added 2025-05-25