From 2c8f4e4f5cd846963df0bb4404b207c577e2b16e Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 18:25:43 +0100 Subject: Mark several Python package mirrors as obsolete These Python packages all moved from Google Code to GitHub: * argparse: https://github.com/ThomasWaldmann/argparse.git * pythonfutures: https://github.com/agronholm/pythonfutures.git * mock: https://github.com/testing-cabal/mock.git Mirroring the GitHub repositories would require new mirror names, since they converted from Mercurial to Git. As these packages are all part of the standard library in all supported Python versions, I don't think it's worth doing that. Mark the existing mirrors as obsolete instead. --- open-source-lorries/argparse.lorry | 3 ++- open-source-lorries/python-packages.lorry | 6 ++++-- 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", -- cgit v1.2.1