summaryrefslogtreecommitdiff
path: root/gnu/packages/fontutils.scm
Commit message (Collapse)AuthorAgeFilesLines
...
| * gnu: python-statmake: Use pyproject-build-system.Marius Bakke2022-10-271-21/+2
| | | | | | | | | | | | | | * gnu/packages/fontutils.scm (python-statmake)[build-system]: Switch to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove redundant phases. [native-inputs]: Remove PYTHON-PYPA-BUILD.
| * gnu: python-glyphslib: Use pyproject-build-system.Marius Bakke2022-10-271-31/+11
| | | | | | | | | | | | | | * gnu/packages/fontutils.scm (python-glyphslib)[build-system]: Switch to PYPROJECT-BUILD-SYSTEM. [arguments]: Add #:test-flags. Remove #:phases. [native-inputs]: Remove PYTHON-PYPA-BUILD and PYTHON-WHEEL.
| * gnu: python-afdko: Skip a test.Efraim Flashner2022-10-271-2/+5
| | | | | | | | | | * gnu/packages/fontutils.scm (python-afdko)[arguments]: Adjust custom 'check phase to skip a test.
* | Merge branch 'staging' into core-updatesMarius Bakke2022-09-181-1/+8
|\|
| * gnu: python-ufo2ft: Don't use pytest-runner.Marius Bakke2022-09-181-1/+8
| | | | | | | | | | | | | | | | | | pytest-runner is deprecated and does not work properly with the newer setuptools in Python 3.10 for this package. * gnu/packages/fontutils.scm (python-ufo2ft)[arguments]: Override check phase. [native-inputs]: Remove PYTHON-PYTEST-RUNNER.
* | gnu: fontforge@20190801: Fix build.Marius Bakke2022-09-181-2/+3
| | | | | | | | | | | | | | | | This is a follow-up to commit 7f81f09641f518f92b7790b175e909fa2b54edc8, which removed an input that was still required by this old version. * gnu/packages/fontutils.scm (fontforge-20190801)[inputs]: Add LIBUNINAMESLIST. Use MODIFY-INPUTS while at it.
* | gnu: fontforge: Update to 20220308.Marius Bakke2022-09-161-3/+2
| | | | | | | | | | * gnu/packages/fontutils.scm (fontforge): Update to 20220308. [inputs]: Remove LIBUNINAMESLIST.
* | Merge branch 'staging' into core-updatesMarius Bakke2022-09-161-15/+144
|\|
| * gnu: antlr4: Update to 4.10.1.Marius Bakke2022-09-161-0/+6
| | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (java-antlr4-runtime): Update to 4.10.1. [source](patches): Remove obsolete patch. (java-antlr4-runtime-cpp): Add #:configure-flags. (antlr4)[arguments]: Don't run tests from removed directory. Enable one test; exclude one file. * gnu/packages/fontutils.scm (python-afdko)[arguments]: Add phase to build with the C++ 17 standard.
| * gnu: python-afdko: Update to 3.9.1.Marius Bakke2022-09-161-4/+24
| | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (python-afdko): Update to 3.9.1. [arguments]: Add phase to build with system libxml2. Substitute antlr4_static in one more file. [native-inputs]: Add PKG-CONFIG. [inputs]: Add LIBXML2.
| * gnu: python-ufo2ft: Update to 2.28.0.Marius Bakke2022-09-161-3/+3
| | | | | | | | | | | | | | * gnu/packages/fontutils.scm (python-ufo2ft): Update to 2.28.0. [propagated-inputs]: Replace PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT. * gnu/packages/fonts.scm (font-amiri)[native-inputs]: Likewise, to prevent shadowing the propagated FontTools.
| * gnu: psautohint: Build with python-fonttools-next.Marius Bakke2022-09-161-1/+1
| | | | | | | | | | * gnu/packages/fontutils.scm (psautohint)[propagated-inputs]: Replace PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT.
| * gnu: python-statmake: Build with python-fonttools-next.Marius Bakke2022-09-161-1/+1
| | | | | | | | | | * gnu/packages/fontutils.scm (python-statmake)[propagated-inputs]: Change from PYTHON-FONTTOOLS to PYTHON-FONTTOOLS-NEXT.
| * gnu: python-fonttools-next: Update to 4.37.1.Marius Bakke2022-09-161-0/+6
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.37.1. * gnu/packages/fontutils.scm (python-afdko)[source](snippet): Adjust expected test output.
| * gnu: python-compreffor: Update to 0.5.2.Marius Bakke2022-09-161-2/+2
| | | | | | | | * gnu/packages/fontutils.scm (python-compreffor): Update to 0.5.2.
| * gnu: python-fontparts: Update to 0.10.8.Marius Bakke2022-09-161-2/+2
| | | | | | | | * gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.10.8.
| * gnu: python-defcon: Update to 0.10.2.Marius Bakke2022-09-161-2/+2
| | | | | | | | * gnu/packages/fontutils.scm (python-defcon-bootstrap): Update to 0.10.2.
| * gnu: python-fontmath: Update to 0.9.2.Marius Bakke2022-09-161-2/+2
| | | | | | | | * gnu/packages/fontutils.scm (python-fontmath): Update to 0.9.2.
| * gnu: Add python-glyphsets.Marius Bakke2022-09-161-0/+34
| | | | | | | | * gnu/packages/fontutils.scm (python-glyphsets): New variable.
| * gnu: Add python-glyphslib.Marius Bakke2022-09-161-0/+61
| | | | | | | | * gnu/packages/fontutils.scm (python-glyphslib): New variable.
| * gnu: python-afdko: Run tests in parallel.Marius Bakke2022-09-161-1/+3
| | | | | | | | | | | | * gnu/packages/fontutils.scm (python-afdko)[arguments]: Adjust check phase for parallel execution. [native-inputs]: Add PYTHON-PYTEST-XDIST.
* | Merge branch 'staging' into core-updatesMaxim Cournoyer2022-09-151-4/+27
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts resolved in: gnu/local.mk gnu/packages/cmake.scm gnu/packages/glib.scm gnu/packages/gnome.scm gnu/packages/gtk.scm gnu/packages/sdl.scm pango-next, vala-next and librsvg-bootstrap were removed in the process.
| * gnu: Remove duplicate copyright line.Marius Bakke2022-09-141-1/+0
| | | | | | | | * gnu/packages/fontutils.scm: Remove duplicate line.
| * gnu: python-afdko: Remove generated code.Marius Bakke2022-09-141-3/+27
| | | | | | | | | | | | | | * gnu/packages/fontutils.scm (python-afdko)[source](modules, snippet): New fields. [arguments]: Add regenerate-hotconv-grammar phase. [native-inputs]: Add ANTLR4 and OPENJDK.
* | gnu: python-fonttools: Update to 4.37.1.Marius Bakke2022-09-091-1/+1
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-fonttools): Update to 4.37.1. (python-fonttools-next): Remove variable. * gnu/packages/fontutils.scm (python-afdko)[propagated-inputs]: Change from PYTHON-FONTTOOLS-NEXT to PYTHON-FONTTOOLS.
* | gnu: fontconfig: Update to 2.14.0.Marius Bakke2022-09-081-2/+2
| | | | | | | | * gnu/packages/fontutils.scm (fontconfig): Update to 2.14.0.
* | Merge branch 'staging' into core-updatesMarius Bakke2022-08-271-4/+6
|\|
| * gnu: python-ufo2ft: Add missing input.Marius Bakke2022-08-161-1/+2
| | | | | | | | | | * gnu/packages/fontutils.scm (python-ufo2ft)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
| * gnu: python-afdko: Add missing input.Marius Bakke2022-08-161-1/+2
| | | | | | | | | | * gnu/packages/fontutils.scm (python-afdko)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
| * gnu: python-ufoprocessor: Add missing input.Marius Bakke2022-08-161-1/+1
| | | | | | | | | | * gnu/packages/fontutils.scm (python-ufoprocessor)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
| * gnu: python-fontparts: Add missing input.Marius Bakke2022-08-161-1/+1
| | | | | | | | | | * gnu/packages/fontutils.scm (python-fontparts-bootstrap)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
* | Merge branch 'staging' into core-updatesMarius Bakke2022-07-271-2/+13
|\|
| * gnu: python-fontpens: Remove failing docstring assertion.Tobias Geerinckx-Rice2022-07-241-2/+13
| | | | | | | | | | * gnu/packages/fontutils.scm (python-fontpens)[arguments]: Add a new 'drop-flaky-docstring phase.
* | Merge branch 'master' into core-updatesMarius Bakke2022-06-271-0/+73
|\|
| * gnu: Add python-statmake.Maxim Cournoyer2022-06-261-0/+73
| | | | | | | | * gnu/packages/fontutils.scm (python-statmake): New variable.
* | Merge branch 'master' into core-updatesLudovic Courtès2022-06-081-52/+744
|\|
| * gnu: Remove python2-ufolib.Maxim Cournoyer2022-05-311-24/+0
| | | | | | | | * gnu/packages/fontutils.scm (python2-ufolib): Delete variable.
| * gnu: Remove python2-defcon.Maxim Cournoyer2022-05-311-18/+0
| | | | | | | | * gnu/packages/fontutils.scm (python2-defcon): Delete variable.
| * gnu: nototools: Update to 0.2.16.Maxim Cournoyer2022-05-311-12/+16
| | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (nototools): Update to 0.2.16. [arguments]: Remove python argument. [phases]: New argument. [native-inputs]: New field. [propagated-inputs]: Remove python2-booleanoperations, python2-defcon, python2-fonttools, python2-pillow, python2-pyclipper, and python2-ufolib. Add python-afdko.
| * gnu: Add python-sfdlib.Maxim Cournoyer2022-05-121-0/+22
| | | | | | | | * gnu/packages/fontutils.scm (python-sfdlib): New variable.
| * gnu: Add python-ufo2ft.Maxim Cournoyer2022-05-121-0/+30
| | | | | | | | * gnu/packages/fontutils.scm (python-ufo2ft): New variable.
| * gnu: Add python-compreffor.Maxim Cournoyer2022-05-121-0/+29
| | | | | | | | * gnu/packages/fontutils.scm (python-compreffor): New variable.
| * gnu: Add python-ufolib2.Maxim Cournoyer2022-05-121-0/+46
| | | | | | | | * gnu/packages/fontutils.scm (python-ufolib2): New variable.
| * gnu: Add python-skia-pathops.Maxim Cournoyer2022-05-121-0/+44
| | | | | | | | * gnu/packages/fontutils.scm (python-skia-pathops): New variable.
| * gnu: Add python-cffsubr.Maxim Cournoyer2022-05-121-0/+49
| | | | | | | | * gnu/packages/fontutils.scm (python-cffsubr): New variable.
| * gnu: Add python-afdko.Maxim Cournoyer2022-05-121-0/+139
| | | | | | | | * gnu/packages/fontutils.scm (python-afdko): New variable.
| * gnu: Add psautohint.Maxim Cournoyer2022-05-121-0/+43
| | | | | | | | * gnu/packages/fontutils.scm (psautohint): New variable.
| * gnu: Add psautohint-font-data.Maxim Cournoyer2022-05-121-0/+28
| | | | | | | | * gnu/packages/fontutils.scm (psautohint-font-data): New variable.
| * gnu: Add python-ufonormalizer.Maxim Cournoyer2022-05-121-0/+26
| | | | | | | | * gnu/packages/fontutils.scm (python-ufonormalizer): New variable.
| * gnu: Add python-ufoprocessor.Maxim Cournoyer2022-05-121-0/+43
| | | | | | | | * gnu/packages/fontutils.scm (python-ufoprocessor): New variable.