pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-meld3 Import py-meld3-1.0.2 as www/py-meld3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1da28bedfee9
branches: trunk
changeset: 361900:1da28bedfee9
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Apr 28 14:49:30 2017 +0000
description:
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.
diffstat:
www/py-meld3/DESCR | 12 ++++++++++++
www/py-meld3/Makefile | 14 ++++++++++++++
www/py-meld3/PLIST | 17 +++++++++++++++++
www/py-meld3/distinfo | 6 ++++++
4 files changed, 49 insertions(+), 0 deletions(-)
diffs (65 lines):
diff -r 841d1e144f50 -r 1da28bedfee9 www/py-meld3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-meld3/DESCR Fri Apr 28 14:49:30 2017 +0000
@@ -0,0 +1,12 @@
+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.
diff -r 841d1e144f50 -r 1da28bedfee9 www/py-meld3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-meld3/Makefile Fri Apr 28 14:49:30 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/04/28 14:49:30 wiz Exp $
+
+DISTNAME= meld3-1.0.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/meld3/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://entrian.com/PyMeld/
+COMMENT= HTML/XML templating engine
+LICENSE= original-bsd
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 841d1e144f50 -r 1da28bedfee9 www/py-meld3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-meld3/PLIST Fri Apr 28 14:49:30 2017 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/28 14:49:30 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/meld3/__init__.py
+${PYSITELIB}/meld3/__init__.pyc
+${PYSITELIB}/meld3/__init__.pyo
+${PYSITELIB}/meld3/_compat.py
+${PYSITELIB}/meld3/_compat.pyc
+${PYSITELIB}/meld3/_compat.pyo
+${PYSITELIB}/meld3/meld3.py
+${PYSITELIB}/meld3/meld3.pyc
+${PYSITELIB}/meld3/meld3.pyo
+${PYSITELIB}/meld3/test_meld3.py
+${PYSITELIB}/meld3/test_meld3.pyc
+${PYSITELIB}/meld3/test_meld3.pyo
diff -r 841d1e144f50 -r 1da28bedfee9 www/py-meld3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-meld3/distinfo Fri Apr 28 14:49:30 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/28 14:49:30 wiz Exp $
+
+SHA1 (meld3-1.0.2.tar.gz) = 01e90ab9a97b68a202e95d4460e4bcea3d929495
+RMD160 (meld3-1.0.2.tar.gz) = 5d8fc6e2d07e860d04aac7b78e74b87916bf1e77
+SHA512 (meld3-1.0.2.tar.gz) = 54fe6def7169fb4e3469cad8be58e56984026f27b3b8b2bfd6d53e2296e0c2a5bfb3e67d032ef75edd93306f4115a091930a7aae3573acecd3fed4acd6eeb544
+Size (meld3-1.0.2.tar.gz) = 36478 bytes
Home |
Main Index |
Thread Index |
Old Index