Date: Wed, 5 Apr 2023 17:38:47 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: 4726036ea617 - main - textproc/py-fluent.syntax: Update to 0.19.0 Message-ID: <202304051738.335HclFL089423@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=4726036ea617c8d24330d53dc2874fd8983faf45 commit 4726036ea617c8d24330d53dc2874fd8983faf45 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:19:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:53 +0000 textproc/py-fluent.syntax: Update to 0.19.0 - Clean up pkg-descr Changes: https://github.com/projectfluent/python-fluent/releases https://github.com/projectfluent/python-fluent/blob/main/fluent.syntax/CHANGELOG.md --- textproc/py-fluent.syntax/Makefile | 4 +++- textproc/py-fluent.syntax/distinfo | 6 +++--- textproc/py-fluent.syntax/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/py-fluent.syntax/Makefile b/textproc/py-fluent.syntax/Makefile index 55c4a477c709..1494b1293905 100644 --- a/textproc/py-fluent.syntax/Makefile +++ b/textproc/py-fluent.syntax/Makefile @@ -1,5 +1,5 @@ PORTNAME= fluent.syntax -PORTVERSION= 0.18.1 +PORTVERSION= 0.19.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ WWW= https://github.com/projectfluent/python-fluent/tree/master/fluent.syntax LICENSE= APACHE20 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7<5:devel/py-typing-extensions@${PY_FLAVOR} + USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/textproc/py-fluent.syntax/distinfo b/textproc/py-fluent.syntax/distinfo index 0999174f84c0..6bedd43eb423 100644 --- a/textproc/py-fluent.syntax/distinfo +++ b/textproc/py-fluent.syntax/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036832 -SHA256 (fluent.syntax-0.18.1.tar.gz) = 3a55f5e605d1b029a65cc8b6492c86ec4608e15447e73db1495de11fd46c104f -SIZE (fluent.syntax-0.18.1.tar.gz) = 12881 +TIMESTAMP = 1679498818 +SHA256 (fluent.syntax-0.19.0.tar.gz) = 920326d7f46864b9758f0044e9968e3112198bc826acee16ddd8f11d359004fd +SIZE (fluent.syntax-0.19.0.tar.gz) = 15039 diff --git a/textproc/py-fluent.syntax/pkg-descr b/textproc/py-fluent.syntax/pkg-descr index 9bddac9b26a6..9637ae445ce8 100644 --- a/textproc/py-fluent.syntax/pkg-descr +++ b/textproc/py-fluent.syntax/pkg-descr @@ -4,5 +4,3 @@ system. The syntax package includes the parser, serializer, and traversal utilities like Visitor and Transformer. You're looking for this package if you work on tooling for Fluent in Python. - -See also: https://github.com/projectfluent/python-fluent
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051738.335HclFL089423>