python: update to 2.6.1, depend on ncurses.
--HG-- extra : convert_revision : f63949096c6cecd147d6af7f28bee16339bbe0ae
This commit is contained in:
parent
f3f5192d5b
commit
756c0a77d8
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
# Template build file for 'python'
|
|
||||||
pkgname=python
|
pkgname=python
|
||||||
version=2.5.2
|
version=2.6.1
|
||||||
wrksrc="Python-$version"
|
wrksrc="Python-$version"
|
||||||
distfiles="
|
distfiles="
|
||||||
http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
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
|
build_style=gnu_configure
|
||||||
short_desc="Interpreted, interactive, object-oriented programming language"
|
short_desc="Interpreted, interactive, object-oriented programming language"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f2f80e2a62a039e9a1ffa0fdf58707b2d12b3ff33c56472b46bb6d53f45e083e
|
checksum=cf153f10ba6312a8303ceb01bed834a2786d28aa89c7d73dba64714f691628f6
|
||||||
long_desc="
|
long_desc="
|
||||||
Python is an interpreted, interactive, object-oriented programming language
|
Python is an interpreted, interactive, object-oriented programming language
|
||||||
that combines remarkable power with very clear syntax. For an introduction
|
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
|
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
|
C++. On most systems such modules may be dynamically loaded. Python is also
|
||||||
adaptable as an extension language for existing applications."
|
adaptable as an extension language for existing applications."
|
||||||
|
|
||||||
|
build_depends="ncurses-5.6"
|
||||||
|
run_depends="glibc-2.8 ncurses-5.6"
|
||||||
|
|
Loading…
Reference in a new issue