From 756c0a77d81c8f51713290c93e8bd474a241b059 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 12 Feb 2009 23:47:19 +0100 Subject: [PATCH] python: update to 2.6.1, depend on ncurses. --HG-- extra : convert_revision : f63949096c6cecd147d6af7f28bee16339bbe0ae --- templates/python/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/python/template b/templates/python/template index f1de61a9e96..12472913349 100644 --- a/templates/python/template +++ b/templates/python/template @@ -1,6 +1,5 @@ -# Template build file for 'python' pkgname=python -version=2.5.2 +version=2.6.1 wrksrc="Python-$version" distfiles=" http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" @@ -8,7 +7,7 @@ configure_args="--with-threads --enable-shared" build_style=gnu_configure short_desc="Interpreted, interactive, object-oriented programming language" maintainer="Juan RP " -checksum=f2f80e2a62a039e9a1ffa0fdf58707b2d12b3ff33c56472b46bb6d53f45e083e +checksum=cf153f10ba6312a8303ceb01bed834a2786d28aa89c7d73dba64714f691628f6 long_desc=" Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction @@ -20,3 +19,6 @@ long_desc=" Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an extension language for existing applications." + +build_depends="ncurses-5.6" +run_depends="glibc-2.8 ncurses-5.6"