pkgsrc/textproc/py-html2text/Makefile
wiz ff28ec3abc Updated py-html2text to 2016.5.29.
2016.5.29
=========
----

* Fix #125: --pad_tables now pads table cells to make them look nice.
* Fix #114: Break does not interrupt blockquotes
* Deprecation warnings for URL retrieval.
2016-07-03 11:58:57 +00:00

22 lines
710 B
Makefile

# $NetBSD: Makefile,v 1.46 2016/07/03 11:58:57 wiz Exp $
DISTNAME= html2text-2016.5.29
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/html2text/
COMMENT= Convert HTML into easy-to-read plain ASCII text
LICENSE= gnu-gpl-v2
REPLACE_PYTHON= html2text/__init__.py
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/html2text ${DESTDIR}${PREFIX}/bin/html2text-${PYVERSSUFFIX}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"