pkgsrc/textproc/py-markdown2/Makefile
adam ecd47b6a2b py-markdown2: updated to 2.3.8
python-markdown2 2.3.8
- Temporary fix to issue 150
- Stop XML escaping the body of a link
- Don't auto link patterns surrounded by triple quotes
- Add class configurability to the enclosing tag
- Accept [X] as marked task
2019-05-30 05:10:55 +00:00

26 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/05/30 05:10:55 adam Exp $
DISTNAME= markdown2-2.3.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/markdown2/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/trentm/python-markdown2
COMMENT= Fast and complete Python implementation of Markdown
LICENSE= mit
USE_LANGUAGES= # none
REPLACE_PYTHON= lib/markdown2.py
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} markdown2 markdown2-${PYVERSSUFFIX} || ${TRUE}
do-test:
cd ${WRKSRC}/test && ${PYTHONBIN} test.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"