[arch-commits] Commit in python/trunk (ChangeLog PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Apr 18 06:54:28 UTC 2009
Date: Saturday, April 18, 2009 @ 02:54:28
Author: allan
Revision: 35911
upgpkg: -
upstream update, removed python2.5 from sitepath, fixed deps
Modified:
python/trunk/ChangeLog
python/trunk/PKGBUILD
-----------+
ChangeLog | 7 ++++++-
PKGBUILD | 10 +++-------
2 files changed, 9 insertions(+), 8 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2009-04-18 06:47:04 UTC (rev 35910)
+++ ChangeLog 2009-04-18 06:54:28 UTC (rev 35911)
@@ -1,3 +1,9 @@
+2009-04-17 Allan McRae <allan at archlinux.org>
+ * python 2.6.2-1
+ * upstream update
+ * add expat and sqlite3 dependencies
+ * remove python-2.5 compatibility site path
+
2008-12-07 Allan McRae <allan at archlinux.org>
* python 2.6.1-1
* upstream update
@@ -6,4 +12,4 @@
2008-10-27 Allan McRae <allan at archlinux.org>
* python 2.6-2
- * patched to use internal expat
\ No newline at end of file
+ * patched to use internal expat
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-18 06:47:04 UTC (rev 35910)
+++ PKGBUILD 2009-04-18 06:54:28 UTC (rev 35911)
@@ -3,14 +3,14 @@
# Contributer: Jason Chu <jason at archlinux.org>
pkgname=python
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
_pybasever=2.6
pkgdesc="A high-level scripting language"
arch=('i686' 'x86_64')
license=('custom')
url="http://www.python.org"
-depends=('db' 'bzip2' 'gdbm' 'openssl>=0.9.8d' 'zlib' 'expat')
+depends=('db' 'bzip2' 'gdbm' 'openssl>=0.9.8d' 'zlib' 'expat' 'sqlite3')
makedepends=('tk>=8.5.0' 'sqlite3')
optdepends=('tk: for IDLE, pynche and modulator')
provides=('python-elementtree' 'python-ctypes')
@@ -20,13 +20,12 @@
python-2.6-gdbm.patch
modulator-launcher
pynche-launcher)
-md5sums=('e81c2f0953aa60f8062c05a4673f2be0'
+md5sums=('245db9f1e0f09ab7e0faaa0cf7301011'
'993800dbcc0c4f199c1ceee998a06e71'
'13fab4bb2cacbc433e62d7191a17f71e'
'b4a531570415280dc406c8d5c1fa8d83'
'9f731b9033db285132a3524fb36409e7')
-
build() {
cd ${srcdir}/Python-${pkgver}
@@ -34,9 +33,6 @@
patch -Np1 -i ${srcdir}/python-2.6-gdbm.patch
./configure --prefix=/usr --enable-shared --with-threads --enable-unicode
-
- # temporary backwards compatibility stuff...
- sed -i 's#SITEPATH=#SITEPATH=:/usr/lib/python2.5/site-packages#' Makefile
make || return 1
make DESTDIR=${pkgdir} install
More information about the arch-commits
mailing list