summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/afdko
AgeCommit message (Collapse)Author
2023-11-29python311Packages.afdko: fix build on clangnatsukium
2023-09-27python3Packages.afdko: 3.9.3 -> 4.0.0Martin Weinelt
2023-08-23python3.pkgs.afdko: add ninja to nativeBuildInputs (#250987)Yureka
After #248866, we have stronger build-time dependency validation This fixes "ERROR: Missing dependencies: ninja"
2023-05-09python3Packages.afdko: disable one more failing test on i686-linuxPierre Bourdon
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2023-03-03python3Packages.afdko: 3.9.2 -> 3.9.3Martin Weinelt
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2023-01-15python3Packages.afdko: 3.9.0 -> 3.9.2Jonas Heinrich
(forward-picked from commit d9a7ea80533e34d02a0e from PR #210181) A test would fail the build otherwise since last staging-next: https://hydra.nixos.org/eval/1789199?filter=afdko&compare=1789191 and that would block NixOS tests and thus nixos-unstable channel.
2023-01-02python3Packages.afdko: disable test broken by the new yearsternenseemann
2022-07-30treewide: use isAarch where appropriateAlyssa Ross
2022-07-02python3Packages.afdko: 3.8.3 -> 3.9.0sternenseemann
3.9.1 is problematic atm because it'll unconditionally use the libxml2 externalproject on linux: https://github.com/adobe-type-tools/afdko/pull/1527#issuecomment-1172872618 https://github.com/adobe-type-tools/afdko/blob/3.9.0/NEWS.md#390-released-2022-06-23
2022-06-12python3Packages.afdko: skip broken test on armv7l (#177400)misuzu
2022-06-01python3Packages.afdko: 3.8.1 -> 3.8.3sternenseemann
https://github.com/adobe-type-tools/afdko/blob/3.8.3/NEWS.md#383-released-2022-05-09
2022-04-13python3Packages.afdko: 3.8.0 -> 3.8.1Martin Weinelt
2022-04-07Merge remote-tracking branch 'origin/staging-next' into stagingzowoq
Conflicts: pkgs/development/compilers/go/2-dev.nix
2022-04-07python3.pkgs.afdko: disable a test for i686Emery Hemingway
2022-03-26python3Packages.afdko: 3.7.1 -> 3.8.0sternenseemann
https://github.com/adobe-type-tools/afdko/blob/develop/NEWS.md#380-released-2022-02-03
2022-01-30python3.pkgs.afdko: Fix build with latest fonttoolsJan Tojnar
2022-01-10python3Packages.afdko: Skip broken test on RISC-V (#154209)Zhaofeng Li
See also adobe-type-tools/afdko#1425. Same as in #140650.
2021-11-23python3Packages.afdko: skip broken test on aarch64sternenseemann
Reported upstream, hopefully harmless: https://github.com/adobe-type-tools/afdko/issues/1425
2021-11-23python3Packages.afdko: run full test suite in passthru.testssternenseemann
Testsuite delta seems to be 25% still (3min vs 4min on my machine…).
2021-11-23python3Packages.afdko: 3.5.1 -> 3.7.1sternenseemann
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser
2021-10-19python3Packages.afdko: update tests for ufonormalizer-0.6.1Sergei Trofimovich
Upstream confirmed test failure is benign and needs to update test output by removing files. Let's unbreak staging-next my removing files. Closes: https://github.com/NixOS/nixpkgs/issues/141423
2021-06-03treewide: setuptools_scm -> setuptools-scmSandro Jäckel
2021-02-28pythonPackages.afdko: fix tests for fonttools >= 4.21.0sternenseemann
Missed this while testing the fonttools update because my machine couldn't handle the amount of master rebuilds at the time. fonttools changed something in its xml output which causes afdko tests to fail which diff against an expected output. We can simply pull in a patch from their development branch to fix this.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-10python3Packages.afdko: use pytestCheckHookDrew Risinger
Convert to standard pytestCheckHook. This allows easier testing of derivation build & disabling tests. Also disable slow tests.
2020-10-15pythonPackages.afdko: 3.5.0 → 3.5.1sternenseemann
2020-10-08Revert "pythonPackages.afdko: 3.5.0 → 3.5.1"WORLDofPEACE
2020-09-17pythonPackages.afdko: 3.5.0 → 3.5.1sternenseemann
2020-08-30pythonPackages.afdko: init at 3.5.0sternenseemann