mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00

new file: f/flit/flit-3.9.0-GCCcore-13.3.0.eb new file: f/fonttools/fonttools-4.53.1-GCCcore-13.3.0.eb new file: h/HarfBuzz/HarfBuzz-9.0.0-GCCcore-13.3.0.eb new file: n/NSS/NSS-3.104-GCCcore-13.3.0.eb new file: p/Python-bundle-PyPI/Python-bundle-PyPI-2024.06-GCCcore-13.3.0.eb new file: p/poetry/poetry-1.8.3-GCCcore-13.3.0.eb new file: q/Qt6/Qt6-6.7.2-GCCcore-13.3.0.eb new file: s/scikit-build/scikit-build-0.17.6-GCCcore-13.3.0.eb new file: v/virtualenv/virtualenv-20.26.2-GCCcore-13.3.0.eb
27 lines
771 B
Plaintext
27 lines
771 B
Plaintext
# IT4Innovations
|
|
# LK 2025
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'fonttools'
|
|
version = '4.53.1'
|
|
|
|
homepage = 'https://python-markdown.github.io/'
|
|
description = """
|
|
fontTools is a library for manipulating fonts, written in Python.
|
|
The project includes the TTX tool, that can convert TrueType and OpenType fonts to and from an XML text format,
|
|
which is also called TTX.
|
|
It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['e128778a8e9bc11159ce5447f76766cefbd876f44bd79aff030287254e4752c4']
|
|
|
|
builddependencies = [('binutils', '2.42')]
|
|
dependencies = [('Python', '3.12.3')]
|
|
|
|
options = {'modulename': 'fontTools'}
|
|
|
|
moduleclass = 'devel'
|