The following reply was made to PR ports/178242; it has been noted by GNATS.
From: Chris Dukes <[email protected]> To: [email protected], [email protected] 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). _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
