Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,18 +1,19 @@
# $NetBSD: Makefile,v 1.40 2015/07/14 22:02:53 wiz Exp $
# $NetBSD: Makefile,v 1.47 2016/08/28 15:48:35 wiz Exp $
DISTNAME= html2text-2015.6.21
DISTNAME= html2text-2016.5.29
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= http://pypi.python.org/packages/source/h/html2text/
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
PYTHON_SELF_CONFLICT= yes
PYDISTUTILSPKG= yes
REPLACE_PYTHON= html2text/__init__.py
REPLACE_PYTHON= html2text/__init__.py
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/html2text ${DESTDIR}${PREFIX}/bin/html2text-${PYVERSSUFFIX}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"