[arch-commits] Commit in python-logilab-astng/repos/testing-any (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Tue Oct 16 14:10:16 UTC 2012


    Date: Tuesday, October 16, 2012 @ 10:10:16
  Author: allan
Revision: 168906

archrelease: copy trunk to testing-any

Added:
  python-logilab-astng/repos/testing-any/PKGBUILD
    (from rev 168905, python-logilab-astng/trunk/PKGBUILD)
Deleted:
  python-logilab-astng/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 35 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-16 14:09:43 UTC (rev 168905)
+++ PKGBUILD	2012-10-16 14:10:16 UTC (rev 168906)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgbase=python-logilab-astng
-pkgname=('python2-logilab-astng')
-pkgver=0.24.0
-pkgrel=2
-pkgdesc="Extend python's abstract syntax tree"
-arch=('any')
-url="http://www.logilab.org/project/logilab-astng"
-license=('LGPL')
-makedepends=('python2-distribute' 'python2-logilab-common')
-source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz)
-sha1sums=('7883e6b87ae9defa33feb469924fcd9943214036')
-
-build() {
-  cd "${srcdir}/logilab-astng-${pkgver}"
-
-  python2 setup.py build
-}
-
-package_python2-logilab-astng() {
-  depends=('python2-logilab-common')
-  cd "${srcdir}/logilab-astng-${pkgver}"
-
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-
-  # Resolve conflict with python-logilab-common
-  rm -f "${pkgdir}"/usr/lib/python2.7/site-packages/logilab/__init__.py
-
-  find "${pkgdir}"/usr/lib/python2.7/site-packages/logilab/astng/ -type f -exec chmod ugo+r {} \;
-}

Copied: python-logilab-astng/repos/testing-any/PKGBUILD (from rev 168905, python-logilab-astng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-10-16 14:10:16 UTC (rev 168906)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgbase=python-logilab-astng
+pkgname=('python2-logilab-astng')
+pkgver=0.24.0
+pkgrel=3
+pkgdesc="Extend python's abstract syntax tree"
+arch=('any')
+url="http://www.logilab.org/project/logilab-astng"
+license=('LGPL')
+depends=('python2-logilab-common')
+makedepends=('python2-distribute')
+conflicts=('python-logilab-astng<=0.24.0-1')
+replaces=('python-logilab-astng<=0.24.0-1')
+source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz)
+sha1sums=('7883e6b87ae9defa33feb469924fcd9943214036')
+
+build() {
+  cd "${srcdir}/logilab-astng-${pkgver}"
+
+  python2 setup.py build
+}
+
+package_python2-logilab-astng() {
+  cd "${srcdir}/logilab-astng-${pkgver}"
+
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+
+  # Resolve conflict with python-logilab-common
+  rm -f "${pkgdir}"/usr/lib/python2.7/site-packages/logilab/__init__.py
+
+  find "${pkgdir}"/usr/lib/python2.7/site-packages/logilab/astng/ -type f -exec chmod ugo+r {} \;
+}




More information about the arch-commits mailing list