2e7dd3f321
Version 0.8 * Remove non breaking spaces preprocessing * Remove rev and rel attribute for footnotes * Fix bypassing XSS vulnerability by junorouse This version is strongly recommended, since it fixed a security issue.
20 lines
558 B
Makefile
20 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/10/27 13:06:27 adam Exp $
|
|
|
|
DISTNAME= mistune-0.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mistune/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/lepture/mistune
|
|
COMMENT= The fastest markdown parser in pure Python
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
# TEST_DEPENDS
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
|
|
|
.include "../../devel/py-cython/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|