Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/tools.modules
blob: a06768710171e5bdab98bf90d533f7b7632b0476 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?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/"/>
  <repository type="git" name="fedorahosted"
      href="git://git.fedorahosted.org/git/"/>
  <repository type="git" name="github"
      href="git://github.com/"/>
  <distutils id="pylint">
    <branch repo="logilab" version="0.18.0"
            module="pylint/pylint-0.18.0.tar.gz"
            size="211559" md5sum="2fb51eb37062aff094b104004ecd25a8"/>
    <dependencies>
      <dep package="logilab-astng"/>
    </dependencies>
  </distutils>
  <distutils id="logilab-common">
    <branch repo="logilab" version="0.45.0"
            module="common/logilab-common-0.45.0.tar.gz"
            size="173484" md5sum="7db98c92766b0858a9418c57d96c91bc"/>
  </distutils>
  <distutils id="logilab-astng">
    <branch repo="logilab" version="0.19.0"
            module="astng/logilab-astng-0.19.0.tar.gz"
            size="86939" md5sum="9478141bd45c1a1e72621797c94f18d3">
<!--      <patch file="astng-ignoredatadesc.patch" strip="0"/> -->
    </branch>
    <dependencies>
      <dep package="logilab-common"/>
    </dependencies>
  </distutils>
  <distutils id="dogtail">
    <branch repo="fedorahosted"/>
    <!-- sysdep: pyatspi -->
  </distutils>
  <distutils id="pep8">
    <branch repo="github" module="jcrocholl/pep8"/>
    <!-- sysdep: setuptools -->
  </distutils>
  <metamodule id="meta-tools">
    <dependencies>
      <dep package="dogtail"/>
      <dep package="pep8"/>
      <dep package="pylint"/>
    </dependencies>
  </metamodule>
</moduleset>