summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/argparse.lorry3
-rw-r--r--open-source-lorries/python-packages.lorry6
2 files changed, 6 insertions, 3 deletions
diff --git a/open-source-lorries/argparse.lorry b/open-source-lorries/argparse.lorry
index 250097d..04df5e1 100644
--- a/open-source-lorries/argparse.lorry
+++ b/open-source-lorries/argparse.lorry
@@ -1,6 +1,7 @@
{
"argparse": {
"type": "hg",
- "url": "http://code.google.com/p/argparse/"
+ "url": "http://code.google.com/p/argparse/",
+ "description": "Obsolete (included in Python standard library)"
}
}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 547aa7c..805e600 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -142,7 +142,8 @@
},
"python-packages/futures": {
"type": "hg",
- "url": "https://code.google.com/p/pythonfutures/"
+ "url": "https://code.google.com/p/pythonfutures/",
+ "description": "Obsolete (included in Python standard library)"
},
"python-packages/gear": {
"type": "git",
@@ -242,7 +243,8 @@
},
"python-packages/mock": {
"type": "hg",
- "url": "https://code.google.com/p/mock/"
+ "url": "https://code.google.com/p/mock/",
+ "description": "Obsolete (included in Python standard library)"
},
"python-packages/mox": {
"layout": "standard",