[arch-commits] Commit in pylint/repos/extra-any (PKGBUILD PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Fri Nov 18 13:13:31 UTC 2011


    Date: Friday, November 18, 2011 @ 08:13:31
  Author: stephane
Revision: 142931

archrelease: copy trunk to extra-any

Added:
  pylint/repos/extra-any/PKGBUILD
    (from rev 142930, pylint/trunk/PKGBUILD)
Deleted:
  pylint/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-18 13:13:27 UTC (rev 142930)
+++ PKGBUILD	2011-11-18 13:13:31 UTC (rev 142931)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=pylint
-pkgver=0.24.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=('python-logilab-astng' 'python2')
-makedepends=('python2-distribute')
-optdepends=('tk: Pylint GUI')
-source=("http://ftp.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('269d84825a334a558328f36eabeb7a9748555302')
-
-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 142930, pylint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-11-18 13:13:31 UTC (rev 142931)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=pylint
+pkgver=0.25.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=('python-logilab-astng' 'python2')
+makedepends=('python2-distribute')
+optdepends=('tk: Pylint GUI')
+source=("http://ftp.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('f6e4081bdc9cd8e726b307a1b73462dc478b0398')
+
+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