From owner-freebsd-python@FreeBSD.ORG  Wed May  1 01:10:01 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@smarthost.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by hub.freebsd.org (Postfix) with ESMTP id 5477C23C
 for <freebsd-python@smarthost.ysv.freebsd.org>;
 Wed,  1 May 2013 01:10:01 +0000 (UTC)
 (envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org
 [IPv6:2001:1900:2254:206c::16:87])
 by mx1.freebsd.org (Postfix) with ESMTP id 44FA0113C
 for <freebsd-python@smarthost.ysv.freebsd.org>;
 Wed,  1 May 2013 01:10:01 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
 by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r411A0wK086038
 for <freebsd-python@freefall.freebsd.org>; Wed, 1 May 2013 01:10:00 GMT
 (envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
 by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r411A00D086037;
 Wed, 1 May 2013 01:10:00 GMT (envelope-from gnats)
Date: Wed, 1 May 2013 01:10:00 GMT
Message-Id: <201305010110.r411A00D086037@freefall.freebsd.org>
To: freebsd-python@FreeBSD.org
Cc: 
From: Chris Dukes <chris.dukes.aix@gmail.com>
Subject: Re: ports/178242: bsd.python.mk injection of @exec easy_install to
 PLIST creates inappropriate post-install scripts for pkgng
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
Reply-To: Chris Dukes <chris.dukes.aix@gmail.com>
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 01 May 2013 01:10:01 -0000

The following reply was made to PR ports/178242; it has been noted by GNATS.

From: Chris Dukes <chris.dukes.aix@gmail.com>
To: bug-followup@FreeBSD.org, chris.dukes.aix@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).