summaryrefslogtreecommitdiffstats
path: root/pylint/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-02-01 15:30:02 +0100
committerpiernov <piernov@piernov.org>2012-02-01 15:30:02 +0100
commitac523ca4df2a3d10eb2fe79e6bdb23d0c0f5f3a0 (patch)
tree0cbf0b756fbc044b8ccf0fe1393e3e6eced42902 /pylint/Pkgfile
parent3adfdd024cc46de6622ff57130962db676ce5848 (diff)
downloadnutyx-extra-ac523ca4df2a3d10eb2fe79e6bdb23d0c0f5f3a0.tar.gz
nutyx-extra-ac523ca4df2a3d10eb2fe79e6bdb23d0c0f5f3a0.tar.bz2
nutyx-extra-ac523ca4df2a3d10eb2fe79e6bdb23d0c0f5f3a0.tar.xz
nutyx-extra-ac523ca4df2a3d10eb2fe79e6bdb23d0c0f5f3a0.zip
pylint 0.25.1-1 màj port
Diffstat (limited to 'pylint/Pkgfile')
-rw-r--r--pylint/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/pylint/Pkgfile b/pylint/Pkgfile
new file mode 100644
index 000000000..9c43a6f0a
--- /dev/null
+++ b/pylint/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Analyseur statique de code Python
+# URL: http://www.logilab.org/857
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on:
+# Run on:
+
+name=pylint
+version=0.25.1
+release=1
+source=(http://download.logilab.org/pub/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ python2 setup.py build
+ python2 setup.py install --root=$PKG
+}