Skip to content

Commit

Permalink
python3Packages.xdis: remove backport patches after update to 6.1.3 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Feb 8, 2025
2 parents 9d23d74 + 7f17209 commit da89344
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pkgs/development/python-modules/xdis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,6 @@ buildPythonPackage rec {
hash = "sha256-fdLZg3MFMS9EIPC5EPE8DAT6K5a6l780msCfzTiZwoo=";
};

# Backport magics for newer newer python versions
patches = [
(fetchpatch {
url = "https://github.com/rocky/python-xdis/commit/fcba74a7f64c5e2879ca0779ff10f38f9229e7da.patch";
hash = "sha256-D7eJ97g4G6pmYL/guq0Ndf8yKTVBD2gAuUCAKwvlYbE=";
})
(fetchpatch {
url = "https://github.com/rocky/python-xdis/commit/b66976ff53a2c6e17a73fb7652ddd6c8054df8db.patch";
hash = "sha256-KO1y0nDTPmEZ+0/3Pjh+CvTdpr/p4AYZ8XdH5J+XzXo=";
})
(fetchpatch {
url = "https://github.com/rocky/python-xdis/commit/a9f50c0ba77cdbf4693388404c13a02796a4221a.patch";
hash = "sha256-gwMagKBY7d/+ohESTSl6M2IEjzABxfrddpdr58VJAk8=";
})
(fetchpatch {
url = "https://github.com/rocky/python-xdis/commit/d9e15acae76a413667912a10fbf8259711ed9c65.patch";
hash = "sha256-hpmKg+K1RiLSnmUIS8KtZRVBfvTO9bWbpsNhBFUM38o=";
})
(fetchpatch {
url = "https://github.com/rocky/python-xdis/commit/b412c878d0bc1b516bd01612d46d8830c36a14ad.patch";
hash = "sha256-W1JuIXYLO6iyjWiSnzCoXzFsedZjesq31gEPgrtjxas=";
})
];

build-system = [
setuptools
];
Expand Down

0 comments on commit da89344

Please sign in to comment.