diff options
author | kleink <kleink> | 2013-05-21 15:03:43 +0000 |
---|---|---|
committer | kleink <kleink> | 2013-05-21 15:03:43 +0000 |
commit | 5cbba96013a03f238c88ce77f03b9e64d854a750 (patch) | |
tree | 13dbab2cf29f42fb52f4f407b543423fa91cba58 | |
parent | ab7ec5b8115c4020c474f4ea00a810155ce8bea6 (diff) | |
download | pkgsrc-5cbba96013a03f238c88ce77f03b9e64d854a750.tar.gz |
Import MarkupSafe-0.16 as textproc/py-markupsafe.
MarkupSafe implements a unicode subclass that supports HTML strings.
-rw-r--r-- | textproc/py-markupsafe/DESCR | 1 | ||||
-rw-r--r-- | textproc/py-markupsafe/Makefile | 18 | ||||
-rw-r--r-- | textproc/py-markupsafe/PLIST | 22 | ||||
-rw-r--r-- | textproc/py-markupsafe/distinfo | 5 |
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 |