forked from lpsinger/modulesets
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbitbucket.modules
30 lines (25 loc) · 1023 Bytes
/
bitbucket.modules
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
<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<!-- vim:set ts=2 expandtab: -->
<moduleset>
<repository type="hg" name="bitbucket.org" href="https://bitbucket.org/"/>
<repository type="tarball" name="mercurial.selenic.com" href="http://mercurial.selenic.com/release/"/>
<!-- install this if your system lacks Mercurial -->
<distutils id="mercurial">
<branch repo="mercurial.selenic.com" version="2.4"
module="mercurial-2.4.tar.gz"/>
</distutils>
<distutils id="bpython">
<branch repo="bitbucket.org" module="bobf/bpython" />
</distutils>
<distutils id="pygments">
<branch repo="bitbucket.org" module="birkenfeld/pygments-main"/>
</distutils>
<distutils id="setuptools">
<branch repo="bitbucket.org" module="lsinger/setuptools"/>
</distutils>
<distutils id="yt">
<branch repo="bitbucket.org" module="yt_analysis/yt"/>
</distutils>
</moduleset>