Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 00:01:52 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0efc7fe02a39 - main - print/py-glyphsets: Update to 0.6.15
Message-ID:  <202404060001.43601qP8076756@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0efc7fe02a39ed49121e94a94def9a17c027a458

commit 0efc7fe02a39ed49121e94a94def9a17c027a458
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 23:58:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 23:58:04 +0000

    print/py-glyphsets: Update to 0.6.15
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/googlefonts/glyphsets/releases
---
 print/py-glyphsets/Makefile | 11 +++++++----
 print/py-glyphsets/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/print/py-glyphsets/Makefile b/print/py-glyphsets/Makefile
index aed3cb332daf..12108b3c5b03 100644
--- a/print/py-glyphsets/Makefile
+++ b/print/py-glyphsets/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	glyphsets
-PORTVERSION=	0.6.14
+PORTVERSION=	0.6.15
 CATEGORIES=	print python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,17 +11,20 @@ WWW=		https://github.com/googlefonts/glyphsets
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-scm>=4<8.1:devel/py-setuptools-scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=4<8.1:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defcon>=0:x11-fonts/py-defcon@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}gflanguages>=0.5.17:x11-fonts/py-gflanguages@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}gflanguages>=0.5.16:x11-fonts/py-gflanguages@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}unicodedata2>=0:devel/py-unicodedata2@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/print/py-glyphsets/distinfo b/print/py-glyphsets/distinfo
index 53b099863287..847a740a4104 100644
--- a/print/py-glyphsets/distinfo
+++ b/print/py-glyphsets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390710
-SHA256 (glyphsets-0.6.14.tar.gz) = 94c46072169d80ac9f14bc3a645d6c24028100aef9ce6c3becbdf8316f69ed32
-SIZE (glyphsets-0.6.14.tar.gz) = 1015050
+TIMESTAMP = 1712330615
+SHA256 (glyphsets-0.6.15.tar.gz) = b2cf5ef883b21e6bd8c3145f0f3939e08ee31a8f6cca53e607a8b78d7f62eb55
+SIZE (glyphsets-0.6.15.tar.gz) = 957879



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404060001.43601qP8076756>