# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-freetype python.rootname freetype-py version 2.4.0 revision 0 license BSD maintainers {mps @Schamschula} openmaintainer description Freetype Python provides bindings for the FreeType library. long_description {*}${description} Only the high-level API is bound. supported_archs noarch platforms {darwin any} homepage https://github.com/rougier/freetype-py use_zip yes python.versions 38 39 310 311 312 checksums rmd160 45886f13d04a4e848df0f5af183f8ddc7b779947 \ sha256 8ad81195d2f8f339aba61700cebfbd77defad149c51f59b75a2a5e37833ae12e \ size 832493 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-certifi \ port:py${python.version}-setuptools_scm \ port:py${python.version}-toml \ port:py${python.version}-wheel depends_lib-append \ port:freetype # no need to use cmake to build freetype patchfiles patch-pyproject.toml.diff }