summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 22:00:14 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commitffc9fd7702b96346dfe741606f31543001e86595 (patch)
tree9052bb9cf49358b8d649b426041a39b05886430a
parentdeadbdaea6b7c9c84171d554ed3e76e7f6ddf42d (diff)
downloadlorries-ffc9fd7702b96346dfe741606f31543001e86595.tar.gz
Update mirroring of Python paste and paste.deploy packages
Paste moved from Bitbucket to GitHub. Since it 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 c3c0464..a48a405 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -327,11 +327,21 @@
},
"python-packages/paste": {
"type": "hg",
- "url": "http://bitbucket.org/ianb/paste"
+ "url": "http://bitbucket.org/ianb/paste",
+ "description": "Obsolete (use python-packages/paste-git)"
+ },
+ "python-packages/paste-git": {
+ "type": "git",
+ "url": "https://github.com/cdent/paste.git"
},
"python-packages/pastedeploy": {
"type": "hg",
- "url": "http://bitbucket.org/ianb/pastedeploy"
+ "url": "http://bitbucket.org/ianb/pastedeploy",
+ "description": "Obsolete (use python-packages/pastedeploy-git)"
+ },
+ "python-packages/pastedeploy-git": {
+ "type": "git",
+ "url": "https://github.com/Pylons/pastedeploy.git"
},
"python-packages/pecan": {
"type": "git",