1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2021-05-16 23:12:52 +08:00
parent d4ca695638
commit 730d2ebaf0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 33 additions and 0 deletions

View File

@ -175,6 +175,7 @@
SUBDIR += py-fontaine
SUBDIR += py-fontbakery
SUBDIR += py-fontparts
SUBDIR += py-fontpens
SUBDIR += py-fonttools
SUBDIR += py-fonttools3
SUBDIR += py-fpdf

View File

@ -0,0 +1,25 @@
# 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1620928541
SHA256 (fontPens-0.2.4.zip) = a6d9a14573b3450f3313d69523f9006028c21fc7aef5d35333b87aab7f2b41fd
SIZE (fontPens-0.2.4.zip) = 22445

View File

@ -0,0 +1,4 @@
fontPens provides a collection of classes implementing the pen protocol for
manipulating glyphs.
WWW: https://github.com/robotools/fontPens