| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages.amaranth: remove superfluous pythonOlder | Gutyina Gergő | 2026-01-17 | 1 | -6/+1 |
| * | 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ütz | 2026-01-11 | 1 | -2/+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 Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python3Packages.amaranth: 0.5.7 -> 0.5.8 | R. Ryantm | 2025-11-05 | 1 | -2/+2 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -8/+7 |
| * | python3Packages.amaranth: 0.5.6 -> 0.5.7 | R. Ryantm | 2025-07-22 | 1 | -2/+2 |
| * | python3Packages.amaranth: 0.5.4 -> 0.5.6 | R. Ryantm | 2025-05-15 | 1 | -3/+3 |
| * | python312Packages.amaranth: disable failing tests | Fabian Affolter | 2025-01-11 | 1 | -5/+19 |
| * | python312Packages.amaranth: 0.5.3 -> 0.5.4 | R. Ryantm | 2024-12-17 | 1 | -3/+3 |
| * | python312Packages.amaranth: unbreak by relaxing upper build system version co... | Peder Bergebakken Sundt | 2024-10-31 | 1 | -0/+7 |
| * | python312Packages.amaranth: 0.5.2 -> 0.5.3 | Peder Bergebakken Sundt | 2024-10-18 | 1 | -6/+4 |
| * | python312Packages.amaranth: 0.5.1 -> 0.5.2 | Peder Bergebakken Sundt | 2024-09-05 | 1 | -2/+2 |
| * | sby: 2021.11.30 -> 0.44, run tests, rename from symbiyosys | Roland Coeurjoly | 2024-08-21 | 1 | -2/+2 |
| * | python312Packages.amaranth: 0.5.0 -> 0.5.1 | R. Ryantm | 2024-07-23 | 1 | -2/+2 |
| * | python311Packages.amaranth: 0.4.5 -> 0.5.0•••Diff: https://github.com/amaranth-lang/amaranth/compare/refs/tags/v0.4.5...v0.5.0
| Peder Bergebakken Sundt | 2024-07-03 | 1 | -2/+4 |
| * | treewide: remove myself from packages I don’t use•••I’ve had an extended absence from Nix work and no longer actively
use a bunch of packages I used to maintain, so remove myself as a
maintainer from things I can’t usefully review/test changes for
as I ease back into things. This does unfortunately leave a few
packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`,
and `python3Packages.jsonmerge`).
| Emily | 2024-06-15 | 1 | -1/+0 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -22/+28 |
| * | treewide: propagatedBuildInputs -> dependencies•••Migrating the packages I maintain.
| Peder Bergebakken Sundt | 2024-04-26 | 1 | -1/+1 |
| * | python312Packages.amaranth: 0.4.4 -> 0.4.5 | R. Ryantm | 2024-04-04 | 1 | -2/+2 |
| * | 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.
| stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | python312Packages.amaranth: 0.4.3 -> 0.4.4 | R. Ryantm | 2024-03-15 | 1 | -2/+2 |
| * | python311Packages.amaranth: 0.4.dev197+g11d5bb1 -> 0.4.3 | Peder Bergebakken Sundt | 2024-02-28 | 1 | -5/+4 |
| * | python310Packages.amaranth: fix dependencies•••pdm-backend should be pulled from the matching Python package set (i.e. callPackage args),
and should be in nativeBuildInputs, as it's a build time dependency. pdm itself is not
required.
| K900 | 2023-09-22 | 1 | -5/+2 |
| * | python3.pkgs.amaranth: 0.3 -> 0.4.dev197: bump•••Required by latest glasgow version
| Robert Gerus | 2023-09-21 | 1 | -46/+10 |
| * | python310Packages.amaranth: Fix extra_requires version specifier | Martin Weinelt | 2023-03-03 | 1 | -1/+3 |
| * | python311Packages.amaranth: fix build | Weijia Wang | 2023-02-01 | 1 | -0/+5 |
| * | 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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.amaranth: make compatible with newer setuptools | Theodore Ni | 2022-11-06 | 1 | -0/+18 |
| * | amaranth: patch out use of deprecated jinja2 function | Paul-Nicolas Madelaine | 2022-05-21 | 1 | -0/+4 |
| * | amaranth, glasgow: add myself as maintainer•••Emily isn't gone but mostly dormant for right now; I maintain almost all
other EDA tooling so this will ensure I'm CC'd on needed changes and
updates, especially since some Amaranth and Glasgow have some ties to
Yosys.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
| Austin Seipp | 2022-01-11 | 1 | -1/+1 |
| * | amaranth: rename from nmigen, unstable-2021-02-09 -> 0.3•••Cherry-picked from #153163.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
| leo60228 | 2022-01-11 | 1 | -0/+70 |