Port details on branch 2024Q3 |
- py-draftjs-exporter Library to convert rich text from Draft.js raw ContentState to HTML
- 5.0.0_1 www =2 5.0.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-12-05 13:53:15
- Last Update: 2024-05-13 14:12:33
- Commit Hash: b0867dc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/springload/draftjs_exporter
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}draftjs-exporter>0:www/py-draftjs-exporter@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-draftjs-exporter/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-draftjs-exporter
- pkg install py39-draftjs-exporter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-draftjs-exporter listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-draftjs-exporter
- Package flavors (<flavor>: <package>)
- py39: py39-draftjs-exporter
- distinfo:
- TIMESTAMP = 1649423850
SHA256 (draftjs_exporter-5.0.0.tar.gz) = 2efee45d4bb4c0aaacc3e5ea2983a29a29381e02037f3f92a6b12706d7b87e1e
SIZE (draftjs_exporter-5.0.0.tar.gz) = 33271
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- www/py-wagtail
Configuration Options:
- ===> The following configuration options are available for py39-draftjs-exporter-5.0.0_1:
HTML5LIB=off: Use html5lib as backing engine
LXML=off: Use lxml as backing engine
===> Use 'make config' to modify these settings
- Options name:
- www_py-draftjs-exporter
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|