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

Stéphane Gaudreault stephane at archlinux.org
Tue Oct 16 14:21:05 UTC 2012


    Date: Tuesday, October 16, 2012 @ 10:21:04
  Author: stephane
Revision: 168913

archrelease: copy trunk to testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-16 14:20:55 UTC (rev 168912)
+++ PKGBUILD	2012-10-16 14:21:04 UTC (rev 168913)
@@ -1,35 +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=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 {} \;
-}

Copied: python-logilab-astng/repos/testing-any/PKGBUILD (from rev 168912, python-logilab-astng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-10-16 14:21:04 UTC (rev 168913)
@@ -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.1
+pkgrel=1
+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=('067922aed15f3d3025c04e6532c65c420ed86497')
+
+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