summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 21:23:58 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit66986d9c37b6436818e18da32722956ec2e725a9 (patch)
treee41c7c42a6241e057693ff6bc148f7da61990f18
parent7e41da30e48c43135bbf17754afe19873350b9f3 (diff)
downloadlorries-66986d9c37b6436818e18da32722956ec2e725a9.tar.gz
Update mirroring of Python astroid and pylint packages
Astroid.py and Pylint moved from Bitbucket to the PyCQA organisation on GitHub. Since they switched from Mercurial to Git, use different names for the new mirrors. Mark the old mirrors as obsolete.
-rw-r--r--open-source-lorries/python-packages.lorry14
1 files changed, 12 insertions, 2 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 39d4f17..3996eea 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -21,7 +21,12 @@
},
"python-packages/astroid": {
"type": "hg",
- "url": "https://bitbucket.org/logilab/astroid"
+ "url": "https://bitbucket.org/logilab/astroid",
+ "description": "Obsolete (use python-packages/astroid-git"
+ },
+ "python-packages/astroid-git": {
+ "type": "git",
+ "url": "https://github.com/PyCQA/astroid.git"
},
"python-packages/beautifulsoup4": {
"type": "bzr",
@@ -419,7 +424,12 @@
},
"python-packages/pylint": {
"type": "hg",
- "url": "https://bitbucket.org/logilab/pylint/"
+ "url": "https://bitbucket.org/logilab/pylint/",
+ "description": "Obsolete (use python-packages/pylint-git)"
+ },
+ "python-packages/pylint-git": {
+ "type": "git",
+ "url": "https://github.com/PyCQA/pylint.git"
},
"python-packages/pylru": {
"type": "git",