From 4726036ea617c8d24330d53dc2874fd8983faf45 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 6 Apr 2023 01:19:26 +0800 Subject: [PATCH] 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