summaryrefslogtreecommitdiff
path: root/textproc/py-dominate
AgeCommit message (Collapse)AuthorFilesLines
2022-11-03py-dominate: updated to 2.7.0adam2-7/+6
2.7.0: Bug fixed
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-16py-dominate: updated to 2.6.0adam2-9/+9
2.6.0: Add get_current() to return the current active element in a with context.
2020-05-17py-dominate: updated to 2.5.1adam2-8/+9
2.5.1: fix quote character 2.5.0: Update CI, versions
2019-09-06py-dominate: updated to 2.4.0adam3-8/+16
2.4.0: SVG Support.
2019-02-18py-dominate: updated to 2.3.5adam2-7/+7
2.3.5: Unknown changes
2017-10-23py-dominate: added version 2.3.1adam4-0/+52
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminates the need to learn another template language, and lets you take advantage of the more powerful features of Python.