NOTICE: This package has been removed from pkgsrc

./www/py-meld3, HTML/XML templating engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0.0, Package name: py37-meld3-2.0.0, Maintainer: pkgsrc-users

meld3 is an HTML/XML templating system for Python which keeps
template markup and dynamic rendering logic separate from one
another. See http://www.entrian.com/PyMeld for a treatise on the
benefits of this pattern.

meld3 can deal with HTML or XML/XHTML input and can output well-formed
HTML or XML/XHTML.

meld3 is a variation of Paul Winkler's Meld2, which is itself a
variation of Richie Hindle's PyMeld.

meld3 uses Frederik Lundh's ElementTree library.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 0619297b811c287f36d4fb5fd40c32f3c910c6cc
RMD160: 087c67816bc0cdcc8dabccec0b1bb9dd384e267a
Filesize: 35.609 KB

Version history: (Expand)


CVS history: (Expand)


   2020-03-02 21:35:10 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
py-meld3: removed; included in latest py-supervisor
   2019-12-11 14:43:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-meld3: updated to 2.0.0

2.0.0:
- Removed support for older Python versions.  On Python 2, meld3 now
  requires Python 2.7.  On Python 3, meld3 now requires Python 3.4 or later.
- Added Python 3.7 classifier to ``setup.py``.  No code changes were
  needed for Python 3.7 compatibility.
   2017-04-28 16:49:30 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import py-meld3-1.0.2 as www/py-meld3.

meld3 is an HTML/XML templating system for Python which keeps
template markup and dynamic rendering logic separate from one
another. See http://www.entrian.com/PyMeld for a treatise on the
benefits of this pattern.

meld3 can deal with HTML or XML/XHTML input and can output well-formed
HTML or XML/XHTML.

meld3 is a variation of Paul Winkler's Meld2, which is itself a
variation of Richie Hindle's PyMeld.

meld3 uses Frederik Lundh's ElementTree library.