summaryrefslogtreecommitdiff
path: root/textproc/py-markupsafe
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2013-05-21 15:03:43 +0000
committerkleink <kleink@pkgsrc.org>2013-05-21 15:03:43 +0000
commit66813c721cb0251995d9fd0d41421650eb4ed50d (patch)
tree13dbab2cf29f42fb52f4f407b543423fa91cba58 /textproc/py-markupsafe
parent6b95458c837bafb74d61c59e0370e7a4a74569f9 (diff)
downloadpkgsrc-66813c721cb0251995d9fd0d41421650eb4ed50d.tar.gz
Import MarkupSafe-0.16 as textproc/py-markupsafe.
MarkupSafe implements a unicode subclass that supports HTML strings.
Diffstat (limited to 'textproc/py-markupsafe')
-rw-r--r--textproc/py-markupsafe/DESCR1
-rw-r--r--textproc/py-markupsafe/Makefile18
-rw-r--r--textproc/py-markupsafe/PLIST22
-rw-r--r--textproc/py-markupsafe/distinfo5
4 files changed, 46 insertions, 0 deletions
diff --git a/textproc/py-markupsafe/DESCR b/textproc/py-markupsafe/DESCR
new file mode 100644
index 00000000000..3f0876b898f
--- /dev/null
+++ b/textproc/py-markupsafe/DESCR
@@ -0,0 +1 @@
+MarkupSafe implements a unicode subclass that supports HTML strings.
diff --git a/textproc/py-markupsafe/Makefile b/textproc/py-markupsafe/Makefile
new file mode 100644
index 00000000000..6461c21db2a
--- /dev/null
+++ b/textproc/py-markupsafe/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2013/05/21 15:03:43 kleink Exp $
+
+DISTNAME= MarkupSafe-0.16
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= textproc python
+MASTER_SITES= http://pypi.python.org/packages/source/M/MarkupSafe/
+
+MAINTAINER= kleink@NetBSD.org
+HOMEPAGE= http://github.com/mitsuhiko/markupsafe
+COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python
+LICENSE= modified-bsd
+
+USE_LANGUAGES= #none
+
+PYTHON_VERSIONS_INCLUDE_3X= yes
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-markupsafe/PLIST b/textproc/py-markupsafe/PLIST
new file mode 100644
index 00000000000..321bdb41a71
--- /dev/null
+++ b/textproc/py-markupsafe/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2013/05/21 15:03:43 kleink Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/markupsafe/__init__.py
+${PYSITELIB}/markupsafe/__init__.pyc
+${PYSITELIB}/markupsafe/__init__.pyo
+${PYSITELIB}/markupsafe/_compat.py
+${PYSITELIB}/markupsafe/_compat.pyc
+${PYSITELIB}/markupsafe/_compat.pyo
+${PYSITELIB}/markupsafe/_constants.py
+${PYSITELIB}/markupsafe/_constants.pyc
+${PYSITELIB}/markupsafe/_constants.pyo
+${PYSITELIB}/markupsafe/_native.py
+${PYSITELIB}/markupsafe/_native.pyc
+${PYSITELIB}/markupsafe/_native.pyo
+${PYSITELIB}/markupsafe/_speedups.c
+${PYSITELIB}/markupsafe/tests.py
+${PYSITELIB}/markupsafe/tests.pyc
+${PYSITELIB}/markupsafe/tests.pyo
diff --git a/textproc/py-markupsafe/distinfo b/textproc/py-markupsafe/distinfo
new file mode 100644
index 00000000000..425ca587dc2
--- /dev/null
+++ b/textproc/py-markupsafe/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/05/21 15:03:43 kleink Exp $
+
+SHA1 (MarkupSafe-0.16.tar.gz) = f2486fbc9c05bf1f401aef0febdc30b9fe34bbc6
+RMD160 (MarkupSafe-0.16.tar.gz) = f4659de412127f2dfe460a561e29e2217db630ae
+Size (MarkupSafe-0.16.tar.gz) = 11530 bytes