32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
# Template build file for 'python'.
|
|
pkgname=python
|
|
version=2.6.2
|
|
wrksrc="Python-$version"
|
|
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
|
configure_args="--with-threads --enable-shared"
|
|
build_style=gnu_configure
|
|
short_desc="Interpreted, interactive, object-oriented programming language"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=a1cdc4a8f6c1f947ea3b87d097af2db4371019bac941d92c3844124c5694328b
|
|
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."
|
|
|
|
Add_dependency full glibc
|
|
Add_dependency full zlib
|
|
Add_dependency full readline
|
|
Add_dependency full bzip2
|
|
Add_dependency full gdbm
|
|
Add_dependency full openssl
|
|
Add_dependency full expat
|
|
Add_dependency build ncurses
|
|
Add_dependency run ncurses-libs
|