2008-10-04 06:29:49 +02:00
|
|
|
pkgname=python
|
2009-02-12 23:47:19 +01:00
|
|
|
version=2.6.1
|
2008-10-14 07:52:29 +02:00
|
|
|
wrksrc="Python-$version"
|
|
|
|
distfiles="
|
2008-10-28 23:57:52 +01:00
|
|
|
http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
2008-09-30 02:56:49 +02:00
|
|
|
configure_args="--with-threads --enable-shared"
|
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Interpreted, interactive, object-oriented programming language"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-12 23:47:19 +01:00
|
|
|
checksum=cf153f10ba6312a8303ceb01bed834a2786d28aa89c7d73dba64714f691628f6
|
2008-09-30 02:56:49 +02:00
|
|
|
long_desc="
|
|
|
|
Python is an interpreted, interactive, object-oriented programming language
|
|
|
|
that combines remarkable power with very clear syntax. For an introduction
|
|
|
|
to programming in Python you are referred to the Python Tutorial. The Python
|
|
|
|
Library Reference documents built-in and standard types, constants, functions
|
|
|
|
and modules. Finally, the Python Reference Manual describes the syntax and
|
|
|
|
and semantics of the core language in (perhaps too) much detail.
|
|
|
|
|
|
|
|
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."
|
2009-02-12 23:47:19 +01:00
|
|
|
|
|
|
|
build_depends="ncurses-5.6"
|
|
|
|
run_depends="glibc-2.8 ncurses-5.6"
|