From 5e0bfebfafecfd9b59ebc8379979936de260ee2a Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 19:26:42 +0100 Subject: Update mirroring of Python decorator package We previously mirrored Michele Simionato's repository of papers on Google Code, which appears to have been the canonical location for his decorator package. The decorator package now has its own repository on GitHub; mirror that instead (as well as the tarball from PyPI). Mark the old mirror as obsolete. --- open-source-lorries/micheles.lorry | 3 ++- open-source-lorries/python-packages.lorry | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/open-source-lorries/micheles.lorry b/open-source-lorries/micheles.lorry index bf2f6c9..7a44bcb 100644 --- a/open-source-lorries/micheles.lorry +++ b/open-source-lorries/micheles.lorry @@ -1,6 +1,7 @@ { "micheles": { "type": "hg", - "url": "https://code.google.com/p/micheles/" + "url": "https://code.google.com/p/micheles/", + "description": "Obsolete (use python-packages/python-decorator-git)" } } diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index a61765e..347cf17 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -454,6 +454,10 @@ "type": "tarball", "url": "https://pypi.python.org/packages/source/d/decorator/decorator-3.4.0.tar.gz" }, + "python-packages/python-decorator-git": { + "type": "git", + "url": "https://github.com/micheles/decorator.git" + }, "python-packages/python-magic": { "type": "git", "url": "https://github.com/ahupp/python-magic.git" -- cgit v1.2.1