Date: Sun, 03 Aug 2014 13:55:01 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds Message-ID: <bug-167368-21822-Owf1l2nnbs@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-167368-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-167368-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368 --- Comment #7 from Marcus von Appen <mva@FreeBSD.org> --- py-gobject3 uses a wrong substitute that is easily fixed with changing the egg-info entry in pkg-plist (use %%PYTHON_VER%% instead of %%PYTHON_VERSION%%) and adding a PLIST_SUB+= PYTHON_VER=${PYTHON_VER}. -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-167368-21822-Owf1l2nnbs>