python3Packages: opentype-feature-freezer: 1.0.1 -> 1.32.3 (#543952)

This commit is contained in:
André Silva
2026-07-22 08:53:44 +00:00
committed by GitHub
@@ -5,26 +5,30 @@
gitUpdater,
pytestCheckHook,
fonttools,
hatch-vcs,
hatchling,
biplist,
}:
buildPythonPackage rec {
pname = "opentype-feature-freezer";
version = "1.0.1";
version = "1.32.3";
pyproject = true;
src = fetchFromGitHub {
owner = "twardoch";
repo = "fonttools-opentype-feature-freezer";
tag = "v${version}";
hash = "sha256-8aJYQyUpcEOyzVHZ0LXfGJ1Tsxe5HICcfkFUdsI+/GI=";
hash = "sha256-uwU9lsTK6XlKwar46DLTzjwtD/zQDJnC+Kq/sVNCNE0=";
};
build-system = [
hatch-vcs
hatchling
];
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
dependencies = [ fonttools ];
nativeCheckInputs = [
@@ -41,15 +45,6 @@ buildPythonPackage rec {
"app/OTFeatureFreezer.py"
];
disabledTests = [
# File not found
"test_freeze"
# AssertionError: assert '' == '# Scripts an...m,pnum,tnum\n'
"test_report"
# assert False
"test_warn_substituting_glyphs_without_unicode"
];
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = {