summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 22:32:48 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit3aafe0682e267a818a883dcab4b3a9ff75b879c7 (patch)
treed427935ed67edcc3ebbabc8dc8817d36d3f71f90
parent5d03edbcd32f38bc33e2d51bf45167a926f39cc5 (diff)
downloadlorries-3aafe0682e267a818a883dcab4b3a9ff75b879c7.tar.gz
Update mirroring of Python tox package
tox 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 106e895..1e61c70 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -700,7 +700,12 @@
},
"python-packages/tox": {
"type": "hg",
- "url": "https://bitbucket.org/hpk42/tox"
+ "url": "https://bitbucket.org/hpk42/tox",
+ "description": "Obsolete (use python-packages/tox-git)"
+ },
+ "python-packages/tox-git": {
+ "type": "git",
+ "url": "https://github.com/tox-dev/tox.git"
},
"python-packages/trollius": {
"type": "hg",