pkgsrc/textproc/py-html2text/Makefile
adam c106f13fc1 py-html2text: updated to 2018.9.1
2018.9.1
Fix: Non-ASCII in title attribute causes encode error.
Feature: Add support for the <kbd> tag.
Feature: Add support for the <q> tag.
2018-04-14 09:02:57 +00:00

19 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.52 2018/04/14 09:02:57 adam Exp $
DISTNAME= html2text-2018.1.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc converters python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://github.com/Alir3z4/html2text
COMMENT= Convert HTML into easy-to-read plain ASCII text
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"