diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-07 22:29:39 +0100 |
---|---|---|
committer | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-09 23:46:50 +0100 |
commit | 4139b74e0b3e8e191bdbb0ddfb1fa550750f4649 (patch) | |
tree | 8a58a018df061c36f484647150bb6b938c5d5136 | |
parent | 4fea103303e6839d89079c1e63d88225a732509d (diff) | |
download | lorries-4139b74e0b3e8e191bdbb0ddfb1fa550750f4649.tar.gz |
Disable mirroring of Python tempita package
Tempita has not been updated since 2013, and its repository on
Bitbucket is no longer available.
-rw-r--r-- | open-source-lorries-disabled/python-packages.lorry | 4 | ||||
-rw-r--r-- | open-source-lorries/python-packages.lorry | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/open-source-lorries-disabled/python-packages.lorry b/open-source-lorries-disabled/python-packages.lorry index d66e925..8afd764 100644 --- a/open-source-lorries-disabled/python-packages.lorry +++ b/open-source-lorries-disabled/python-packages.lorry @@ -20,5 +20,9 @@ "python-packages/suds": { "type": "hg", "url": "https://bitbucket.org/mirror/suds" + }, + "python-packages/tempita": { + "type": "hg", + "url": "https://bitbucket.org/ianb/tempita" } } diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 113169d..0b0c596 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -662,10 +662,6 @@ "type": "git", "url": "git://github.com/agrover/targetcli-fb.git" }, - "python-packages/tempita": { - "type": "hg", - "url": "https://bitbucket.org/ianb/tempita" - }, "python-packages/testrepository": { "type": "bzr", "url": "lp:testrepository" |