summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/archspec (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done Robert Schütz2026-01-111-3/+0
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-3/+3
* python3Packages.archspec: 0.2.4 -> 0.2.5•••https://github.com/archspec/archspec/releases/tag/v0.2.5 Martin Weinelt2025-01-271-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python311Packages.archspec: 0.2.3 -> 0.2.4•••Diff: https://github.com/archspec/archspec/compare/refs/tags/v0.2.3...v0.2.4 Changelog: https://github.com/archspec/archspec/releases/tag/v0.2.4 Fabian Affolter2024-06-091-5/+5
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-18/+16
* Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix Martin Weinelt2024-03-191-0/+1
|\
| * treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* | python3Packages.archspec: 0.2.2 -> 0.2.3•••https://github.com/archspec/archspec/releases/tag/v0.2.3 Martin Weinelt2024-03-121-2/+2
|/
* python311Packages.archspec: 0.2.1 -> 0.2.2•••Diff: https://github.com/archspec/archspec/compare/refs/tags/v0.2.1...v0.2.2 Changelog: https://github.com/archspec/archspec/releases/tag/v0.2.2 Fabian Affolter2024-01-061-6/+6
* python310Packages.archspec: 0.2.0 -> 0.2.1•••Diff: https://github.com/archspec/archspec.git/compare/refs/tags/v0.2.0...v0.2.1 Changelog: https://github.com/archspec/archspec/releases/tag/v0.2.1 Fabian Affolter2023-05-211-3/+3
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python310Packages.archspec: 0.1.4 -> 0.2.0•••Diff: https://github.com/archspec/archspec.git/compare/refs/tags/v0.1.4...v0.2.0 Changelog: https://github.com/archspec/archspec/releases/tag/v0.2.0 Fabian Affolter2023-01-081-8/+9
* python310Packages.archspec: add changelog to metaFabian Affolter2023-01-081-7/+20
* archspec: init 0.1.4Átila Saraiva2022-06-151-0/+36