python313Packages.traits: 6.4.3 -> 7.0.2 (#380527)

This commit is contained in:
Gaétan Lepage 2025-02-11 07:49:16 +01:00 committed by GitHub
commit 26f7459546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,24 +9,16 @@
buildPythonPackage rec {
pname = "traits";
version = "6.4.3";
version = "7.0.2";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-qbv9ngwIt94H6G72TmnLlqKcIQWkO/gyzYsWL6HiL0Q=";
hash = "sha256-pWNRWAnLORGXXeWlQgmFXwtv23ymkSpegd4mUp9wQow=";
};
patches = [
(fetchpatch2 {
url = "https://github.com/enthought/traits/commit/a20f2154b2c79eb8550ea9228d1a4415ff51b72a.patch";
hash = "sha256-ycStcpxlvmobL3ZXaSbGrXAzk/Tkjs3BJ67lnwZpeVA=";
excludes = [ ".github/*" ];
})
];
build-system = [ setuptools ];
pythonImportsCheck = [ "traits" ];