pkgsrc/textproc/py-markupsafe/Makefile
kleink ce13b8fdb1 py-markupsafe: Update to 1.1.1.
Version 1.1.1
-------------

Released 2019-02-23

-   Fix segfault when ``__html__`` method raises an exception when using
    the C speedups. The exception is now propagated correctly. (#109)
2019-02-25 16:27:24 +00:00

14 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/02/25 16:27:24 kleink Exp $
DISTNAME= MarkupSafe-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/MarkupSafe/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= https://www.palletsprojects.com/p/markupsafe/
COMMENT= Implements a unicode subclass that supports HTML strings
LICENSE= modified-bsd
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"