diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-07 22:38:28 +0100 |
---|---|---|
committer | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-09 23:46:50 +0100 |
commit | b005cb02fdb804b63798019cd3de4ec1582fe26c (patch) | |
tree | c12d06d846dfc171ee9a32ab6367d6f32a59852c | |
parent | 4139b74e0b3e8e191bdbb0ddfb1fa550750f4649 (diff) | |
download | lorries-b005cb02fdb804b63798019cd3de4ec1582fe26c.tar.gz |
Mark Python singledispatch module as obsoletebwh/bitbucket-migration
singledispatch is part of the standard library in all supported Python
versions, and its repository on Bitbucket is no longer available.
-rw-r--r-- | open-source-lorries/python-packages.lorry | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 0b0c596..17ab225 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -843,7 +843,8 @@ }, "python-packages/singledispatch" : { "type": "hg", - "url": "https://bitbucket.org/ambv/singledispatch" + "url": "https://bitbucket.org/ambv/singledispatch", + "description": "Obsolete (included in Python standard library)" }, "python-packages/pymox":{ "type": "git", |