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(-) (limited to 'open-source-lorries') 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