[arch-commits] Commit in python-logilab-astng/repos (3 files)

Allan McRae allan at archlinux.org
Wed Oct 17 10:20:25 UTC 2012


    Date: Wednesday, October 17, 2012 @ 06:20:24
  Author: allan
Revision: 169017

db-move: moved python-logilab-astng from [testing] to [extra] (any)

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

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

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-10-17 10:20:21 UTC (rev 169016)
+++ extra-any/PKGBUILD	2012-10-17 10:20:24 UTC (rev 169017)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=python-logilab-astng
-pkgver=0.24.0
-pkgrel=1
-pkgdesc="Extend python's abstract syntax tree"
-arch=('any')
-url="http://www.logilab.org/project/logilab-astng"
-license=('LGPL')
-depends=('python-logilab-common')
-makedepends=('python2-distribute')
-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() {
-  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/extra-any/PKGBUILD (from rev 168989, python-logilab-astng/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-10-17 10:20:24 UTC (rev 169017)
@@ -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