python: update to 2.7.2.

This commit is contained in:
Juan RP 2011-06-20 12:30:58 +02:00
parent 3b79515338
commit ce9526b7ba
2 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run libffi-devel
Add_dependency run zlib-devel
Add_dependency run readline-devel

View File

@ -1,7 +1,6 @@
# Template build file for 'python'.
pkgname=python
version=2.7.1
revision=2
version=2.7.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
@ -10,7 +9,9 @@ configure_args="--with-threads --enable-ipv6 --with-signal-module
build_style=gnu_configure
short_desc="Interpreted, interactive, object-oriented programming language"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=80e387bcf57eae8ce26726753584fd63e060ec11682d1145af921e85fd612292
homepage="http://www.python.org"
license="PSF"
checksum=5057eb067eb5b5a6040dbd0e889e06550bde9ec041dadaa855ee9490034cbdab
long_desc="
Python is an interpreted, interactive, object-oriented programming language
that combines remarkable power with very clear syntax. For an introduction
@ -57,4 +58,5 @@ pre_configure()
post_install()
{
chmod 755 ${DESTDIR}/usr/lib/libpython*.so*
install -Dm644 LICENSE ${DESTDIR}/usr/share/licenses/python/LICENSE
}