diff options
author | adam <adam@pkgsrc.org> | 2022-11-29 10:30:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-29 10:30:55 +0000 |
commit | 806b6eb27e32b7e63f751a30cf87ca0f1f00d9c0 (patch) | |
tree | dd90221606518a8552bd835a98b08e1420d11e2a /textproc/Makefile | |
parent | 60481c4a2f7ede65d5bfa72e585af516fab70c75 (diff) | |
download | pkgsrc-806b6eb27e32b7e63f751a30cf87ca0f1f00d9c0.tar.gz |
py-markuppy: added version 1.14
This is MarkupPy - a Python module that attempts to make it easier to generate
HTML/XML from a Python program in an intuitive, lightweight, customizable and
pythonic way.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a0f16218d7e..84176ad6e43 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1334 2022/11/23 21:50:46 nros Exp $ +# $NetBSD: Makefile,v 1.1335 2022/11/29 10:30:55 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1059,6 +1059,7 @@ SUBDIR+= py-markdown-math SUBDIR+= py-markdown2 SUBDIR+= py-markdown3 SUBDIR+= py-markovify +SUBDIR+= py-markuppy SUBDIR+= py-markups SUBDIR+= py-markupsafe SUBDIR+= py-mecab |