summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 23:47:48 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:13 +0100
commitc86fc6f48f0500f2575364ad32c362dc2ff60b48 (patch)
treeb27679043920c59c689e00ef3362dbb8333e1235
parent62bd519d80c3a75aace937fc6aab2c7e4fa09399 (diff)
downloadlorries-c86fc6f48f0500f2575364ad32c362dc2ff60b48.tar.gz
Update mirroring of Python prettytable package
PrettyTable has not been updated since 2014, and its repository on Google Code is no longer available. There is a popular fork of it called PTable. Add a mirror of that and mark the old mirror as obsolete, pointing to the mirror of PTable.
-rw-r--r--open-source-lorries/python-prettytable.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/python-prettytable.lorry b/open-source-lorries/python-prettytable.lorry
index 50c98f0..5fbd3d2 100644
--- a/open-source-lorries/python-prettytable.lorry
+++ b/open-source-lorries/python-prettytable.lorry
@@ -2,6 +2,11 @@
"python-prettytable": {
"type": "svn",
"url": "http://prettytable.googlecode.com/svn",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use python-prettytable-ptable)"
+ },
+ "python-prettytable-ptable": {
+ "type": "git",
+ "url": "https://github.com/kxxoling/PTable.git"
}
}