summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-21 16:37:44 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-24 08:43:15 +0100
commit4f7ec6e9707ebdf119faf2d7ae63ee64f8e08b88 (patch)
tree8b0013e889fafef4853f443f576e006680282941
parentc7719dd9fba2a91db555eb9a7eb49a17fa4977eb (diff)
downloadlorries-4f7ec6e9707ebdf119faf2d7ae63ee64f8e08b88.tar.gz
Sort python-packages.lorry by name and remove wrong and duplicated lorry
sqalchemy-migrate contained a typo and sqlachemy-migrate is being lorried correctly.
-rw-r--r--open-source-lorries/python-packages.lorry60
1 files 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"
}
}