pkgsrc-WIP-changes archive

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

python #! path is fixed by setuptools, replacing it via the Makefile makes ansible_python_interpreter variable change name to ansible_python2.7_interpreter , leading to confusion



Module Name:	pkgsrc-wip
Committed By:	Anders Mundt Due <amd%pd-house.dk@localhost>
Pushed By:	amd
Date:		Sat Mar 12 11:00:03 2016 +0100
Changeset:	709e3b5c5adfb61a4ecdc0f43c3fa5c33ea66c4b

Modified Files:
	ansible/Makefile

Log Message:
python #! path is fixed by setuptools, replacing it via the Makefile makes ansible_python_interpreter variable change name to ansible_python2.7_interpreter, leading to confusion

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=709e3b5c5adfb61a4ecdc0f43c3fa5c33ea66c4b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ansible/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/ansible/Makefile b/ansible/Makefile
index b02f680..4d0cb16 100644
--- a/ansible/Makefile
+++ b/ansible/Makefile
@@ -44,12 +44,6 @@ SUBST_SED.prefix=		-e "s,@PREFIX@,${PREFIX},"
 SUBST_SED.prefix+=		-e "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},"
 SUBST_SED.prefix+=		-e "s,@PYSITELIB@,${PYSITELIB},"
 
-SUBST_CLASSES+=				pythonbin
-SUBST_STAGE.pythonbin=		pre-configure
-SUBST_FILES.pythonbin=		Makefile
-SUBST_MESSAGE.pythonbin=	Fixing path to PYTHONBIN.
-SUBST_SED.pythonbin=		-e "s,PYTHON=python,PYTHON=${PYTHONBIN},"
-
 PY_DIRS=	lib/ansible contrib/inventory
 
 .for f in `find ${PY_DIRS} -name \*.py`


Home | Main Index | Thread Index | Old Index