Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/tools.modules
blob: 3600f6b4e4dc5da0ac00dcb68b9f05f96c0bc8bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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>