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

Felix Yan fyan at archlinux.org
Mon Jan 12 04:23:49 UTC 2015


    Date: Monday, January 12, 2015 @ 05:23:48
  Author: fyan
Revision: 228932

upgpkg: python 3.4.2-2

enable loadable sqlite extensions (FS#43372)

Modified:
  python/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-12 04:23:15 UTC (rev 228931)
+++ PKGBUILD	2015-01-12 04:23:48 UTC (rev 228932)
@@ -7,7 +7,7 @@
 
 pkgname=python
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 _pybasever=3.4
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('custom')
 url="http://www.python.org/"
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'hardening-wrapper')
 checkdepends=('gdb')
 optdepends=('python-setuptools'
             'python-pip'
@@ -56,6 +56,7 @@
               --with-dbmliborder=gdbm:ndbm \
               --with-system-ffi \
               --with-system-libmpdec \
+              --enable-loadable-sqlite-extensions \
               --without-ensurepip
 
   make
@@ -64,11 +65,12 @@
 check() {
   # test_site: http://bugs.python.org/issue21535
   # test_urllib2_localnet: domain "blackhole.snakebite.net" not exist ?!
+  # test_socket: domain "испытание.python.org" could not be resolved.
 
   cd Python-${pkgver}
   LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
   TERM=screen \
-    "${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x test_posixpath test_uuid test_site test_urllib2_localnet test_gdb
+    "${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x test_posixpath test_uuid test_site test_urllib2_localnet test_socket test_gdb
 }
 
 package() {



More information about the arch-commits mailing list