From c86fc6f48f0500f2575364ad32c362dc2ff60b48 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 8 Sep 2020 23:47:48 +0100 Subject: 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. --- open-source-lorries/python-prettytable.lorry | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/python-prettytable.lorry') 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" } } -- cgit v1.2.1