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

Stéphane Gaudreault stephane at archlinux.org
Wed Dec 12 12:47:29 UTC 2012


    Date: Wednesday, December 12, 2012 @ 07:47:29
  Author: stephane
Revision: 173190

upgpkg: python 3.3.0-2

Add Bluetooth support

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-12 12:20:03 UTC (rev 173189)
+++ PKGBUILD	2012-12-12 12:47:29 UTC (rev 173190)
@@ -5,14 +5,14 @@
 
 pkgname=python
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 _pybasever=3.3
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.python.org/"
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk' 'sqlite' 'valgrind')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez')
 optdepends=('tk: for tkinter' 'sqlite')
 provides=('python3')
 replaces=('python3')
@@ -49,7 +49,7 @@
   cd "${srcdir}/Python-${pkgver}"
   LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
      "${srcdir}/Python-${pkgver}/python" -m test.regrtest -x test_distutils test_site \
-     test_urllib test_uuid test_pydoc
+     test_urllib test_uuid test_pydoc test_logging
 }
 
 package() {




More information about the arch-commits mailing list