From owner-freebsd-ports@FreeBSD.ORG Sun Feb 20 04:38:19 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B726F106564A for ; Sun, 20 Feb 2011 04:38:19 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-gw0-f44.google.com (mail-gw0-f44.google.com [74.125.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id 75AF08FC0A for ; Sun, 20 Feb 2011 04:38:19 +0000 (UTC) Received: by gwb20 with SMTP id 20so2641074gwb.17 for ; Sat, 19 Feb 2011 20:38:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:cc:content-type; bh=uqXC77Q8DRVina2L3sWIkpVnVrN+0Ef9RnSFYQ8080w=; b=RERE2ZV+PlDy1px8nknKRxezzWd299Ab/Y+UEAjUBhwYTXIFJL/ZM3V4xxOyZ4LCpZ 6Tp87ARW//0b5ZB5YmJRP3470c1344gMd9B0sVxDIQ4I9w4M2CCnSaBgF8x+jh88qvLx QUesT1bXmv6vNodIt4sr+ZIQxQH68bq6kYHK4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=Uv6OFBS9QzXVPHOa4ehM2LElsGB6bwgrszs1obbM9QawiiOBS/6KXmPW6eop7U6EU1 inza9DFqRNoY5cA6xBVhqpWHqoIlpv+EaLS21KASK41uqqItJ145xbRhQ9RUaWZoiJY8 jjO0wJiYdQD4EotvplkADa93azr41K1dLo4qY= MIME-Version: 1.0 Received: by 10.236.110.172 with SMTP id u32mr9222yhg.63.1298176698450; Sat, 19 Feb 2011 20:38:18 -0800 (PST) Received: by 10.236.110.52 with HTTP; Sat, 19 Feb 2011 20:38:18 -0800 (PST) Date: Sat, 19 Feb 2011 23:38:18 -0500 Message-ID: From: "b. f." To: jhell Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@FreeBSD.org Subject: Re: [HEADS UP] Python Infrastructure changes Roadmap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2011 04:38:19 -0000 >On that note out of every python app that I use there has only been one >problem not really vital (ports/devel/py-psyco) does not seem to build >against 2.7 and I assume that would be the same for ( > 2.7 ) >From the psyco homepage: "16 July 2010 Python 2.7 is unsupported so far. Anyone interested in porting Psyco to it is welcome. I started the work in a branch but it needs finishing." http://codespeak.net/svn/psyco/branch/py27 b.