Skip to content

python312Packages.afdko: refactor#349610

Merged
fabaff merged 10 commits intoNixOS:masterfrom
fabaff:afdko-refactor
Oct 19, 2024
Merged

python312Packages.afdko: refactor#349610
fabaff merged 10 commits intoNixOS:masterfrom
fabaff:afdko-refactor

Conversation

@fabaff
Copy link
Member

@fabaff fabaff commented Oct 18, 2024

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/)
  • 24.11 Release Notes (or backporting 23.11 and 24.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 Oct 18, 2024
@fabaff
Copy link
Member Author

fabaff commented Oct 18, 2024

Result of nixpkgs-review pr 349610 run on x86_64-linux 1

103 packages built:
  • deltachat-desktop
  • fira-math
  • fontbakery (python312Packages.fontbakery)
  • fontbakery.dist (python312Packages.fontbakery.dist)
  • nanoemoji (python312Packages.nanoemoji)
  • nanoemoji.dist (python312Packages.nanoemoji.dist)
  • nomnatong
  • noto-fonts-color-emoji
  • openmoji-black
  • openmoji-color
  • python311Packages.afdko
  • python311Packages.afdko.dist
  • python311Packages.axisregistry
  • python311Packages.axisregistry.dist
  • python311Packages.babelfont
  • python311Packages.babelfont.dist
  • python311Packages.bumpfontversion
  • python311Packages.bumpfontversion.dist
  • python311Packages.cffsubr
  • python311Packages.cffsubr.dist
  • python311Packages.collidoscope
  • python311Packages.collidoscope.dist
  • python311Packages.diffenator2
  • python311Packages.diffenator2.dist
  • python311Packages.fontbakery
  • python311Packages.fontbakery.dist
  • python311Packages.fontfeatures
  • python311Packages.fontfeatures.dist
  • python311Packages.fontmake
  • python311Packages.fontmake.dist
  • python311Packages.gflanguages
  • python311Packages.gflanguages.dist
  • python311Packages.gftools
  • python311Packages.gftools.dist
  • python311Packages.glyphsets
  • python311Packages.glyphsets.dist
  • python311Packages.glyphslib
  • python311Packages.glyphslib.dist
  • python311Packages.glyphtools
  • python311Packages.glyphtools.dist
  • python311Packages.nanoemoji
  • python311Packages.nanoemoji.dist
  • python311Packages.notobuilder
  • python311Packages.notobuilder.dist
  • python311Packages.nototools
  • python311Packages.nototools.dist
  • python311Packages.shaperglot
  • python311Packages.shaperglot.dist
  • python311Packages.statmake
  • python311Packages.statmake.dist
  • python311Packages.ufo2ft
  • python311Packages.ufo2ft.dist
  • python311Packages.ufomerge
  • python311Packages.ufomerge.dist
  • python311Packages.vttlib
  • python311Packages.vttlib.dist
  • python312Packages.afdko
  • python312Packages.afdko.dist
  • python312Packages.axisregistry
  • python312Packages.axisregistry.dist
  • python312Packages.babelfont
  • python312Packages.babelfont.dist
  • python312Packages.bumpfontversion
  • python312Packages.bumpfontversion.dist
  • python312Packages.cffsubr
  • python312Packages.cffsubr.dist
  • python312Packages.collidoscope
  • python312Packages.collidoscope.dist
  • python312Packages.diffenator2
  • python312Packages.diffenator2.dist
  • python312Packages.fontfeatures
  • python312Packages.fontfeatures.dist
  • python312Packages.fontmake
  • python312Packages.fontmake.dist
  • python312Packages.gflanguages
  • python312Packages.gflanguages.dist
  • python312Packages.gftools
  • python312Packages.gftools.dist
  • python312Packages.glyphsets
  • python312Packages.glyphsets.dist
  • python312Packages.glyphslib
  • python312Packages.glyphslib.dist
  • python312Packages.glyphtools
  • python312Packages.glyphtools.dist
  • python312Packages.notobuilder
  • python312Packages.notobuilder.dist
  • python312Packages.nototools
  • python312Packages.nototools.dist
  • shaperglot (python312Packages.shaperglot)
  • shaperglot.dist (python312Packages.shaperglot.dist)
  • python312Packages.statmake
  • python312Packages.statmake.dist
  • python312Packages.ufo2ft
  • python312Packages.ufo2ft.dist
  • python312Packages.ufomerge
  • python312Packages.ufomerge.dist
  • python312Packages.vttlib
  • python312Packages.vttlib.dist
  • signal-desktop
  • signal-desktop-beta
  • smc-chilanka
  • twitter-color-emoji
  • whatsapp-emoji-font

@fabaff fabaff mentioned this pull request Oct 18, 2024
13 tasks
@ofborg ofborg bot requested a review from sternenseemann October 18, 2024 22:47
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Oct 18, 2024
@ofborg ofborg bot requested review from danc86 and jopejoe1 October 19, 2024 00:10
@fabaff fabaff merged commit 6d150ca into NixOS:master Oct 19, 2024
@fabaff fabaff deleted the afdko-refactor branch October 19, 2024 07:31
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: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant