From 98f436a00e4beeeb29d6b9102360a036bd78219d Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Thu, 17 Jul 2014 14:53:24 +0000 Subject: Lorry Openstack dependencies. Selected examples of each type of repository from Openstack dependencies. --- open-source-lorries/python-docutils.lorry | 7 +++++++ open-source-lorries/python-posix-ipc-tarball.lorry | 8 ++++++++ open-source-lorries/python-pycco.lorry | 6 ++++++ open-source-lorries/python-pysnmp.lorry | 7 +++++++ open-source-lorries/python-sphinx.lorry | 6 ++++++ open-source-lorries/thrift.lorry | 6 ++++++ 6 files changed, 40 insertions(+) create mode 100644 open-source-lorries/python-docutils.lorry create mode 100644 open-source-lorries/python-posix-ipc-tarball.lorry create mode 100644 open-source-lorries/python-pycco.lorry create mode 100644 open-source-lorries/python-pysnmp.lorry create mode 100644 open-source-lorries/python-sphinx.lorry create mode 100644 open-source-lorries/thrift.lorry 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" + } +} -- cgit v1.2.1