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

Ángel Velásquez angvp at nymeria.archlinux.org
Sat Aug 10 14:19:42 UTC 2013


    Date: Saturday, August 10, 2013 @ 16:19:42
  Author: angvp
Revision: 192386

Reverting db bump

Modified:
  python2/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-10 14:11:23 UTC (rev 192385)
+++ PKGBUILD	2013-08-10 14:19:42 UTC (rev 192386)
@@ -1,12 +1,11 @@
 # $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Jason Chu <jason at archlinux.org>
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributer: Allan McRae <allan at archlinux.org>
+# Contributer: Jason Chu <jason at archlinux.org>
 
 pkgname=python2
 pkgver=2.7.5
-pkgrel=2
+pkgrel=1
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
@@ -20,7 +19,7 @@
 source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
 sha1sums=('b7389791f789625c2ba9d897aa324008ff482daf')
 
-prepare() {
+build() {
   cd "${srcdir}/Python-${pkgver}"
 
   # Temporary workaround for FS#22322
@@ -42,11 +41,6 @@
   rm -r Modules/zlib
   rm -r Modules/_ctypes/{darwin,libffi}*
 
-}
-
-build() {
-  cd "${srcdir}/Python-${pkgver}"
-
   export OPT="${CFLAGS}"
   ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
               --enable-unicode=ucs4 --with-system-expat --with-system-ffi \




More information about the arch-commits mailing list