pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-html2text Replace Python interpreter in __...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b78acb81f7cd
branches:  trunk
changeset: 639402:b78acb81f7cd
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Sep 12 13:52:20 2014 +0000

description:
Replace Python interpreter in __init__.py to squelch pkgsrc warning.
Seems unlikely to matter much in practice; ride recent version bump.

diffstat:

 textproc/py-html2text/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a9e43ce69848 -r b78acb81f7cd textproc/py-html2text/Makefile
--- a/textproc/py-html2text/Makefile    Fri Sep 12 12:55:41 2014 +0000
+++ b/textproc/py-html2text/Makefile    Fri Sep 12 13:52:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/09/12 06:04:36 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2014/09/12 13:52:20 schmonz Exp $
 
 DISTNAME=              html2text-2014.9.8
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@
 
 PYTHON_SELF_CONFLICT=  yes
 PYDISTUTILSPKG=                yes
+REPLACE_PYTHON=                html2text/__init__.py
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index