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

Allan McRae allan at archlinux.org
Mon Oct 4 12:47:13 UTC 2010


    Date: Monday, October 4, 2010 @ 08:47:13
  Author: allan
Revision: 94083

upgpkg: python 3.1.2-2
replace python3, add tk optdep

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-04 12:45:55 UTC (rev 94082)
+++ PKGBUILD	2010-10-04 12:47:13 UTC (rev 94083)
@@ -4,7 +4,7 @@
 
 pkgname=python
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 _pybasever=3.1
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('i686' 'x86_64')
@@ -12,7 +12,10 @@
 url="http://www.python.org"
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'zlib')
 makedepends=('tk' 'sqlite3')
-#optdepends=('tk: for tkinter')
+optdepends=('tk: for tkinter')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
 source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.bz2
         python-internal-expat.patch)
 md5sums=('45350b51b58a46b029fb06c61257e350'




More information about the arch-commits mailing list