Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/buildbot.modules
blob: 645c3af7163bf1a22824eb9bf6f61a407c9999fe (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
<?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*-->
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
  <repository type="tarball" name="sourceforge.net"
      href="http://downloads.sourceforge.net/sourceforge/"/>
  <repository type="tarball" name="twistedmatrix.com"
      href="http://tmrc.mit.edu/mirror/twisted/"/>
  <repository type="tarball" name="pypi" href="http://pypi.python.org/packages/source/" />

  <distutils id="distribute">
    <branch repo="pypi" module="d/distribute/distribute-0.6.10.tar.gz" version="0.6.10"
            size="385641" hash="sha512:992ed3ac16e357ef351bc0d2edacb5cfb9369ae9fbf0a1c72c914ec00a32fc0cfd09a6f3534e2e918e889c60ff67386943bc13cc862fec8241a6b3bc9c3e48c4" />
  </distutils>

  <distutils id="zope-interface">
    <branch repo="pypi" module="z/zope.interface/zope.interface-3.5.3.tar.gz" version="3.5.3"
            size="115571" hash="sha512:d34e150b48eb68a52c533bfa63c215a718e0971d9cf83bc0a9232363af63e7be632ef970653bd62065b185896b9fb0f91f26344437856df65753027d1307f94d" />
    <dependencies>
      <dep package="distribute"/>
    </dependencies>
  </distutils>

  <distutils id="twisted">
    <branch repo="twistedmatrix.com" module="Twisted/10.0/Twisted-10.0.0.tar.bz2" version="10.0.0"
            size="2583372" hash="sha512:dc57690e8f67e13f372af61d4933882876ae5d7b1e76dda4037746b910ef6cbe3f9ab99d672372362c5a6c44d86ec84c84ee1e53d05c90f1676e4b83078d6783" />
    <dependencies>
      <dep package="zope-interface"/>
    </dependencies>
  </distutils>

  <distutils id="buildbot">
    <branch repo="sourceforge.net" module="buildbot/buildbot-0.7.12.tar.gz" version="0.7.12"
            size="1296550" hash="sha512:782341a9591f5b6f69d1bf58a1e66e0363afa2268fe6049ae2015ed213335bec53126008f7930132e57caa09af582c923e2828d4a17f03573d0b13a94f97b7ce" />
    <dependencies>
      <dep package="twisted"/>
      <dep package="distribute"/>
    </dependencies>
  </distutils>

</moduleset>