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

Stéphane Gaudreault stephane at archlinux.org
Mon Dec 20 12:07:19 UTC 2010


    Date: Monday, December 20, 2010 @ 07:07:19
  Author: stephane
Revision: 103493

upgpkg: python2 2.7.1-3
Enable built-in SQLite3 module (fix FS#22122)

Modified:
  python2/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-20 11:45:42 UTC (rev 103492)
+++ PKGBUILD	2010-12-20 12:07:19 UTC (rev 103493)
@@ -4,12 +4,12 @@
 
 pkgname=python2
 pkgver=2.7.1
-pkgrel=2
+pkgrel=3
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
 license=('PSF')
-url="http://www.python.org"
+url="http://www.python.org/"
 depends=('db' 'bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite3' 'libffi')
 makedepends=('tk')
 optdepends=('tk: for IDLE')
@@ -25,6 +25,9 @@
 
   patch -Np1 -i ../python-2.7-db51.diff
 
+  # Enable built-in SQLite3 module (fix FS#22122)
+  sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
+
   # Ensure that we are using the system copy of various libraries (expat, zlib and libffi),
   # rather than copies shipped in the tarball
   rm -r Modules/expat




More information about the arch-commits mailing list