ports/178242: bsd.python.mk injection of @exec easy_install to PLIST creates inappropriate post-install scripts for pkgng
Chris Dukes
chris.dukes.aix at gmail.com
Wed May 1 01:10:01 UTC 2013
The following reply was made to PR ports/178242; it has been noted by GNATS.
From: Chris Dukes <chris.dukes.aix at gmail.com>
To: bug-followup at FreeBSD.org, chris.dukes.aix at gmail.com
Cc:
Subject: Re: ports/178242: bsd.python.mk injection of @exec easy_install to
PLIST creates inappropriate post-install scripts for pkgng
Date: Tue, 30 Apr 2013 21:04:23 -0400
And the patch I submitted, while fixing py-ldap2, breaks other packages.
To properly handle pkg and pkgng packages of python modules will require
the development and use of a tool similar to dh_python[23] from Debian.
But the first step to doing that will involve patching the python builds
to differentiate between a site-packages (For things installed outside
pkg and pkgng) and something like dist-packages (For things managed by
pkg and pkgng).
More information about the freebsd-python
mailing list