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

Allan McRae allan at archlinux.org
Sun Sep 20 01:39:47 UTC 2009


    Date: Saturday, September 19, 2009 @ 21:39:46
  Author: allan
Revision: 52453

PSF is provided by the licenses packages (FS#16099), provide python2 to help 2to3 transition (FS#16273)

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-20 00:26:25 UTC (rev 52452)
+++ PKGBUILD	2009-09-20 01:39:46 UTC (rev 52453)
@@ -8,12 +8,12 @@
 _pybasever=2.6
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
-license=('custom')
+license=('PSF')
 url="http://www.python.org"
 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')
+provides=('python2' 'python-elementtree' 'python-ctypes')
 replaces=('python-elementtree' 'python-ctypes')
 source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.bz2
 	python-2.6-internal-expat.patch




More information about the arch-commits mailing list