[arch-commits] Commit in pylint/repos (3 files)

Allan McRae allan at archlinux.org
Wed Oct 17 10:19:51 UTC 2012


    Date: Wednesday, October 17, 2012 @ 06:19:50
  Author: allan
Revision: 169004

db-move: moved pylint from [testing] to [extra] (any)

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

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

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-10-17 10:19:49 UTC (rev 169003)
+++ extra-any/PKGBUILD	2012-10-17 10:19:50 UTC (rev 169004)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=pylint
-pkgver=0.25.2
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="http://www.logilab.org/project/pylint"
-license=('GPL')
-depends=('python-logilab-astng' 'python2')
-makedepends=('python2-distribute')
-optdepends=('tk: Pylint GUI')
-source=("http://download.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('52b1a671bacc115a953b1e0d423ecbaf9064ce2e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" epylint.py
-
-  python2 setup.py build
-}
-
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-
-  install -d "${pkgdir}/usr/share/man/man1"
-  install -m644 man/* "${pkgdir}/usr/share/man/man1"
-}

Copied: pylint/repos/extra-any/PKGBUILD (from rev 168989, pylint/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-10-17 10:19:50 UTC (rev 169004)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=pylint
+pkgver=0.26.0
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://www.logilab.org/project/pylint"
+license=('GPL')
+depends=('python2-logilab-astng' 'python2')
+makedepends=('python2-distribute')
+optdepends=('tk: Pylint GUI')
+source=("http://download.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('5dcc07d622b4ff7d5751523fe0161989e463ffe6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" epylint.py
+
+  python2 setup.py build
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+
+  install -d "${pkgdir}/usr/share/man/man1"
+  install -m644 man/* "${pkgdir}/usr/share/man/man1"
+}




More information about the arch-commits mailing list