From 4f7ec6e9707ebdf119faf2d7ae63ee64f8e08b88 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 21 Oct 2014 16:37:44 +0100 Subject: Sort python-packages.lorry by name and remove wrong and duplicated lorry sqalchemy-migrate contained a typo and sqlachemy-migrate is being lorried correctly. --- open-source-lorries/python-packages.lorry | 60 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 3dca6d8..00fc8f7 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -27,6 +27,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 +39,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,10 +68,6 @@ "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/eventlet": { "type": "git", "url": "git://github.com/eventlet/eventlet.git" @@ -100,6 +96,10 @@ "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/itsdangerous": { "type": "git", "url": "git://github.com/mitsuhiko/itsdangerous.git" @@ -161,6 +161,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/" @@ -237,6 +241,10 @@ "type": "cvs", "url": ":pserver:anonymous@pysnmp.cvs.sourceforge.net:/cvsroot/pysnmp" }, + "python-packages/python-decorator": { + "type": "tarball", + "url": "https://pypi.python.org/packages/source/d/decorator/decorator-3.4.0.tar.gz" + }, "python-packages/qpid-python": { "type": "git", "url": "http://git.apache.org/qpid.git" @@ -253,6 +261,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 +285,10 @@ "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/sphinx": { "type": "hg", "url": "https://bitbucket.org/birkenfeld/sphinx" @@ -416,29 +436,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" } } -- cgit v1.2.1 From b36303e4e3745f53b0134be1ef93820f90ea8f3b Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 21 Oct 2014 17:36:20 +0100 Subject: Add oslo-serialization repository --- open-source-lorries/openstack.lorry | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry index c6e5ae2..031edc4 100644 --- a/open-source-lorries/openstack.lorry +++ b/open-source-lorries/openstack.lorry @@ -179,6 +179,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" -- cgit v1.2.1 From 1e408cb45fa4744451b2c9d078d684535d2004ef Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 21 Oct 2014 17:36:51 +0100 Subject: Add several repositories which are dependencies for openstack python packages --- open-source-lorries/python-packages.lorry | 121 ++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 00fc8f7..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" @@ -68,6 +80,10 @@ "type": "git", "url": "git://github.com/warner/python-ecdsa.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", "url": "git://github.com/eventlet/eventlet.git" @@ -100,6 +116,10 @@ "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" @@ -181,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, @@ -195,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/" @@ -212,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" @@ -220,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" @@ -236,15 +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" @@ -289,6 +378,14 @@ "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" @@ -313,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" @@ -333,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" @@ -345,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" @@ -357,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" @@ -365,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" -- cgit v1.2.1 From 976b262bb2c5e0829718016e727b625228f0b788 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 24 Oct 2014 09:01:01 +0100 Subject: Add barbicanclient and glance_store to openstack lorry file --- open-source-lorries/openstack.lorry | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry index 031edc4..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" @@ -232,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" + } } -- cgit v1.2.1 From ae3335410576a6f63b30e7c08144ef6a979252b9 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 24 Oct 2014 09:02:11 +0100 Subject: Add pystache submodule lorry file --- open-source-lorries/mustache-spec.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/mustache-spec.lorry 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" + } +} -- cgit v1.2.1 From 773ef63ff30a8a9b8c9dd1f887aba5da31c1a7db Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 24 Oct 2014 09:02:40 +0100 Subject: Add numpy submodules --- open-source-lorries/numpy-submodules.lorry | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 open-source-lorries/numpy-submodules.lorry 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" + } +} -- cgit v1.2.1 From 18122ad43f60670d3fa7b841fdcc61a048ce025b Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 24 Oct 2014 09:03:22 +0100 Subject: Add web-socket-js lorry file --- open-source-lorries/web-socket-js.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/web-socket-js.lorry 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" + } +} -- cgit v1.2.1