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 /audio | |
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 'audio')
-rw-r--r-- | audio/py-mpd/pkg-descr | 2 | ||||
-rw-r--r-- | audio/py-py-jack/pkg-descr | 2 | ||||
-rw-r--r-- | audio/py-pymad/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-mpd/pkg-descr b/audio/py-mpd/pkg-descr index 9478f64d6f29..4ecf74816902 100644 --- a/audio/py-mpd/pkg-descr +++ b/audio/py-mpd/pkg-descr @@ -1,3 +1,3 @@ An MPD (Music Player Daemon) client library written in pure Python. -WWW: https://pypi.python.org/pypi/python-mpd +WWW: https://pypi.org/project/python-mpd/ diff --git a/audio/py-py-jack/pkg-descr b/audio/py-py-jack/pkg-descr index f253becb3c34..ff60449ff0df 100644 --- a/audio/py-py-jack/pkg-descr +++ b/audio/py-py-jack/pkg-descr @@ -3,4 +3,4 @@ For information about Jack see http://jackit.sourceforge.net. This enables a Python program to connect to and interact with pro-audio applications which use the Jack Audio Server. -WWW: https://pypi.python.org/pypi/py-jack +WWW: https://pypi.org/project/py-jack/ diff --git a/audio/py-pymad/pkg-descr b/audio/py-pymad/pkg-descr index 51e9986f2a56..cda8a80bac56 100644 --- a/audio/py-pymad/pkg-descr +++ b/audio/py-pymad/pkg-descr @@ -2,4 +2,4 @@ pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library. pymad provides a high-level API, similar to the pyogg module, which makes reading PCM data from MPEG audio streams a piece of cake. -WWW: https://pypi.python.org/pypi/pymad +WWW: https://pypi.org/project/pymad/ |