summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 19:30:31 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:18:23 +0100
commitc229808c2db37ab977c6211bc0de2efd538f1905 (patch)
treea94a9e0f2fac67b42ee531f592d873e5afb6230f
parent97fe85b9f40dbce9308a3012c0ae4389de087372 (diff)
downloadlorries-c229808c2db37ab977c6211bc0de2efd538f1905.tar.gz
Update mirroring of Python pyparsing package
PyParsing moved from Sourceforge to GitHub. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/python-packages.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 71357b4..9947bef 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -479,7 +479,12 @@
"python-packages/pyparsing": {
"type": "svn",
"url": "svn://svn.code.sf.net/p/pyparsing/code",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use python-packages/pyparsing-git)"
+ },
+ "python-packages/pyparsing-git": {
+ "type": "git",
+ "url": "https://github.com/pyparsing/pyparsing.git"
},
"python-packages/pyscss": {
"type": "git",