diff options
author | kleink <kleink@pkgsrc.org> | 2017-03-14 13:36:16 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2017-03-14 13:36:16 +0000 |
commit | 9879bd312bf7b1dd32aeba27561953c20ce1f080 (patch) | |
tree | 612ad70a5b4708c0ede92d6b93d986a487db0d46 | |
parent | 6dd157b9dfcc64488d331de7655ad7de0b7b1929 (diff) | |
download | pkgsrc-9879bd312bf7b1dd32aeba27561953c20ce1f080.tar.gz |
Update py-markupsafe to 1.0.
Version 1.0
-----------
- Fixed custom types not invoking `__unicode__` when used
with `format()`.
- Added `__version__` module attribute
- Improve unescape code to leave lone ampersands alone.
-rw-r--r-- | textproc/py-markupsafe/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-markupsafe/PLIST | 5 | ||||
-rw-r--r-- | textproc/py-markupsafe/distinfo | 10 |
3 files changed, 10 insertions, 13 deletions
diff --git a/textproc/py-markupsafe/Makefile b/textproc/py-markupsafe/Makefile index 17fefb0c7ed..bae0b2e216f 100644 --- a/textproc/py-markupsafe/Makefile +++ b/textproc/py-markupsafe/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2016/06/08 17:43:41 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/03/14 13:36:16 kleink Exp $ -DISTNAME= MarkupSafe-0.23 +DISTNAME= MarkupSafe-1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=M/MarkupSafe/} MAINTAINER= kleink@NetBSD.org -HOMEPAGE= http://www.pocoo.org/projects/markupsafe/ -COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python +HOMEPAGE= https://www.palletsprojects.com/p/markupsafe/ +COMMENT= Implements a unicode subclass that supports HTML strings LICENSE= modified-bsd .include "../../lang/python/egg.mk" diff --git a/textproc/py-markupsafe/PLIST b/textproc/py-markupsafe/PLIST index 74b8f2ddd0d..f63a6477e2b 100644 --- a/textproc/py-markupsafe/PLIST +++ b/textproc/py-markupsafe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/05/21 19:30:37 kleink Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/03/14 13:36:16 kleink Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -18,6 +18,3 @@ ${PYSITELIB}/markupsafe/_native.pyc ${PYSITELIB}/markupsafe/_native.pyo ${PYSITELIB}/markupsafe/_speedups.c ${PYSITELIB}/markupsafe/_speedups.so -${PYSITELIB}/markupsafe/tests.py -${PYSITELIB}/markupsafe/tests.pyc -${PYSITELIB}/markupsafe/tests.pyo diff --git a/textproc/py-markupsafe/distinfo b/textproc/py-markupsafe/distinfo index 268224f566b..08255f3d03f 100644 --- a/textproc/py-markupsafe/distinfo +++ b/textproc/py-markupsafe/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 02:00:03 agc Exp $ +$NetBSD: distinfo,v 1.9 2017/03/14 13:36:16 kleink Exp $ -SHA1 (MarkupSafe-0.23.tar.gz) = cd5c22acf6dd69046d6cb6a3920d84ea66bdf62a -RMD160 (MarkupSafe-0.23.tar.gz) = 8d1dd780a46a18b6f6bad78bf92eeca2d06a1f54 -SHA512 (MarkupSafe-0.23.tar.gz) = 4f1fd91ced5e7119584b56cf7b69cfe6fdd9613bd77412368a38e9ef5d1011ba5c76d1d3a0da3d60f9f474627e6c8c8b613a80a668b32d212f09072f8b1f5b28 -Size (MarkupSafe-0.23.tar.gz) = 13416 bytes +SHA1 (MarkupSafe-1.0.tar.gz) = 9072e80a7faa0f49805737a48f3d871eb1c48728 +RMD160 (MarkupSafe-1.0.tar.gz) = 625a540aafd068e65a7d61693862d7cdc8e9d0a1 +SHA512 (MarkupSafe-1.0.tar.gz) = 7437a02cb1b9c1d6d6c20b13d394f24a1cd1cb8c743f832d8b1cbb6ab8846f70f54d924dd693423b33c4d592e772983ae38fd4a35961e233457c48bd3584ecb8 +Size (MarkupSafe-1.0.tar.gz) = 14356 bytes |