File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
pkgs/development/python-modules/ufomerge Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage rec {
1515 pname = "ufomerge" ;
16- version = "1.8.2 " ;
16+ version = "1.8.3 " ;
1717 pyproject = true ;
1818
1919 src = fetchFromGitHub {
2020 owner = "googlefonts" ;
2121 repo = "ufomerge" ;
2222 tag = "v${ version } " ;
23- hash = "sha256-D+BhKCKWgprQn+eXFgwnSN/06+JF5CiUS0VAS1Kvedw =" ;
23+ hash = "sha256-E/RgFJXyA6/ZktsjydqDecysi03+XQDOD0SeH3rlFZI =" ;
2424 } ;
2525
26- nativeBuildInputs = [ pythonRelaxDepsHook ] ;
27-
28- pythonRelaxDeps = [ "fonttools" ] ;
29-
3026 build-system = [
3127 setuptools
3228 setuptools-scm
@@ -42,17 +38,17 @@ buildPythonPackage rec {
4238 fontfeatures
4339 ] ;
4440
45- disabledTestPaths = [
46- # Failing due to fonttools being to old
47- "tests/test_layout.py "
41+ disabledTests = [
42+ # Fails with `KeyError: 'B'`
43+ "test_28 "
4844 ] ;
4945
5046 pythonImportsCheck = [ "ufomerge" ] ;
5147
5248 meta = {
5349 description = "Command line utility and Python library that merges two UFO source format fonts into a single file" ;
5450 homepage = "https://github.com/googlefonts/ufomerge" ;
55- changelog = "https://github.com/googlefonts/ufomerge/releases/tag/v ${ version } " ;
51+ changelog = "https://github.com/googlefonts/ufomerge/releases/tag/${ src . tag } " ;
5652 license = lib . licenses . asl20 ;
5753 maintainers = with lib . maintainers ; [ jopejoe1 ] ;
5854 } ;
You can’t perform that action at this time.
0 commit comments