mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
29 lines
576 B
Makefile
29 lines
576 B
Makefile
COMMENT= library to manipulate font files from for Python
|
|
|
|
MODPY_DISTV= 4.62.1
|
|
DISTNAME= fonttools-${MODPY_DISTV}
|
|
PKGNAME= py-fonttools-${MODPY_DISTV}
|
|
|
|
HOMEPAGE= https://github.com/fonttools/fonttools
|
|
|
|
CATEGORIES= print
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
MODPY_TEST_DIR= ${WRKSRC}/Tests
|
|
|
|
MAKE_ENV= FONTTOOLS_MANPATH="man"
|
|
|
|
RUN_DEPENDS= archivers/py-brotli \
|
|
archivers/py-zopfli
|
|
|
|
BUILD_DEPENDS= lang/cython
|
|
# also needs a port of https://pyfilesystem.readthedocs.io
|
|
TEST_DEPENDS= textproc/py-lxml
|
|
|
|
.include <bsd.port.mk>
|