From e4bd125c8a939c60339237f6f829ec14461caf91 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 22:47:14 +0100 Subject: Update mirroring of Python setuptools package Setuptools moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete. Also mark the mirror of the Subversion repository as obsolete, since that hasn't been updated since 2013. --- open-source-lorries/python-setuptools.lorry | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/python-setuptools.lorry') diff --git a/open-source-lorries/python-setuptools.lorry b/open-source-lorries/python-setuptools.lorry index cc5feb4..592fcdf 100644 --- a/open-source-lorries/python-setuptools.lorry +++ b/open-source-lorries/python-setuptools.lorry @@ -6,6 +6,11 @@ "trunk": "trunk/setuptools", "branches": "branches/setuptools/*", "tags": "tags/setuptools/*" - } + }, + "description": "Obsolete (use python-setuptools-git)" + }, + "python-setuptools-git": { + "type": "git", + "url": "https://github.com/pypa/setuptools.git" } } -- cgit v1.2.1