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
19 lines
399 B
Makefile
19 lines
399 B
Makefile
# 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>
|