From owner-freebsd-python@FreeBSD.ORG Wed May 15 14:07:08 2013 Return-Path: Delivered-To: python@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 C6595CD4 for ; Wed, 15 May 2013 14:07:08 +0000 (UTC) (envelope-from matthias@d2ux.net) Received: from mail.s1.d2ux.org (static.209.96.9.5.clients.your-server.de [5.9.96.209]) by mx1.freebsd.org (Postfix) with ESMTP id 88C8AAE for ; Wed, 15 May 2013 14:07:08 +0000 (UTC) Received: from mail.s1.d2ux.org (mail [10.0.0.3]) by mail.s1.d2ux.org (Postfix) with ESMTP id E151384F25E6 for ; Wed, 15 May 2013 15:57:39 +0200 (CEST) Received: from mail.s1.d2ux.org (mail [10.0.0.3]) by mail.s1.d2ux.org (Postfix) with ESMTP id DED3184F25DF for ; Wed, 15 May 2013 15:57:39 +0200 (CEST) Received: from mail.s1.d2ux.org ([10.0.0.3]) by mail.s1.d2ux.org (mail.s1.d2ux.org [10.0.0.3]) (amavisd-new, port 10024) with ESMTP id 3nnSdxAq6FX3 for ; Wed, 15 May 2013 15:57:38 +0200 (CEST) Received: from www.s1.d2ux.org (unknown [10.0.0.4]) by mail.s1.d2ux.org (Postfix) with ESMTP id 1A61584F25D4 for ; Wed, 15 May 2013 15:57:38 +0200 (CEST) Received: from 188.92.33.51 ([188.92.33.51]) by d2ux.org (Horde Framework) with HTTP; Wed, 15 May 2013 15:57:38 +0200 Date: Wed, 15 May 2013 15:57:38 +0200 Message-ID: <20130515155738.Horde.zDbx37jZPYOoPydihrwCcA1@d2ux.org> From: Matthias Petermann To: python@freebsd.org Subject: Multiple Python eggs within one port User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2013 14:07:08 -0000 Dear FreeBSD Python Community, is there any best practise how multiple Python eggs could be bundled into a single port? And is there already an example in ports, where I can grab ideas how to achive this? Background of my question is that I maintain the Tryton application framework which consists of ~50 small modules. Currently each of them has its own port. I might bundle them together on one port to simplify maintenance. Thanks in advance and kind regards, Matthias