Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2012 18:45:47 -0600
From:      Mark Linimon <linimon@lonesome.com>
To:        Paul Hoffman <phoffman@proper.com>
Cc:        freebsd-python@FreeBSD.org
Subject:   Re: The state of packages based on Python ports
Message-ID:  <20120201004547.GA30118@lonesome.com>
In-Reply-To: <03D706CD-7FE1-43EC-BC5D-A00095FF57C5@proper.com>
References:  <03D706CD-7FE1-43EC-BC5D-A00095FF57C5@proper.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 31, 2012 at 04:24:24PM -0800, Paul Hoffman wrote:
> Nearly all of the packages in the packages system for Python-related
> ports are for Python 2.6 *only*.

er, you'll have to tell me where you're seeing this?

I checked on pointyhat, on a recent i386-8 build for 8-STABLE:

$ pwd  
/dumpster/pointyhat/i386/archive/errorlogs/a.8.20120118070557
$ ls py* | wc -l
    1199
$ grep BUILD_DEPENDS py* | grep python24 | wc -l
       2
$ grep BUILD_DEPENDS py* | grep python25 | wc -l
       3
$ grep BUILD_DEPENDS py* | grep python26 | wc -l
       2
$ grep BUILD_DEPENDS py* | grep python27 | wc -l
    1179
$ grep BUILD_DEPENDS py* | grep python3 | wc -l
       5

So, I'm confused?

mcl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120201004547.GA30118>