python: update to 2.6.6.
This commit is contained in:
parent
e6a3b7e6fd
commit
ec4d2462e7
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template build file for 'python'.
|
||||
pkgname=python
|
||||
version=2.6.5
|
||||
revision=3
|
||||
version=2.6.6
|
||||
wrksrc="Python-$version"
|
||||
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
||||
configure_args="--with-threads --enable-ipv6 --with-signal-module
|
||||
|
@ -9,7 +8,7 @@ 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=62da62eb685621ede2be1275f11b89fa0e0be578db8daa5320d0a7855c0a9ebc
|
||||
checksum=134c5e0736bae2e5570d0b915693374f11108ded63c35a23a35d282737d2ce83
|
||||
long_desc="
|
||||
Python is an interpreted, interactive, object-oriented programming language
|
||||
that combines remarkable power with very clear syntax. For an introduction
|
||||
|
@ -36,6 +35,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue