diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-25 16:42:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-25 16:42:37 +0000 |
commit | c63740208199641936685ceb327218d7e846b7c8 (patch) | |
tree | 5816208a1a58cec4948e059798f42fb162cd7327 /misc/py-progressbar | |
parent | Enable experimental features. (diff) |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
Notes
Notes:
svn path=/head/; revision=468282
Diffstat (limited to 'misc/py-progressbar')
-rw-r--r-- | misc/py-progressbar/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-progressbar/pkg-descr b/misc/py-progressbar/pkg-descr index fe02d2798e8b..13472f371369 100644 --- a/misc/py-progressbar/pkg-descr +++ b/misc/py-progressbar/pkg-descr @@ -13,5 +13,5 @@ There are three types of widget: - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line. -WWW: https://pypi.python.org/pypi/progressbar +WWW: https://pypi.org/project/progressbar/ WWW: https://github.com/niltonvolpato/python-progressbar |