Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 03:48:42 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: 35cd7c24c8ff - main - textproc/py-fluent.syntax: Add py-fluent.syntax 0.18.1
Message-ID:  <202109210348.18L3mgHA017153@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=35cd7c24c8ff5ebf496ac6a3e01bab7af1a088d5

commit 35cd7c24c8ff5ebf496ac6a3e01bab7af1a088d5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-21 03:06:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-21 03:35:08 +0000

    textproc/py-fluent.syntax: Add py-fluent.syntax 0.18.1
    
    Project Fluent is a collection of Python packages to use the Fluent localization
    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.
    
    WWW: https://github.com/projectfluent/python-fluent
    WWW: https://github.com/projectfluent/python-fluent/tree/master/fluent.syntax
---
 textproc/Makefile                   |  1 +
 textproc/py-fluent.syntax/Makefile  | 19 +++++++++++++++++++
 textproc/py-fluent.syntax/distinfo  |  3 +++
 textproc/py-fluent.syntax/pkg-descr |  9 +++++++++
 4 files changed, 32 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index 64f624ff971b..c83c8e7effbe 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1292,6 +1292,7 @@
     SUBDIR += py-fastavro
     SUBDIR += py-feedparser
     SUBDIR += py-fingerprints
+    SUBDIR += py-fluent.syntax
     SUBDIR += py-ftfy
     SUBDIR += py-furo
     SUBDIR += py-gambit-elasticsearch
diff --git a/textproc/py-fluent.syntax/Makefile b/textproc/py-fluent.syntax/Makefile
new file mode 100644
index 000000000000..06e45ba9fdac
--- /dev/null
+++ b/textproc/py-fluent.syntax/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	fluent.syntax
+PORTVERSION=	0.18.1
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Localization library for expressive translations
+
+LICENSE=	APACHE20
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-fluent.syntax/distinfo b/textproc/py-fluent.syntax/distinfo
new file mode 100644
index 000000000000..0999174f84c0
--- /dev/null
+++ b/textproc/py-fluent.syntax/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1632036832
+SHA256 (fluent.syntax-0.18.1.tar.gz) = 3a55f5e605d1b029a65cc8b6492c86ec4608e15447e73db1495de11fd46c104f
+SIZE (fluent.syntax-0.18.1.tar.gz) = 12881
diff --git a/textproc/py-fluent.syntax/pkg-descr b/textproc/py-fluent.syntax/pkg-descr
new file mode 100644
index 000000000000..7fa3e05856a8
--- /dev/null
+++ b/textproc/py-fluent.syntax/pkg-descr
@@ -0,0 +1,9 @@
+Project Fluent is a collection of Python packages to use the Fluent localization
+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.
+
+WWW: https://github.com/projectfluent/python-fluent
+WWW: https://github.com/projectfluent/python-fluent/tree/master/fluent.syntax



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