summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/amaranth (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.amaranth: remove superfluous pythonOlderGutyina Gergő2026-01-171-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ütz2026-01-111-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 Hrachyshka2025-12-101-3/+3
* python3Packages.amaranth: 0.5.7 -> 0.5.8R. Ryantm2025-11-051-2/+2
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-8/+7
* python3Packages.amaranth: 0.5.6 -> 0.5.7R. Ryantm2025-07-221-2/+2
* python3Packages.amaranth: 0.5.4 -> 0.5.6R. Ryantm2025-05-151-3/+3
* python312Packages.amaranth: disable failing testsFabian Affolter2025-01-111-5/+19
* python312Packages.amaranth: 0.5.3 -> 0.5.4R. Ryantm2024-12-171-3/+3
* python312Packages.amaranth: unbreak by relaxing upper build system version co...Peder Bergebakken Sundt2024-10-311-0/+7
* python312Packages.amaranth: 0.5.2 -> 0.5.3Peder Bergebakken Sundt2024-10-181-6/+4
* python312Packages.amaranth: 0.5.1 -> 0.5.2Peder Bergebakken Sundt2024-09-051-2/+2
* sby: 2021.11.30 -> 0.44, run tests, rename from symbiyosysRoland Coeurjoly2024-08-211-2/+2
* python312Packages.amaranth: 0.5.0 -> 0.5.1R. Ryantm2024-07-231-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 Sundt2024-07-031-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`). Emily2024-06-151-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 Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-22/+28
* treewide: propagatedBuildInputs -> dependencies•••Migrating the packages I maintain. Peder Bergebakken Sundt2024-04-261-1/+1
* python312Packages.amaranth: 0.4.4 -> 0.4.5R. Ryantm2024-04-041-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. stuebinm2024-03-191-0/+1
* python312Packages.amaranth: 0.4.3 -> 0.4.4R. Ryantm2024-03-151-2/+2
* python311Packages.amaranth: 0.4.dev197+g11d5bb1 -> 0.4.3Peder Bergebakken Sundt2024-02-281-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. K9002023-09-221-5/+2
* python3.pkgs.amaranth: 0.3 -> 0.4.dev197: bump•••Required by latest glasgow version Robert Gerus2023-09-211-46/+10
* python310Packages.amaranth: Fix extra_requires version specifierMartin Weinelt2023-03-031-1/+3
* python311Packages.amaranth: fix buildWeijia Wang2023-02-011-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 Girol2023-01-211-1/+1
* python310Packages.amaranth: make compatible with newer setuptoolsTheodore Ni2022-11-061-0/+18
* amaranth: patch out use of deprecated jinja2 functionPaul-Nicolas Madelaine2022-05-211-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 Seipp2022-01-111-1/+1
* amaranth: rename from nmigen, unstable-2021-02-09 -> 0.3•••Cherry-picked from #153163. Signed-off-by: Austin Seipp <aseipp@pobox.com> leo602282022-01-111-0/+70