summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremilylange <git@emilylange.de>2025-05-31 18:16:22 +0200
committeremilylange <git@emilylange.de>2025-05-31 18:20:06 +0200
commit85f8ed8bea477fbfaafb07051e364f957f1364e9 (patch)
tree5d022390f9bd7e5ea7144ff2312756abea4ef745
parenthome-assistant-custom-components.midea_ac: 2025.4.0 -> 2025.5.1 (diff)
downloadnixpkgs-85f8ed8bea477fbfaafb07051e364f957f1364e9.tar.gz
python313Packages.msmart-ng: drop no longer needed PEP 639 revert
At the time, setuptools did not yet implement PEP 639. This has changed with the release of setuptools v77.0.0, which has since landed in nixpkgs. As such, this patch is no longer needed. Ref: 7605633c219a4b3900b49cb1aaf3dafd562d80dc
-rw-r--r--pkgs/development/python-modules/msmart-ng/default.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/msmart-ng/default.nix b/pkgs/development/python-modules/msmart-ng/default.nix
index d1564047c06b..05ca5a840362 100644
--- a/pkgs/development/python-modules/msmart-ng/default.nix
+++ b/pkgs/development/python-modules/msmart-ng/default.nix
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
- fetchpatch2,
# build-system
setuptools,
@@ -28,17 +27,6 @@ buildPythonPackage rec {
hash = "sha256-dZD93ZZiQLmWuMAR/nnYB7oGBBYr4YPEi+LdpSzweVc=";
};
- patches = [
- (fetchpatch2 {
- # Revert <https://github.com/mill1000/midea-msmart/pull/209> until setuptools
- # implements support for <https://peps.python.org/pep-0639/>.
- name = "revert-pyproject-license-declaration-pep639-syntax.patch";
- url = "https://github.com/mill1000/midea-msmart/commit/e5d6a982135e497c251095e421d3de4686f36056.patch?full_index=1";
- hash = "sha256-+mxmFGZd04MZY2C5eo4k1lFoXsM8XyeJNazShnjAseE=";
- revert = true;
- })
- ];
-
build-system = [
setuptools
setuptools-scm