freebsd-ports/www/py-draftjs_exporter/Makefile
Sunpoet Po-Chuan Hsieh e0b9ea5f4e Add py-draftjs_exporter 2.1.5
Draft.js exporter is a library to convert rich text from Draft.js raw
ContentState to HTML.

It is developed alongside the Draftail rich text editor, for Wagtail.

Draft.js is a rich text editor framework for React. Its approach is different
from most rich text editors because it does not store data as HTML, but rather
in its own representation called ContentState. This exporter is useful when the
ContentState to HTML conversion has to be done in a Python ecosystem.

WWW: https://github.com/springload/draftjs_exporter
2019-01-27 19:57:19 +00:00

21 lines
449 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= draftjs_exporter
PORTVERSION= 2.1.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library to convert rich text from Draft.js raw ContentState to HTML
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>