python3Packages: fixup build after update

The patch was already applied, and `format` change was also neeeded.

Changed files
+1 -10
pkgs
development
python-modules
envisage
+1 -10
pkgs/development/python-modules/envisage/default.nix
···
buildPythonPackage rec {
pname = "envisage";
version = "7.0.3";
-
format = "setuptools";
+
format = "pyproject";
disabled = pythonOlder "3.6";
···
inherit pname version;
hash = "sha256-97GviL86j/8qmsbja7SN6pkp4/YSIEz+lK7WKwMWyeM=";
};
-
-
patches = [
-
# TODO: remove on next release
-
(fetchpatch {
-
name = "fix-mistake-in-menu-group-specification.patch";
-
url = "https://github.com/enthought/envisage/commit/f23ea3864a5f6ffca665d47dec755992e062029b.patch";
-
hash = "sha256-l4CWB4jRkSmoTDoV8CtP2w87Io2cLINKfOSaSPy7cXE=";
-
})
-
];
# for the optional dependency ipykernel, only versions < 6 are
# supported, so it's not included in the tests, and not propagated