summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-24 10:56:20 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-24 10:56:20 +0100
commit8356c940bed85a66440b44b9fa620b793dc3b9a7 (patch)
treec30511f50f2d879226b0bcae8d8cfd8caf52d3ac
parentc7719dd9fba2a91db555eb9a7eb49a17fa4977eb (diff)
parent18122ad43f60670d3fa7b841fdcc61a048ce025b (diff)
downloadlorries-8356c940bed85a66440b44b9fa620b793dc3b9a7.tar.gz
Merge branch 'baserock/franred/add-python-openstack-dependencies-repos'
Reviewed-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
-rw-r--r--open-source-lorries/mustache-spec.lorry6
-rw-r--r--open-source-lorries/numpy-submodules.lorry10
-rw-r--r--open-source-lorries/openstack.lorry17
-rw-r--r--open-source-lorries/python-packages.lorry179
-rw-r--r--open-source-lorries/web-socket-js.lorry6
5 files changed, 186 insertions, 32 deletions
diff --git a/open-source-lorries/mustache-spec.lorry b/open-source-lorries/mustache-spec.lorry
new file mode 100644
index 0000000..2585759
--- /dev/null
+++ b/open-source-lorries/mustache-spec.lorry
@@ -0,0 +1,6 @@
+{
+ "mustache-spec": {
+ "type": "git",
+ "url": "git://github.com/mustache/spec.git"
+ }
+}
diff --git a/open-source-lorries/numpy-submodules.lorry b/open-source-lorries/numpy-submodules.lorry
new file mode 100644
index 0000000..ab4dd4f
--- /dev/null
+++ b/open-source-lorries/numpy-submodules.lorry
@@ -0,0 +1,10 @@
+{
+ "scipy-sphinx-theme": {
+ "type": "git",
+ "url": "https://github.com/scipy/scipy-sphinx-theme.git"
+ },
+ "numpydoc": {
+ "type": "git",
+ "url": "https://github.com/numpy/numpydoc.git"
+ }
+}
diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry
index c6e5ae2..7b94628 100644
--- a/open-source-lorries/openstack.lorry
+++ b/open-source-lorries/openstack.lorry
@@ -34,6 +34,11 @@
"url": "git://git.openstack.org/openstack/python-glanceclient.git"
},
+ "openstack/glance_store": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/glance_store.git"
+ },
+
"openstack/keystone": {
"type": "git",
"url": "git://git.openstack.org/openstack/keystone.git"
@@ -179,6 +184,11 @@
"url": "git://git.openstack.org/openstack/oslo.rootwrap.git"
},
+ "openstack/oslo-serialization": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.serialization.git"
+ },
+
"openstack/oslosphinx": {
"type": "git",
"url": "git://git.openstack.org/openstack/oslosphinx.git"
@@ -227,5 +237,10 @@
"openstack/python-designateclient": {
"type": "git",
"url": "git://git.openstack.org/openstack/python-designateclient.git"
- }
+ },
+
+ "openstack/python-barbicanclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-barbicanclient.git"
+ }
}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 3dca6d8..472ee67 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -11,6 +11,14 @@
"type": "hg",
"url": "https://bitbucket.org/runeh/anyjson"
},
+ "python-packages/astroid": {
+ "type": "hg",
+ "url": "https://bitbucket.org/logilab/astroid"
+ },
+ "python-packages/beautifulsoup4": {
+ "type": "bzr",
+ "url": "lp:beautifulsoup"
+ },
"python-packages/cffi": {
"type": "hg",
"url": "https://bitbucket.org/cffi/cffi"
@@ -19,6 +27,10 @@
"type": "git",
"url": "git://github.com/dreamhost/cliff.git"
},
+ "python-packages/cmd2": {
+ "type": "git",
+ "url": "git://github.com/Zearin/cmd2.git"
+ },
"python-packages/creole": {
"type": "git",
"url": "git://github.com/jedie/python-creole.git"
@@ -27,6 +39,10 @@
"type": "git",
"url": "git://github.com/kiorky/croniter.git"
},
+ "python-packages/cryptography": {
+ "type": "git",
+ "url": "https://github.com/pyca/cryptography.git"
+ },
"python-packages/dateutil": {
"type": "bzr",
"url": "lp:dateutil"
@@ -35,10 +51,6 @@
"type": "hg",
"url": "https://bitbucket.org/pypa/pypi"
},
- "python-packages/python-decorator": {
- "type": "tarball",
- "url": "https://pypi.python.org/packages/source/d/decorator/decorator-3.4.0.tar.gz"
- },
"python-packages/defusedxml": {
"type": "hg",
"url": "https://bitbucket.org/tiran/defusedxml"
@@ -68,9 +80,9 @@
"type": "git",
"url": "git://github.com/warner/python-ecdsa.git"
},
- "python-packages/repoze-lru": {
- "type": "git",
- "url": "git://github.com/repoze/repoze.lru.git"
+ "python-packages/enum34": {
+ "type": "tarball",
+ "url": "https://pypi.python.org/packages/source/e/enum34/enum34-1.0.tar.gz"
},
"python-packages/eventlet": {
"type": "git",
@@ -100,6 +112,14 @@
"type": "git",
"url": "git://github.com/gabrielfalcao/httpretty.git"
},
+ "python-packages/ipaddr-py": {
+ "type": "git",
+ "url": "https://code.google.com/p/ipaddr-py/"
+ },
+ "python-packages/isort": {
+ "type": "git",
+ "url": "git://github.com/timothycrosley/isort.git"
+ },
"python-packages/itsdangerous": {
"type": "git",
"url": "git://github.com/mitsuhiko/itsdangerous.git"
@@ -112,6 +132,10 @@
"type": "git",
"url": "git://github.com/joshmarshall/jsonrpclib.git"
},
+ "python-packages/kazoo": {
+ "type": "git",
+ "url": "git://github.com/python-zk/kazoo.git"
+ },
"python-packages/kombu": {
"type": "git",
"url": "git://github.com/celery/kombu.git"
@@ -120,10 +144,22 @@
"type": "git",
"url": "git://github.com/smontanaro/pylockfile.git"
},
+ "python-packages/logilab-common": {
+ "type": "hg",
+ "url": "https://bitbucket.org/logilab/logilab-common"
+ },
+ "python-packages/logutils": {
+ "type": "hg",
+ "url": "https://bitbucket.org/vinay.sajip/logutils"
+ },
"python-packages/m2crypto": {
"type": "git",
"url": "git://github.com/martinpaljak/M2Crypto.git"
},
+ "python-packages/mako": {
+ "type": "git",
+ "url": "https://bitbucket.org/zzzeek/mako.git"
+ },
"python-packages/mock": {
"type": "hg",
"url": "https://code.google.com/p/mock/"
@@ -141,6 +177,10 @@
"type": "git",
"url": "git://github.com/farcepest/MySQLdb1.git"
},
+ "python-packages/natsort": {
+ "type": "git",
+ "url": "git://github.com/SethMMorton/natsort.git"
+ },
"python-packages/netifaces": {
"type": "hg",
"url": "https://bitbucket.org/al45tair/netifaces"
@@ -153,6 +193,10 @@
"type": "git",
"url": "git://github.com/nose-devs/nose.git"
},
+ "python-packages/numpy": {
+ "type": "git",
+ "url": "git://github.com/numpy/numpy.git"
+ },
"python-packages/oauthlib": {
"type": "git",
"url": "git://github.com/idan/oauthlib.git"
@@ -161,6 +205,10 @@
"type": "git",
"url": "git://github.com/openid/python-openid.git"
},
+ "python-packages/osprofiler": {
+ "type": "git",
+ "url": "git://github.com/stackforge/osprofiler.git"
+ },
"python-packages/passlib": {
"type": "hg",
"url": "https://code.google.com/p/passlib/"
@@ -177,10 +225,22 @@
"type": "git",
"url": "git://github.com/stackforge/pecan.git"
},
+ "python-packages/pep8": {
+ "type": "git",
+ "url": "git://github.com/jcrocholl/pep8.git"
+ },
"python-packages/pexpect": {
"type": "git",
"url": "git://github.com/pexpect/pexpect.git"
},
+ "python-packages/pies": {
+ "type": "git",
+ "url": "git://github.com/timothycrosley/pies.git"
+ },
+ "python-packages/ply": {
+ "type": "git",
+ "url": "git://github.com/dabeaz/ply.git"
+ },
"python-packages/posix-ipc-tarball": {
"compression": "gzip",
"strip": 1,
@@ -191,6 +251,10 @@
"type": "git",
"url": "git://github.com/nwcell/psycopg2-windows.git"
},
+ "python-packages/py-amqp": {
+ "type": "git",
+ "url": "git://github.com/celery/py-amqp.git"
+ },
"python-packages/py-bcrypt": {
"type": "hg",
"url": "https://code.google.com/p/py-bcrypt/"
@@ -208,6 +272,10 @@
"type": "git",
"url": "git://github.com/fitzgen/pycco.git"
},
+ "python-packages/pymemcache": {
+ "type": "git",
+ "url": "git://github.com/pinterest/pymemcache.git"
+ },
"python-packages/pycparser": {
"type": "git",
"url": "git://github.com/eliben/pycparser.git"
@@ -216,6 +284,10 @@
"type": "git",
"url": "git://github.com/dlitz/pycrypto.git"
},
+ "python-packages/pyflakes": {
+ "type": "git",
+ "url": "git://github.com/pyflakes/pyflakes.git"
+ },
"python-packages/pygments": {
"type": "hg",
"url": "https://bitbucket.org/birkenfeld/pygments-main"
@@ -232,11 +304,36 @@
"type": "git",
"url": "git://github.com/pyca/pyopenssl.git"
},
+ "python-packages/pyparsing": {
+ "type": "svn",
+ "url": "svn://svn.code.sf.net/p/pyparsing/code",
+ "layout": "standard"
+ },
"python-packages/pysnmp": {
"module": "pysnmp",
"type": "cvs",
"url": ":pserver:anonymous@pysnmp.cvs.sourceforge.net:/cvsroot/pysnmp"
},
+ "python-packages/pystache": {
+ "type": "git",
+ "url": "git://github.com/defunkt/pystache.git"
+ },
+ "python-packages/python-decorator": {
+ "type": "tarball",
+ "url": "https://pypi.python.org/packages/source/d/decorator/decorator-3.4.0.tar.gz"
+ },
+ "python-packages/python-mimeparse": {
+ "type": "git",
+ "url": "git://github.com/dbtsai/python-mimeparse.git"
+ },
+ "python-packages/python-rfc3986": {
+ "type": "tarball",
+ "url": "https://pypi.python.org/packages/source/r/rfc3986/rfc3986-0.2.0.tar.gz"
+ },
+ "python-packages/python-test-extras": {
+ "type": "git",
+ "url": "git://github.com/testing-cabal/extras.git"
+ },
"python-packages/qpid-python": {
"type": "git",
"url": "http://git.apache.org/qpid.git"
@@ -253,6 +350,14 @@
"type": "git",
"url": "https://github.com/reclosedev/requests-cache"
},
+ "python-packages/repoze-lru": {
+ "type": "git",
+ "url": "git://github.com/repoze/repoze.lru.git"
+ },
+ "python-packages/retrying": {
+ "type": "git",
+ "url": "git://github.com/rholder/retrying.git"
+ },
"python-packages/routes": {
"type": "git",
"url": "git://github.com/bbangert/routes.git"
@@ -269,6 +374,18 @@
"type": "git",
"url": "git://github.com/agrover/rtslib-fb.git"
},
+ "python-packages/simplegeneric-tarball": {
+ "type": "tarball",
+ "url": "http://ftp.de.debian.org/debian/pool/main/s/simplegeneric/simplegeneric_0.8.1.orig.tar.bz2"
+ },
+ "python-packages/smartypants": {
+ "type": "hg",
+ "url": "https://bitbucket.org/livibetter/smartypants.py"
+ },
+ "python-packages/snowballstemmer": {
+ "type": "git",
+ "url": "git://github.com/shibukawa/snowball_py.git"
+ },
"python-packages/sphinx": {
"type": "hg",
"url": "https://bitbucket.org/birkenfeld/sphinx"
@@ -293,6 +410,10 @@
"type": "hg",
"url": "https://bitbucket.org/mirror/suds"
},
+ "python-packages/sysv-ipc-tarball": {
+ "type": "tarball",
+ "url": "http://semanchuk.com/philip/sysv_ipc/sysv_ipc-0.6.8.tar.gz"
+ },
"python-packages/tempita": {
"type": "hg",
"url": "https://bitbucket.org/ianb/tempita"
@@ -313,6 +434,10 @@
"type": "git",
"url": "git://github.com/nvie/times.git"
},
+ "python-packages/tooz": {
+ "type": "git",
+ "url": "git://git.openstack.org/stackforge/tooz.git"
+ },
"python-packages/tox": {
"type": "hg",
"url": "https://bitbucket.org/hpk42/tox"
@@ -325,6 +450,10 @@
"type": "git",
"url": "git://github.com/unbit/uwsgi.git"
},
+ "python-packages/waitress": {
+ "type": "git",
+ "url": "git://github.com/Pylons/waitress.git"
+ },
"python-packages/webob": {
"type": "git",
"url": "git://github.com/Pylons/webob.git"
@@ -337,6 +466,14 @@
"type": "git",
"url": "git://github.com/kanaka/websockify.git"
},
+ "python-packages/webtest": {
+ "type": "git",
+ "url": "git://github.com/Pylons/webtest.git"
+ },
+ "python-packages/wsgiref": {
+ "type": "git",
+ "url": "git://github.com/Xowap/wsgiref"
+ },
"python-packages/wsme": {
"type": "git",
"url": "git://github.com/stackforge/wsme.git"
@@ -345,6 +482,10 @@
"type": "git",
"url": "git://github.com/xattr/xattr.git"
},
+ "python-packages/zake": {
+ "type": "git",
+ "url": "git://github.com/yahoo/Zake.git"
+ },
"python-packages/zope-browser": {
"type": "git",
"url": "git://github.com/zopefoundation/zope.browser.git"
@@ -416,29 +557,5 @@
"python-packages/zope-traversing": {
"type": "git",
"url": "git://github.com/zopefoundation/zope.traversing.git"
- },
- "python-packages/cryptography": {
- "type": "git",
- "url": "https://github.com/pyca/cryptography.git"
- },
- "python-packages/ipaddr-py": {
- "type": "git",
- "url": "https://code.google.com/p/ipaddr-py/"
- },
- "python-packages/simplegeneric-tarball": {
- "type": "tarball",
- "url": "http://ftp.de.debian.org/debian/pool/main/s/simplegeneric/simplegeneric_0.8.1.orig.tar.bz2"
- },
- "python-packages/osprofiler": {
- "type": "git",
- "url": "git://github.com/stackforge/osprofiler.git"
- },
- "python-packages/retrying": {
- "type": "git",
- "url": "git://github.com/rholder/retrying.git"
- },
- "python-packages/sqalchemy-migrate": {
- "type": "git",
- "url": "git://github.com/stackforge/sqlalchemy-migrate.git"
}
}
diff --git a/open-source-lorries/web-socket-js.lorry b/open-source-lorries/web-socket-js.lorry
new file mode 100644
index 0000000..a68f85c
--- /dev/null
+++ b/open-source-lorries/web-socket-js.lorry
@@ -0,0 +1,6 @@
+{
+ "web-socket-js": {
+ "type": "git",
+ "url": "https://github.com/gimite/web-socket-js.git"
+ }
+}