From 66813c721cb0251995d9fd0d41421650eb4ed50d Mon Sep 17 00:00:00 2001 From: kleink Date: Tue, 21 May 2013 15:03:43 +0000 Subject: Import MarkupSafe-0.16 as textproc/py-markupsafe. MarkupSafe implements a unicode subclass that supports HTML strings. --- textproc/py-markupsafe/DESCR | 1 + textproc/py-markupsafe/Makefile | 18 ++++++++++++++++++ textproc/py-markupsafe/PLIST | 22 ++++++++++++++++++++++ textproc/py-markupsafe/distinfo | 5 +++++ 4 files changed, 46 insertions(+) create mode 100644 textproc/py-markupsafe/DESCR create mode 100644 textproc/py-markupsafe/Makefile create mode 100644 textproc/py-markupsafe/PLIST create mode 100644 textproc/py-markupsafe/distinfo 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 -- cgit v1.2.3