2009-03-20 08:44:28 +01:00
|
|
|
# Template build file for 'python'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=python
|
2009-10-08 21:22:50 +02:00
|
|
|
version=2.6.3
|
2009-10-16 16:53:38 +02:00
|
|
|
revision=1
|
2008-10-14 07:52:29 +02:00
|
|
|
wrksrc="Python-$version"
|
2009-04-19 01:20:47 +02:00
|
|
|
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
2009-10-01 16:18:12 +02:00
|
|
|
configure_args="--with-threads --enable-ipv6 --with-signal-module"
|
2008-09-30 02:56:49 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Interpreted, interactive, object-oriented programming language"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-08 21:22:50 +02:00
|
|
|
checksum=4367e389d7e7b2a891b96bc031b9af58b7ca4befc316c91e65436bb822ecdc24
|
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
|
|
|
|
2009-10-08 21:22:50 +02:00
|
|
|
subpackages="devel"
|
2009-03-20 08:44:28 +01:00
|
|
|
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
|
2009-10-16 16:53:38 +02:00
|
|
|
Add_dependency full db
|
2009-03-20 08:44:28 +01:00
|
|
|
Add_dependency build ncurses
|
|
|
|
Add_dependency run ncurses-libs
|
2009-10-16 16:53:38 +02:00
|
|
|
|
|
|
|
pre_configure()
|
|
|
|
{
|
|
|
|
export OPT="${XBPS_CFLAGS} -fwrapv"
|
|
|
|
}
|