ce13b8fdb1
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)
14 lines
447 B
Makefile
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"
|