Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/tools.modules
blob: 4dcdd83dc030be1ec6cdad2426a49ce972695fcd (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
<?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.19.0"
            module="pylint/pylint-0.19.0.tar.gz"
            size="188499" md5sum="c5f27fe29234e72cd3f9c2a5df307050"/>
    <dependencies>
      <dep package="logilab-astng"/>
    </dependencies>
  </distutils>
  <distutils id="logilab-common">
    <branch repo="logilab" version="0.48.1"
            module="common/logilab-common-0.48.1.tar.gz"
            size="186339" md5sum="b1a13256d61f2be6b70f00831f6c5197"/>
  </distutils>
  <distutils id="logilab-astng">
    <branch repo="logilab" version="0.19.3"
            module="astng/logilab-astng-0.19.3.tar.gz"
            size="89875" md5sum="f3b9e324be1e59d521fbd0239bd7262b">
<!--      <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="pep8"/>
      <dep package="pylint"/>
    </dependencies>
  </metamodule>
</moduleset>