Python 2.5.1 upgrade as a new default
Tom McLaughlin
tmclaugh at sdf.lonestar.org
Wed Jun 13 04:44:24 UTC 2007
On Mon, 2007-06-11 at 03:54 +0900, Hye-Shik Chang wrote:
> Hello,
>
> I feel sorry about the slow progress of making 2.5 default.
> I just updated the patch to the recent repository.
>
> http://people.freebsd.org/~perky/python25-rev5.diff
>
> As some third-party packages started to use features of 2.5,
> we'd better to move to 2.5 soon. Please review the patch
> and scream if you have a problem with it. :)
> Details for the patch are described in the previous mail [1].
> If no problem arises, I will commit it in the next week.
>
> Thank you,
> Hye-Shik
>
> [1] http://lists.freebsd.org/pipermail/freebsd-python/2007-March/000772.html
+.if defined(PYEASYINSTALL_ARCHDEP)
+_OSRELEASE!= ${UNAME} -r
Can that be replaced with something like this?
_OSRELEASE= ${OSVERSION:C/^([0-9]).*/\1/}
The dot release version and OS tag are really irrelevant. (Better would
be using `uname -r` and chopping everything off from the first "." on
but it's late and I don't feel like remembering how to do this in
make. :)
example:
foo-1.0-py2.4-freebsd-6.2-STABLE-i386.egg
vs.
foo-1.0-py2.4-freebsd-6-i386.egg
tom
--
| tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org |
| FreeBSD http://www.FreeBSD.org |
| BSD# http://www.mono-project.com/Mono:FreeBSD |
More information about the freebsd-python
mailing list