1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/print/py-fontpens/Makefile
Po-Chuan Hsieh 730d2ebaf0
print/py-fontpens: Add py-fontpens 0.2.4
fontPens provides a collection of classes implementing the pen protocol for
manipulating glyphs.

WWW: https://github.com/robotools/fontPens
2021-05-16 23:23:47 +08:00

26 lines
732 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= fontpens
PORTVERSION= 0.2.4
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= fontPens-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Collection of classes implementing the pen protocol for manipulating glyphs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fontparts>=0.8.1:print/py-fontparts@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>