pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-meld3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 28 14:49:30 UTC 2017

Added Files:
        pkgsrc/www/py-meld3: DESCR Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-meld3/DESCR pkgsrc/www/py-meld3/Makefile \
    pkgsrc/www/py-meld3/PLIST pkgsrc/www/py-meld3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-meld3/DESCR
diff -u /dev/null pkgsrc/www/py-meld3/DESCR:1.1
--- /dev/null   Fri Apr 28 14:49:30 2017
+++ pkgsrc/www/py-meld3/DESCR   Fri Apr 28 14:49:30 2017
@@ -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.
Index: pkgsrc/www/py-meld3/Makefile
diff -u /dev/null pkgsrc/www/py-meld3/Makefile:1.1
--- /dev/null   Fri Apr 28 14:49:30 2017
+++ pkgsrc/www/py-meld3/Makefile        Fri Apr 28 14:49:30 2017
@@ -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"
Index: pkgsrc/www/py-meld3/PLIST
diff -u /dev/null pkgsrc/www/py-meld3/PLIST:1.1
--- /dev/null   Fri Apr 28 14:49:30 2017
+++ pkgsrc/www/py-meld3/PLIST   Fri Apr 28 14:49:30 2017
@@ -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
Index: pkgsrc/www/py-meld3/distinfo
diff -u /dev/null pkgsrc/www/py-meld3/distinfo:1.1
--- /dev/null   Fri Apr 28 14:49:30 2017
+++ pkgsrc/www/py-meld3/distinfo        Fri Apr 28 14:49:30 2017
@@ -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