Thu Jan 3 14:04:46 2013 UTC ()
Import py27-bleach-1.1.5 as www/py-bleach.

Bleach is an HTML sanitizing library that escapes or strips markup
and attributes based on a white list. Bleach can also linkify text
safely, applying filters that Django's ``urlize`` filter cannot,
and optionally setting ``rel`` attributes, even on links already
in the text.


(ryoon)
diff -r0 -r1.1 pkgsrc/www/py-bleach/DESCR
diff -r0 -r1.1 pkgsrc/www/py-bleach/Makefile
diff -r0 -r1.1 pkgsrc/www/py-bleach/PLIST
diff -r0 -r1.1 pkgsrc/www/py-bleach/distinfo

File Added: pkgsrc/www/py-bleach/DESCR
Bleach is an HTML sanitizing library that escapes or strips markup
and attributes based on a white list. Bleach can also linkify text
safely, applying filters that Django's ``urlize`` filter cannot,
and optionally setting ``rel`` attributes, even on links already
in the text.

File Added: pkgsrc/www/py-bleach/Makefile
# $NetBSD: Makefile,v 1.1 2013/01/03 14:04:46 ryoon Exp $
#

DISTNAME=	bleach-1.1.5
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	www
MASTER_SITES=	http://pypi.python.org/packages/source/b/bleach/

MAINTAINER=	ryoon@NetBSD.org
HOMEPAGE=	http://pypi.python.org/pypi/bleach
COMMENT=	Easy whitelist-based HTML-sanitizing tool
LICENSE=	modified-bsd

USE_LANGUAGES=	# none

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/py-bleach/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/01/03 14:04:46 ryoon Exp $
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
${PYSITELIB}/${EGG_FILE}/not-zip-safe
${PYSITELIB}/${EGG_FILE}/requires.txt
${PYSITELIB}/${EGG_FILE}/top_level.txt
${PYSITELIB}/bleach/__init__.py
${PYSITELIB}/bleach/__init__.pyc
${PYSITELIB}/bleach/__init__.pyo
${PYSITELIB}/bleach/encoding.py
${PYSITELIB}/bleach/encoding.pyc
${PYSITELIB}/bleach/encoding.pyo
${PYSITELIB}/bleach/sanitizer.py
${PYSITELIB}/bleach/sanitizer.pyc
${PYSITELIB}/bleach/sanitizer.pyo
${PYSITELIB}/bleach/tests/__init__.py
${PYSITELIB}/bleach/tests/__init__.pyc
${PYSITELIB}/bleach/tests/__init__.pyo
${PYSITELIB}/bleach/tests/test_basics.py
${PYSITELIB}/bleach/tests/test_basics.pyc
${PYSITELIB}/bleach/tests/test_basics.pyo
${PYSITELIB}/bleach/tests/test_css.py
${PYSITELIB}/bleach/tests/test_css.pyc
${PYSITELIB}/bleach/tests/test_css.pyo
${PYSITELIB}/bleach/tests/test_delinkify.py
${PYSITELIB}/bleach/tests/test_delinkify.pyc
${PYSITELIB}/bleach/tests/test_delinkify.pyo
${PYSITELIB}/bleach/tests/test_links.py
${PYSITELIB}/bleach/tests/test_links.pyc
${PYSITELIB}/bleach/tests/test_links.pyo
${PYSITELIB}/bleach/tests/test_security.py
${PYSITELIB}/bleach/tests/test_security.pyc
${PYSITELIB}/bleach/tests/test_security.pyo
${PYSITELIB}/bleach/tests/test_unicode.py
${PYSITELIB}/bleach/tests/test_unicode.pyc
${PYSITELIB}/bleach/tests/test_unicode.pyo

File Added: pkgsrc/www/py-bleach/distinfo
$NetBSD: distinfo,v 1.1 2013/01/03 14:04:46 ryoon Exp $

SHA1 (bleach-1.1.5.tar.gz) = c9c5ea22a1a2ef4c6804f9ed8138c2d9ad6a23d4
RMD160 (bleach-1.1.5.tar.gz) = e04d88113f96f3612611d2919d1894f33ef10c3e
Size (bleach-1.1.5.tar.gz) = 18344 bytes