mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.importlib-resources: 6.4.5 -> 6.5.2
This commit is contained in:
parent
815c84119d
commit
9cc52fdcb7
1 changed files with 2 additions and 12 deletions
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
fetchpatch2,
|
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
|
|
||||||
# build-system
|
# build-system
|
||||||
|
@ -23,7 +22,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "importlib-resources";
|
pname = "importlib-resources";
|
||||||
version = "6.4.5";
|
version = "6.5.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
@ -31,18 +30,9 @@ buildPythonPackage rec {
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "importlib_resources";
|
pname = "importlib_resources";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-mAhiodFsnhR6WWA2d/oqpf2CuH8iO2y4cGlbz86DAGU=";
|
hash = "sha256-GF+Hre9bzCiESdmPtPugfOp4vANkVd1ExfxKL+eP7Sw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch2 {
|
|
||||||
# https://github.com/python/importlib_resources/issues/318
|
|
||||||
name = "python-3.13-compat.patch";
|
|
||||||
url = "https://github.com/python/importlib_resources/commit/8684c7a028b65381ec6c6724e2f9c9bea7df0aee.patch";
|
|
||||||
hash = "sha256-mb2V4rQPKyi5jMQ+yCf9fY3vHxB54BhvLzy2NNc0zNc=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
setuptools
|
setuptools
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue