summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 22:07:51 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit996ffb20b4f8ceeadd6edf54329bcef17d7d6126 (patch)
treec2ebe7f2b4592b49ead4779bf550059c2f0e1dfa
parent6dfcc35052a9ef677dc42f4553c9a495aee80f95 (diff)
downloadlorries-996ffb20b4f8ceeadd6edf54329bcef17d7d6126.tar.gz
Update mirroring of Python pygments package
Pygments 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.
-rw-r--r--open-source-lorries/python-packages.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index d41a75f..6a74538 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -446,7 +446,12 @@
},
"python-packages/pygments": {
"type": "hg",
- "url": "https://bitbucket.org/birkenfeld/pygments-main"
+ "url": "https://bitbucket.org/birkenfeld/pygments-main",
+ "description": "Obsolete (use python-packages/pygments-git)"
+ },
+ "python-packages/pygments-git": {
+ "type": "git",
+ "url": "https://github.com/pygments/pygments.git"
},
"python-packages/pyjwt": {
"type": "git",