diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-13 03:22:12 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-13 02:52:10 -0700 |
commit | cabbb6580375fc56981cef5e719bd62a421b4eb3 (patch) | |
tree | 633c2d9d0732184183878acdbf23337d7bd5bff9 /dev-python/python-engineio | |
parent | dev-python/pyrqlite: remove variables from HOMEPAGE (diff) | |
download | gentoo-cabbb6580375fc56981cef5e719bd62a421b4eb3.tar.gz gentoo-cabbb6580375fc56981cef5e719bd62a421b4eb3.tar.bz2 gentoo-cabbb6580375fc56981cef5e719bd62a421b4eb3.zip |
dev-python/python-engineio: remove variables from HOMEPAGE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-python/python-engineio')
-rw-r--r-- | dev-python/python-engineio/python-engineio-1.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-engineio/python-engineio-1.7.0.ebuild b/dev-python/python-engineio/python-engineio-1.7.0.ebuild index 6f3b26b71d31..d3add65a2057 100644 --- a/dev-python/python-engineio/python-engineio-1.7.0.ebuild +++ b/dev-python/python-engineio/python-engineio-1.7.0.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=6 @@ -8,7 +8,7 @@ inherit distutils-r1 MY_PN="" DESCRIPTION="Python implementation of the Engine.IO realtime server." -HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}" +HOMEPAGE="https://python-engineio.readthedocs.org/ https://github.com/miguelgrinberg/python-engineio/ https://pypi.python.org/pypi/python-engineio" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |