Commit Graph

8 Commits

Author SHA1 Message Date
Michael Daniels
075e8c2c4f treewide: change 'format = "pyproject";' to 'pyproject = true;'
This is almost all find-and-replace.

I manually edited:
* pkgs/development/python-modules/notifications-android-tv/default.nix,
* pkgs/servers/home-assistant/default.nix,
* pkgs/development/tools/continuous-integration/buildbot/master.nix

A few files have not been changed in this PR because they would cause rebuilds.

This PR should have 0 rebuilds.
2026-01-12 17:50:35 -05:00
Wolfgang Walther
c283f32d29 treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
TomaSajt
2bad2b0f4f pkgs/by-name/{e,f,g,h}*: migrate to format = "pyproject" 2025-07-09 21:05:40 +02:00
Martin Weinelt
ae4a1a485a treewide: add explicit format attribute for Python packages
If a Python package does not come with either `format` or `pyproject` we
consider it a setuptools build, that calls `setup.py` directly, which is
deprecated.

This change, as a first step, migrates a large chunk of these packages to
set setuptools as their explicit format

This is so we can unify the problem space for the next step of the
migration.
2025-07-02 05:56:47 +02:00
Anderson Torres
cab2a1296e treewide: remove AndersonTorres from maintainers
As I said before, I want to keep a narrow focus on Nixpkgs. Now that I am back
at undergrad, this focus should be even narrower: I will keep my eyes on Emacs,
and nothing else.
2025-02-12 00:36:02 -03:00
Anderson Torres
40e18f211e git-branchstack: buildInputs -> dependencies
According to new Python packaging guidelines.

Co-authored-by: js6pak <me@6pak.dev>
2024-10-14 20:33:52 -03:00
Anderson Torres
843db916ec git-branchstack: get rid of rec 2024-10-14 20:33:31 -03:00
Anderson Torres
bbf870ddd6 git-branchstack: migrate to by-name 2024-10-14 20:33:31 -03:00