c9e0f60bbb
--HG-- extra : convert_revision : 775ca04dfe72bfd5e43568af659de895d477b370
51 lines
1.8 KiB
Text
51 lines
1.8 KiB
Text
# Template build file for 'python'.
|
|
pkgname=python
|
|
version=2.6.4
|
|
revision=2
|
|
wrksrc="Python-$version"
|
|
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
|
configure_args="--with-threads --enable-ipv6 --with-signal-module
|
|
--enable-shared --with-system-ffi"
|
|
build_style=gnu_configure
|
|
short_desc="Interpreted, interactive, object-oriented programming language"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=dad8d5575144a210d5cc4fdbc40b8a26386e9cdb1ef58941bec0be02c7cb9d89
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run libffi
|
|
Add_dependency run zlib
|
|
Add_dependency run readline
|
|
Add_dependency run bzip2
|
|
Add_dependency run gdbm
|
|
Add_dependency run openssl
|
|
Add_dependency run expat
|
|
Add_dependency run db
|
|
Add_dependency run ncursesw
|
|
Add_dependency run sqlite
|
|
Add_dependency build libffi-devel
|
|
Add_dependency build zlib-devel
|
|
Add_dependency build readline-devel
|
|
Add_dependency build bzip2-devel
|
|
Add_dependency build gdbm-devel
|
|
Add_dependency build openssl-devel
|
|
Add_dependency build expat-devel
|
|
Add_dependency build db-devel
|
|
Add_dependency build ncursesw-devel
|
|
Add_dependency build sqlite-devel
|
|
|
|
pre_configure()
|
|
{
|
|
export OPT="${XBPS_CFLAGS} -fwrapv"
|
|
}
|