Unverified Commit 1d663764 authored by Michael Daniels's avatar Michael Daniels
Browse files

treewide: "format = "pyproject";" -> "pyproject = true;"

parent 30b23220
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  wrapGAppsHook3,
  gdk-pixbuf,
  gobject-introspection,
  nix-update-script,
}:

let
@@ -28,7 +27,7 @@ in
buildPythonApplication (finalAttrs: {
  pname = "devede";
  version = "4.21.3.1";
  format = "pyproject";
  pyproject = true;
  namePrefix = "";

  src = fetchFromGitLab {
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
python3Packages.buildPythonApplication {
  pname = "jello-lang";
  version = "0-unstable-2025-01-07";
  format = "pyproject";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "codereport";
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
python3Packages.buildPythonApplication {
  pname = "jellyfish";
  version = "0-unstable-2024-05-27";
  format = "pyproject";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "codereport";
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
buildPythonPackage rec {
  pname = "aliyun-python-sdk-alimt";
  version = "3.2.0";
  format = "pyproject";
  pyproject = true;

  # Upstream doesn't tag releases on Github
  # https://github.com/aliyun/aliyun-openapi-python-sdk/issues/551
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
buildPythonPackage rec {
  pname = "flask-sqlalchemy";
  version = "3.1.1";
  format = "pyproject";
  pyproject = true;

  src = fetchPypi {
    pname = "flask_sqlalchemy";
Loading