summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-07-17 14:53:24 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-07-17 14:53:24 +0000
commit98f436a00e4beeeb29d6b9102360a036bd78219d (patch)
tree86f7882e9984add97a07b84a5a23f59131fecd24
parente574d5ec3602792720661fae0b1531cf407d7678 (diff)
downloadlorries-98f436a00e4beeeb29d6b9102360a036bd78219d.tar.gz
Lorry Openstack dependencies.
Selected examples of each type of repository from Openstack dependencies.
-rw-r--r--open-source-lorries/python-docutils.lorry7
-rw-r--r--open-source-lorries/python-posix-ipc-tarball.lorry8
-rw-r--r--open-source-lorries/python-pycco.lorry6
-rw-r--r--open-source-lorries/python-pysnmp.lorry7
-rw-r--r--open-source-lorries/python-sphinx.lorry6
-rw-r--r--open-source-lorries/thrift.lorry6
6 files changed, 40 insertions, 0 deletions
diff --git a/open-source-lorries/python-docutils.lorry b/open-source-lorries/python-docutils.lorry
new file mode 100644
index 0000000..fd6c4a8
--- /dev/null
+++ b/open-source-lorries/python-docutils.lorry
@@ -0,0 +1,7 @@
+{
+ "python-docutils": {
+ "type": "svn",
+ "url": "http://svn.code.sf.net/p/docutils/code",
+ "layout": "standard"
+ }
+}
diff --git a/open-source-lorries/python-posix-ipc-tarball.lorry b/open-source-lorries/python-posix-ipc-tarball.lorry
new file mode 100644
index 0000000..27171a1
--- /dev/null
+++ b/open-source-lorries/python-posix-ipc-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "python-posix-ipc-tarball": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.8.tar.gz"
+ }
+}
diff --git a/open-source-lorries/python-pycco.lorry b/open-source-lorries/python-pycco.lorry
new file mode 100644
index 0000000..edecfe1
--- /dev/null
+++ b/open-source-lorries/python-pycco.lorry
@@ -0,0 +1,6 @@
+{
+ "python-pycco": {
+ "type": "git",
+ "url": "git://github.com/fitzgen/pycco.git"
+ }
+}
diff --git a/open-source-lorries/python-pysnmp.lorry b/open-source-lorries/python-pysnmp.lorry
new file mode 100644
index 0000000..7d1dd33
--- /dev/null
+++ b/open-source-lorries/python-pysnmp.lorry
@@ -0,0 +1,7 @@
+{
+ "python-pysnmp": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@pysnmp.cvs.sourceforge.net:/cvsroot/pysnmp",
+ "module": "pysnmp"
+ }
+}
diff --git a/open-source-lorries/python-sphinx.lorry b/open-source-lorries/python-sphinx.lorry
new file mode 100644
index 0000000..b404d46
--- /dev/null
+++ b/open-source-lorries/python-sphinx.lorry
@@ -0,0 +1,6 @@
+{
+ "python-sphinx": {
+ "type": "hg",
+ "url": "https://bitbucket.org/birkenfeld/sphinx"
+ }
+}
diff --git a/open-source-lorries/thrift.lorry b/open-source-lorries/thrift.lorry
new file mode 100644
index 0000000..bbd9ad3
--- /dev/null
+++ b/open-source-lorries/thrift.lorry
@@ -0,0 +1,6 @@
+{
+ "thrift": {
+ "type": "git",
+ "url": "git://git.apache.org/thrift.git"
+ }
+}