Skip to content

Conversation

@thiagokokada
Copy link
Contributor

@thiagokokada thiagokokada commented Apr 19, 2025

  • Set pyproject = true in python3Packages.pylddwrap to fix some warnings about deprecated usage of setuptools
  • Disable flaky test in python3Packages.deal-solver, since this is a dependency for python3Packages.icontract (that is a dependency for python3Packages.pylddwrap)

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Apr 19, 2025
@thiagokokada thiagokokada force-pushed the pylddwrap-use-pyproject branch from 249541c to 6ec96df Compare April 19, 2025 10:35
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Apr 19, 2025
@thiagokokada

This comment was marked as outdated.

@thiagokokada

This comment was marked as outdated.

@thiagokokada

This comment was marked as outdated.

@thiagokokada thiagokokada changed the title python3Packages.pylddwrap: set pyproject = true python3Packages.pylddwrap: set pyproject = true, fix flaky build Apr 19, 2025
@github-actions github-actions bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. labels Apr 19, 2025
@nix-owners nix-owners bot requested a review from gador April 19, 2025 11:26
@thiagokokada

This comment was marked as outdated.

@thiagokokada

This comment was marked as outdated.

@thiagokokada

This comment was marked as outdated.

@thiagokokada

This comment was marked as outdated.

@thiagokokada thiagokokada force-pushed the pylddwrap-use-pyproject branch from e6b290a to b0ad9fa Compare April 19, 2025 11:39
@thiagokokada
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 400032


aarch64-darwin

✅ 12 packages built:
  • python312Packages.deal
  • python312Packages.deal-solver
  • python312Packages.deal-solver.dist
  • python312Packages.deal.dist
  • python312Packages.icontract
  • python312Packages.icontract.dist
  • python313Packages.deal
  • python313Packages.deal-solver
  • python313Packages.deal-solver.dist
  • python313Packages.deal.dist
  • python313Packages.icontract
  • python313Packages.icontract.dist

@thiagokokada
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 400032


aarch64-linux

✅ 16 packages built:
  • python312Packages.deal
  • python312Packages.deal-solver
  • python312Packages.deal-solver.dist
  • python312Packages.deal.dist
  • python312Packages.icontract
  • python312Packages.icontract.dist
  • python312Packages.pylddwrap
  • python312Packages.pylddwrap.dist
  • python313Packages.deal
  • python313Packages.deal-solver
  • python313Packages.deal-solver.dist
  • python313Packages.deal.dist
  • python313Packages.icontract
  • python313Packages.icontract.dist
  • python313Packages.pylddwrap
  • python313Packages.pylddwrap.dist

@thiagokokada
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 400032


x86_64-linux

✅ 16 packages built:
  • python312Packages.deal
  • python312Packages.deal-solver
  • python312Packages.deal-solver.dist
  • python312Packages.deal.dist
  • python312Packages.icontract
  • python312Packages.icontract.dist
  • python312Packages.pylddwrap
  • python312Packages.pylddwrap.dist
  • python313Packages.deal
  • python313Packages.deal-solver
  • python313Packages.deal-solver.dist
  • python313Packages.deal.dist
  • python313Packages.icontract
  • python313Packages.icontract.dist
  • python313Packages.pylddwrap
  • python313Packages.pylddwrap.dist

@thiagokokada
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 400032


x86_64-darwin

✅ 12 packages built:
  • python312Packages.deal
  • python312Packages.deal-solver
  • python312Packages.deal-solver.dist
  • python312Packages.deal.dist
  • python312Packages.icontract
  • python312Packages.icontract.dist
  • python313Packages.deal
  • python313Packages.deal-solver
  • python313Packages.deal-solver.dist
  • python313Packages.deal.dist
  • python313Packages.icontract
  • python313Packages.icontract.dist

@thiagokokada
Copy link
Contributor Author

Ok, finally this seems to be building reliably.

CC @gador for review.

@gador
Copy link
Member

gador commented Apr 19, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 400032


aarch64-darwin

✅ 12 packages built:
  • python312Packages.deal
  • python312Packages.deal-solver
  • python312Packages.deal-solver.dist
  • python312Packages.deal.dist
  • python312Packages.icontract
  • python312Packages.icontract.dist
  • python313Packages.deal
  • python313Packages.deal-solver
  • python313Packages.deal-solver.dist
  • python313Packages.deal.dist
  • python313Packages.icontract
  • python313Packages.icontract.dist

@thiagokokada thiagokokada merged commit ea78c60 into NixOS:master Apr 19, 2025
23 of 27 checks passed
@thiagokokada thiagokokada deleted the pylddwrap-use-pyproject branch April 19, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants