summaryrefslogtreecommitdiff
path: root/textproc/py-markupsafe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-markupsafe/Makefile')
-rw-r--r--textproc/py-markupsafe/Makefile8
1 files changed, 4 insertions, 4 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"