Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild/modulesets/tools.modules
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild/modulesets/tools.modules')
-rw-r--r--sjhbuild/modulesets/tools.modules34
1 files changed, 34 insertions, 0 deletions
diff --git a/sjhbuild/modulesets/tools.modules b/sjhbuild/modulesets/tools.modules
new file mode 100644
index 0000000..3600f6b
--- /dev/null
+++ b/sjhbuild/modulesets/tools.modules
@@ -0,0 +1,34 @@
+<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
+<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
+<moduleset>
+ <repository type="tarball" name="logilab"
+ href="ftp://ftp.logilab.fr/pub/"/>
+ <distutils id="pylint">
+ <branch repo="logilab" version="0.15.2"
+ module="pylint/pylint-0.15.2.tar.gz"
+ size="208732" md5sum="98f3917fc4d0855c8f0eab9761533835"/>
+ <dependencies>
+ <dep package="logilab-astng"/>
+ </dependencies>
+ </distutils>
+ <distutils id="logilab-common">
+ <branch repo="logilab" version="0.35.2"
+ module="common/logilab-common-0.35.2.tar.gz"
+ size="162108" md5sum="88391b08f48812361eb594f05d7d930b"/>
+ </distutils>
+ <distutils id="logilab-astng">
+ <branch repo="logilab" version="0.17.3"
+ module="astng/logilab-astng-0.17.3.tar.gz"
+ size="66296" md5sum="d36cd2e705760ee16df375ff83963f5c">
+ <patch file="astng-ignoredatadesc.patch" strip="0"/>
+ </branch>
+ <dependencies>
+ <dep package="logilab-common"/>
+ </dependencies>
+ </distutils>
+ <metamodule id="meta-tools">
+ <dependencies>
+ <dep package="pylint"/>
+ </dependencies>
+ </metamodule>
+</moduleset>