aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:06:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:35:08 +0000
commit35cd7c24c8ff5ebf496ac6a3e01bab7af1a088d5 (patch)
tree83bced807c45cc70956359d2ef7104e1ced02382
parent3ea5edf8a731cc77bda2e743df9ecceb89a66aca (diff)
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
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-fluent.syntax/Makefile19
-rw-r--r--textproc/py-fluent.syntax/distinfo3
-rw-r--r--textproc/py-fluent.syntax/pkg-descr9
4 files changed, 32 insertions, 0 deletions
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