From owner-dev-commits-ports-all@freebsd.org Sun May 16 15:25:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3AA5E644D34; Sun, 16 May 2021 15:25:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FjmLW6w8Yz4Z87; Sun, 16 May 2021 15:25:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C4DCE1B31C; Sun, 16 May 2021 15:25:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14GFPt9r065711; Sun, 16 May 2021 15:25:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14GFPtvG065710; Sun, 16 May 2021 15:25:55 GMT (envelope-from git) Date: Sun, 16 May 2021 15:25:55 GMT Message-Id: <202105161525.14GFPtvG065710@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: d4ca6956380f - main - print/py-fontparts: Add py-fontparts 0.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d4ca6956380f540c2f19ad811a05c28d66b9632c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2021 15:25:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4ca6956380f540c2f19ad811a05c28d66b9632c commit d4ca6956380f540c2f19ad811a05c28d66b9632c Author: Po-Chuan Hsieh AuthorDate: 2021-05-16 15:12:49 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-16 15:23:46 +0000 print/py-fontparts: Add py-fontparts 0.9.10 FontParts provides an API for interacting with the parts of fonts during the font development process. FontParts is the replacement for RoboFab. WWW: https://github.com/robotools/fontParts --- print/Makefile | 1 + print/py-fontparts/Makefile | 28 ++++++++++++++++++++++++++++ print/py-fontparts/distinfo | 3 +++ print/py-fontparts/files/patch-setup.py | 11 +++++++++++ print/py-fontparts/pkg-descr | 4 ++++ 5 files changed, 47 insertions(+) diff --git a/print/Makefile b/print/Makefile index cea14a49af20..561c6f7bad3a 100644 --- a/print/Makefile +++ b/print/Makefile @@ -174,6 +174,7 @@ SUBDIR += py-font-v SUBDIR += py-fontaine SUBDIR += py-fontbakery + SUBDIR += py-fontparts SUBDIR += py-fonttools SUBDIR += py-fonttools3 SUBDIR += py-fpdf diff --git a/print/py-fontparts/Makefile b/print/py-fontparts/Makefile new file mode 100644 index 000000000000..fe831daf4810 --- /dev/null +++ b/print/py-fontparts/Makefile @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= fontparts +PORTVERSION= 0.9.10 +CATEGORIES= print python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= fontParts-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= API for interacting with the parts of fonts during the font development process + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.8.2:x11-fonts/py-booleanOperations@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fontpens>=0.1.0:print/py-fontpens@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} + +USES= python:3.6+ zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/print/py-fontparts/distinfo b/print/py-fontparts/distinfo new file mode 100644 index 000000000000..4e76a44ad0f7 --- /dev/null +++ b/print/py-fontparts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620928539 +SHA256 (fontParts-0.9.10.zip) = 4898942385e0ea28a721fd8de3232f5db7b6c528840754fa8b703a3617b69243 +SIZE (fontParts-0.9.10.zip) = 495801 diff --git a/print/py-fontparts/files/patch-setup.py b/print/py-fontparts/files/patch-setup.py new file mode 100644 index 000000000000..5bf06ce825c6 --- /dev/null +++ b/print/py-fontparts/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-03-09 14:24:32 UTC ++++ setup.py +@@ -28,7 +28,7 @@ setup_params = dict( + "FontTools[ufo,lxml,unicode]>=3.32.0", + "fontMath>=0.4.8", + "defcon[pens]>=0.6.0", +- "booleanOperations>=0.9.0", ++ "booleanOperations>=0.8.2", + ], + classifiers=[ + "Development Status :: 4 - Beta", diff --git a/print/py-fontparts/pkg-descr b/print/py-fontparts/pkg-descr new file mode 100644 index 000000000000..7a401baa23ab --- /dev/null +++ b/print/py-fontparts/pkg-descr @@ -0,0 +1,4 @@ +FontParts provides an API for interacting with the parts of fonts during the +font development process. FontParts is the replacement for RoboFab. + +WWW: https://github.com/robotools/fontParts