diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:54:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:54:44 +0100 |
commit | 84f8a34334545bac8a7b11482147d1afd67ce194 (patch) | |
tree | 02c61220ff4960f1e56356ee57a03e19e57a9ba7 /dev-python | |
parent | dev-python/pytest-isort: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-84f8a34334545bac8a7b11482147d1afd67ce194.tar.gz gentoo-84f8a34334545bac8a7b11482147d1afd67ce194.tar.bz2 gentoo-84f8a34334545bac8a7b11482147d1afd67ce194.zip |
dev-python/python-socketio: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
3 files changed, 12 insertions, 3 deletions
diff --git a/dev-python/python-socketio/python-socketio-1.7.4.ebuild b/dev-python/python-socketio/python-socketio-1.7.4.ebuild index 1f0d0165b582..acff4ee83706 100644 --- a/dev-python/python-socketio/python-socketio-1.7.4.ebuild +++ b/dev-python/python-socketio/python-socketio-1.7.4.ebuild @@ -7,7 +7,10 @@ PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 DESCRIPTION="Python implementation of the Socket.IO realtime server." -HOMEPAGE="https://python-socketio.readthedocs.org/ https://github.com/miguelgrinberg/python-socketio/ https://pypi.org/project/python-socketio/" +HOMEPAGE=" + https://python-socketio.readthedocs.org/ + https://github.com/miguelgrinberg/python-socketio/ + https://pypi.org/project/python-socketio/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/python-socketio/python-socketio-1.8.0.ebuild b/dev-python/python-socketio/python-socketio-1.8.0.ebuild index 34da195701db..23df095e3eaa 100644 --- a/dev-python/python-socketio/python-socketio-1.8.0.ebuild +++ b/dev-python/python-socketio/python-socketio-1.8.0.ebuild @@ -7,7 +7,10 @@ PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 DESCRIPTION="Python implementation of the Socket.IO realtime server." -HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.org/project/${PN}" +HOMEPAGE=" + https://python-socketio.readthedocs.org/ + https://github.com/miguelgrinberg/python-socketio/ + https://pypi.org/project/python-socketio" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/python-socketio/python-socketio-2.0.0.ebuild b/dev-python/python-socketio/python-socketio-2.0.0.ebuild index 49f7279a7864..9f66dde45a09 100644 --- a/dev-python/python-socketio/python-socketio-2.0.0.ebuild +++ b/dev-python/python-socketio/python-socketio-2.0.0.ebuild @@ -7,7 +7,10 @@ PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 DESCRIPTION="Python implementation of the Socket.IO realtime server." -HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.org/project/${PN}" +HOMEPAGE=" + https://python-socketio.readthedocs.org/ + https://github.com/miguelgrinberg/python-socketio/ + https://pypi.org/project/python-socketio" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |