From a1b344205a20c6a87128bf9dcfb0d10f2f34ee3d Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Fri, 13 Apr 2018 03:24:17 -0500 Subject: [PATCH] dev-python/socketio-client: remove variables from HOMEPAGE Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- dev-python/socketio-client/socketio-client-0.6.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/socketio-client/socketio-client-0.6.6.ebuild b/dev-python/socketio-client/socketio-client-0.6.6.ebuild index 8907a31927341..ea4969e34673e 100644 --- a/dev-python/socketio-client/socketio-client-0.6.6.ebuild +++ b/dev-python/socketio-client/socketio-client-0.6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit distutils-r1 MY_PN="socketIO-client" REPO_PN="socketIO_client" DESCRIPTION="A socket.io client library for Python" -HOMEPAGE="https://github.com/invisibleroads/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN}" +HOMEPAGE="https://github.com/invisibleroads/socketIO-client/ https://pypi.python.org/pypi/socketIO-client" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${REPO_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"