[arch-commits] Commit in python/trunk (ChangeLog PKGBUILD)

Allan McRae allan at archlinux.org
Mon Jul 13 02:10:32 UTC 2009


    Date: Sunday, July 12, 2009 @ 22:10:32
  Author: allan
Revision: 45599

upgpkg: python 2.6.2-4
    compile with our CFLAGS (FS#15336)

Modified:
  python/trunk/ChangeLog
  python/trunk/PKGBUILD

-----------+
 ChangeLog |   10 ++++++++++
 PKGBUILD  |    7 ++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-07-13 01:58:43 UTC (rev 45598)
+++ ChangeLog	2009-07-13 02:10:32 UTC (rev 45599)
@@ -1,3 +1,13 @@
+2009-07-13  Allan McRae <allan at archlinux.org>
+	* python 2.6.2-4
+	* use our CFLAGS (FS#15336)
+	* remove explict readline dep 
+	  (covered by versioned sqlite3)
+
+2009-06-19  Tobias Powalowski <tpowa at archlinux.org>
+	* python 2.6.2-3
+	* rebuild for readline 6.0
+
 2009-06-06  Allan McRae <allan at archlinux.org>
 	* python 2.6.2-2
 	* add fix for smtplib (FS#14915)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-13 01:58:43 UTC (rev 45598)
+++ PKGBUILD	2009-07-13 02:10:32 UTC (rev 45599)
@@ -4,14 +4,14 @@
 
 pkgname=python
 pkgver=2.6.2
-pkgrel=3
+pkgrel=4
 _pybasever=2.6
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.python.org"
-depends=('db' 'bzip2' 'gdbm' 'openssl>=0.9.8d' 'zlib' 'expat' 'sqlite3' 'readline>=6.0.00')
-makedepends=('tk>=8.5.0' 'sqlite3')
+depends=('db' 'bzip2' 'gdbm' 'openssl>=0.9.8d' 'zlib' 'expat' 'sqlite3>=3.6.15-2')
+makedepends=('tk>=8.5.0')
 optdepends=('tk: for IDLE, pynche and modulator')
 provides=('python-elementtree' 'python-ctypes')
 replaces=('python-elementtree' 'python-ctypes')
@@ -35,6 +35,7 @@
   patch -Np1 -i ${srcdir}/python-2.6-gdbm.patch
   patch -Np0 -i ${srcdir}/python-2.6-smtplib.patch
 
+  export OPT="${CFLAGS}"
   ./configure --prefix=/usr --enable-shared --with-threads --enable-unicode
 
   make || return 1




More information about the arch-commits mailing list