aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-16 15:12:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-16 15:23:47 +0000
commit730d2ebaf0d302e05a4db41edb8b891ef4017fde (patch)
tree4ff357213d74992c10a14f951fa350099d2d5aed
parentd4ca6956380f540c2f19ad811a05c28d66b9632c (diff)
downloadports-730d2ebaf0d302e05a4db41edb8b891ef4017fde.tar.gz
ports-730d2ebaf0d302e05a4db41edb8b891ef4017fde.zip
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
-rw-r--r--print/Makefile1
-rw-r--r--print/py-fontpens/Makefile25
-rw-r--r--print/py-fontpens/distinfo3
-rw-r--r--print/py-fontpens/pkg-descr4
4 files changed, 33 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 561c6f7bad3a..77081bf1b66e 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -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
diff --git a/print/py-fontpens/Makefile b/print/py-fontpens/Makefile
new file mode 100644
index 000000000000..79ec3cd1d250
--- /dev/null
+++ b/print/py-fontpens/Makefile
@@ -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>
diff --git a/print/py-fontpens/distinfo b/print/py-fontpens/distinfo
new file mode 100644
index 000000000000..464c821e2463
--- /dev/null
+++ b/print/py-fontpens/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620928541
+SHA256 (fontPens-0.2.4.zip) = a6d9a14573b3450f3313d69523f9006028c21fc7aef5d35333b87aab7f2b41fd
+SIZE (fontPens-0.2.4.zip) = 22445
diff --git a/print/py-fontpens/pkg-descr b/print/py-fontpens/pkg-descr
new file mode 100644
index 000000000000..11b20ec53856
--- /dev/null
+++ b/print/py-fontpens/pkg-descr
@@ -0,0 +1,4 @@
+fontPens provides a collection of classes implementing the pen protocol for
+manipulating glyphs.
+
+WWW: https://github.com/robotools/fontPens