summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 19:26:42 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:13 +0100
commit5e0bfebfafecfd9b59ebc8379979936de260ee2a (patch)
treedc5cf02301684e559ff4fe7e0d847d8593a42bb8
parenta7953c301df9fdad8f316a1f6594941a08c395fc (diff)
downloadlorries-5e0bfebfafecfd9b59ebc8379979936de260ee2a.tar.gz
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.
-rw-r--r--open-source-lorries/micheles.lorry3
-rw-r--r--open-source-lorries/python-packages.lorry4
2 files changed, 6 insertions, 1 deletions
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"