From 1bc864a89ad401eba0e5898435d0afdbb66bad39 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 1 Nov 2009 22:32:00 +0100 Subject: [PATCH] python: update to 2.6.4. --HG-- extra : convert_revision : 04557c86cf4508ce9b28235ec34c0d6c52aeab40 --- templates/python/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/python/template b/templates/python/template index 848b34529e3..01e0cf8ef23 100644 --- a/templates/python/template +++ b/templates/python/template @@ -1,14 +1,13 @@ # Template build file for 'python'. pkgname=python -version=2.6.3 -revision=1 +version=2.6.4 wrksrc="Python-$version" distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" configure_args="--with-threads --enable-ipv6 --with-signal-module" build_style=gnu_configure short_desc="Interpreted, interactive, object-oriented programming language" maintainer="Juan RP " -checksum=4367e389d7e7b2a891b96bc031b9af58b7ca4befc316c91e65436bb822ecdc24 +checksum=dad8d5575144a210d5cc4fdbc40b8a26386e9cdb1ef58941bec0be02c7cb9d89 long_desc=" Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction