From 226aabab1a33d51c9c261686150776f6e9ceb21a Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 12 Sep 2013 15:41:20 +0000 Subject: Add python-glanceclient lorry, and all its dependencies. --- open-source-lorries/argparse.lorry | 6 ++++++ open-source-lorries/babel.lorry | 6 ++++++ open-source-lorries/jsonscheme.lorry | 6 ++++++ open-source-lorries/netaddr.lorry | 6 ++++++ open-source-lorries/pbr.lorry | 6 ++++++ open-source-lorries/pyiso8601.lorry | 6 ++++++ open-source-lorries/pyopenssl.lorry | 6 ++++++ open-source-lorries/python-glanceclient.lorry | 6 ++++++ open-source-lorries/python-keystoneclient.lorry | 6 ++++++ open-source-lorries/pytz.lorry | 6 ++++++ open-source-lorries/simplejson.lorry | 6 ++++++ open-source-lorries/six.lorry | 6 ++++++ open-source-lorries/warlock.lorry | 6 ++++++ 13 files changed, 78 insertions(+) create mode 100644 open-source-lorries/argparse.lorry create mode 100644 open-source-lorries/babel.lorry create mode 100644 open-source-lorries/jsonscheme.lorry create mode 100644 open-source-lorries/netaddr.lorry create mode 100644 open-source-lorries/pbr.lorry create mode 100644 open-source-lorries/pyiso8601.lorry create mode 100644 open-source-lorries/pyopenssl.lorry create mode 100644 open-source-lorries/python-glanceclient.lorry create mode 100644 open-source-lorries/python-keystoneclient.lorry create mode 100644 open-source-lorries/pytz.lorry create mode 100644 open-source-lorries/simplejson.lorry create mode 100644 open-source-lorries/six.lorry create mode 100644 open-source-lorries/warlock.lorry diff --git a/open-source-lorries/argparse.lorry b/open-source-lorries/argparse.lorry new file mode 100644 index 0000000..250097d --- /dev/null +++ b/open-source-lorries/argparse.lorry @@ -0,0 +1,6 @@ +{ + "argparse": { + "type": "hg", + "url": "http://code.google.com/p/argparse/" + } +} diff --git a/open-source-lorries/babel.lorry b/open-source-lorries/babel.lorry new file mode 100644 index 0000000..1956dff --- /dev/null +++ b/open-source-lorries/babel.lorry @@ -0,0 +1,6 @@ +{ + "babel": { + "type": "git", + "url": "git://github.com/mitsuhiko/babel.git" + } +} diff --git a/open-source-lorries/jsonscheme.lorry b/open-source-lorries/jsonscheme.lorry new file mode 100644 index 0000000..6f4efc4 --- /dev/null +++ b/open-source-lorries/jsonscheme.lorry @@ -0,0 +1,6 @@ +{ + "jsonschema": { + "type": "git", + "url": "git://github.com/Julian/jsonschema.git" + } +} diff --git a/open-source-lorries/netaddr.lorry b/open-source-lorries/netaddr.lorry new file mode 100644 index 0000000..837670b --- /dev/null +++ b/open-source-lorries/netaddr.lorry @@ -0,0 +1,6 @@ +{ + "netaddr": { + "type": "git", + "url": "git://github.com/drkjam/netaddr.git" + } +} diff --git a/open-source-lorries/pbr.lorry b/open-source-lorries/pbr.lorry new file mode 100644 index 0000000..ee9ee93 --- /dev/null +++ b/open-source-lorries/pbr.lorry @@ -0,0 +1,6 @@ +{ + "pbr": { + "type": "git", + "url": "git://github.com/openstack-dev/pbr.git" + } +} diff --git a/open-source-lorries/pyiso8601.lorry b/open-source-lorries/pyiso8601.lorry new file mode 100644 index 0000000..408eb31 --- /dev/null +++ b/open-source-lorries/pyiso8601.lorry @@ -0,0 +1,6 @@ +{ + "pyiso8601": { + "type": "hg", + "url": "http://bitbucket.org/micktwomey/pyiso8601" + } +} diff --git a/open-source-lorries/pyopenssl.lorry b/open-source-lorries/pyopenssl.lorry new file mode 100644 index 0000000..0ca9678 --- /dev/null +++ b/open-source-lorries/pyopenssl.lorry @@ -0,0 +1,6 @@ +{ + "pyopenssl": { + "type": "bzr", + "url": "lp:pyopenssl" + } +} diff --git a/open-source-lorries/python-glanceclient.lorry b/open-source-lorries/python-glanceclient.lorry new file mode 100644 index 0000000..c413fb9 --- /dev/null +++ b/open-source-lorries/python-glanceclient.lorry @@ -0,0 +1,6 @@ +{ + "python-glanceclient": { + "type": "git", + "url": "git://github.com/openstack/python-glanceclient.git" + } +} diff --git a/open-source-lorries/python-keystoneclient.lorry b/open-source-lorries/python-keystoneclient.lorry new file mode 100644 index 0000000..0e80d22 --- /dev/null +++ b/open-source-lorries/python-keystoneclient.lorry @@ -0,0 +1,6 @@ +{ + "python-keystoneclient": { + "type": "git", + "url": "git://github.com/openstack/python-keystoneclient.git" + } +} diff --git a/open-source-lorries/pytz.lorry b/open-source-lorries/pytz.lorry new file mode 100644 index 0000000..c7b46e0 --- /dev/null +++ b/open-source-lorries/pytz.lorry @@ -0,0 +1,6 @@ +{ + "pytz": { + "type": "bzr", + "url": "lp:pytz" + } +} diff --git a/open-source-lorries/simplejson.lorry b/open-source-lorries/simplejson.lorry new file mode 100644 index 0000000..cb25f4d --- /dev/null +++ b/open-source-lorries/simplejson.lorry @@ -0,0 +1,6 @@ +{ + "simplejson": { + "type": "git", + "url": "git://github.com/simplejson/simplejson.git" + } +} diff --git a/open-source-lorries/six.lorry b/open-source-lorries/six.lorry new file mode 100644 index 0000000..3608c4e --- /dev/null +++ b/open-source-lorries/six.lorry @@ -0,0 +1,6 @@ +{ + "six": { + "type": "hg", + "url": "http://bitbucket.org/gutworth/six" + } +} diff --git a/open-source-lorries/warlock.lorry b/open-source-lorries/warlock.lorry new file mode 100644 index 0000000..7b30d4d --- /dev/null +++ b/open-source-lorries/warlock.lorry @@ -0,0 +1,6 @@ +{ + "warlock": { + "type": "git", + "url": "git://github.com/bcwaldon/warlock.git" + } +} -- cgit v1.2.1