# This file created by conda-build 3.22.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Wed Oct 26 23:30:34 2022 # ------------------------------------------------ package: name: fonttools version: 4.38.0 source: sha256: 2bb244009f9bf3fa100fc3ead6aeb99febe5985fa20afbfbaa2f8946c2fbdaf1 url: https://pypi.io/packages/source/f/fonttools/fonttools-4.38.0.zip build: entry_points: - fonttools = fontTools.__main__:main - pyftmerge = fontTools.merge:main - pyftsubset = fontTools.subset:main - ttx = fontTools.ttx:main number: '1' script: /home/conda/feedstock_root/build_artifacts/fonttools_1666827107856/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/bin/python -m pip install . --no-deps -vv string: py310h5764c6d_1 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.39 h6ceecb4_0 - binutils_linux-64 2.39 h5fc0e48_11 - gcc_impl_linux-64 10.4.0 h5231bdf_19 - gcc_linux-64 10.4.0 h9215b83_11 - kernel-headers_linux-64 2.6.32 he073ed8_15 - ld_impl_linux-64 2.39 hc81fddc_0 - libgcc-devel_linux-64 10.4.0 hd38fd1e_19 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libsanitizer 10.4.0 h5246dfb_19 - libstdcxx-ng 12.2.0 h46fd767_19 - sysroot_linux-64 2.12 he073ed8_15 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - bzip2 1.0.8 h7f98852_4 - ca-certificates 2022.9.24 ha878542_0 - cython 0.29.32 py310hd8f1fbe_1 - ld_impl_linux-64 2.39 hc81fddc_0 - libffi 3.4.2 h7f98852_5 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libnsl 2.0.0 h7f98852_0 - libsqlite 3.39.4 h753d276_0 - libstdcxx-ng 12.2.0 h46fd767_19 - libuuid 2.32.1 h7f98852_1000 - libzlib 1.2.13 h166bdaf_4 - ncurses 6.3 h27087fc_1 - openssl 3.0.5 h166bdaf_2 - pip 22.3 pyhd8ed1ab_0 - python 3.10.6 ha86cf86_0_cpython - python_abi 3.10 2_cp310 - readline 8.1.2 h0f457ee_0 - setuptools 65.5.0 pyhd8ed1ab_0 - tk 8.6.12 h27826a3_0 - tzdata 2022e h191b570_0 - wheel 0.37.1 pyhd8ed1ab_0 - xz 5.2.6 h166bdaf_0 run: - brotli - libgcc-ng >=12 - munkres - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 - unicodedata2 >=14.0.0 test: commands: - pip check - fonttools --help - fonttools subset --help - ttx -h - pyftsubset --help imports: - fontTools - fontTools.cffLib - fontTools.ttLib requires: - pip about: 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. The project has a BSD-style open-source licence. ' dev_url: https://github.com/fonttools/fonttools doc_url: https://groups.google.com/forum/#!forum/fonttools home: https://github.com/fonttools/fonttools license: MIT license_family: MIT license_file: LICENSE summary: fontTools is a library for manipulating fonts, written in Python. extra: copy_test_source_files: true final: true recipe-maintainers: - CJ-Wright - dopplershift - tacaswell