aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-10-02 01:04:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-10-02 01:04:56 +0800
commitec62b67a9a6fe69032d33519b6e2b3753a627629 (patch)
treec7f9052344d9940b8df5df24f3858937f3022771 /print
parent3a6aa51fe3b140389980750aabd458163ebb4383 (diff)
downloadfreebsd-ports-gnome-ec62b67a9a6fe69032d33519b6e2b3753a627629.tar.gz
freebsd-ports-gnome-ec62b67a9a6fe69032d33519b6e2b3753a627629.tar.zst
freebsd-ports-gnome-ec62b67a9a6fe69032d33519b6e2b3753a627629.zip
Add py-fonttools-interpolatable 3.44.0
This port is the extra dependencies for interpolatable functionality of FontTools. Add both print/py-fonttools and print/py-fonttools-interpolatable to RUN_DEPENDS if you need "fonttools[interpolatable]". WWW: https://github.com/fonttools/fonttools
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/py-fonttools-interpolatable/Makefile18
-rw-r--r--print/py-fonttools-interpolatable/pkg-descr7
3 files changed, 26 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 00215eb91e3e..19db6a5e330a 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -184,6 +184,7 @@
SUBDIR += psutils
SUBDIR += py-fonttools
SUBDIR += py-fonttools-graphite
+ SUBDIR += py-fonttools-interpolatable
SUBDIR += py-fpdf
SUBDIR += py-pdf
SUBDIR += py-pdf2
diff --git a/print/py-fonttools-interpolatable/Makefile b/print/py-fonttools-interpolatable/Makefile
new file mode 100644
index 000000000000..eb2df9cfcede
--- /dev/null
+++ b/print/py-fonttools-interpolatable/Makefile
@@ -0,0 +1,18 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fonttools
+PORTVERSION= 3.44.0
+CATEGORIES= print python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= -interpolatable
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Dependencies for interpolatable functionality of FontTools
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR}
+
+USES= metaport python:env
+USE_PYTHON= flavors
+
+.include <bsd.port.mk>
diff --git a/print/py-fonttools-interpolatable/pkg-descr b/print/py-fonttools-interpolatable/pkg-descr
new file mode 100644
index 000000000000..08780fe4e1fa
--- /dev/null
+++ b/print/py-fonttools-interpolatable/pkg-descr
@@ -0,0 +1,7 @@
+This port is the extra dependencies for interpolatable functionality of
+FontTools.
+
+Add both print/py-fonttools and print/py-fonttools-interpolatable to RUN_DEPENDS
+if you need "fonttools[interpolatable]".
+
+WWW: https://github.com/fonttools/fonttools