diff options
Diffstat (limited to 'dev-python/pyserial')
-rw-r--r-- | dev-python/pyserial/files/pyserial-2.6-list_ports.patch | 2 | ||||
-rw-r--r-- | dev-python/pyserial/pyserial-2.6-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyserial/pyserial-2.7-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyserial/pyserial-2.7.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyserial/files/pyserial-2.6-list_ports.patch b/dev-python/pyserial/files/pyserial-2.6-list_ports.patch index cd3b4ef8e322..70bfaf20c1c8 100644 --- a/dev-python/pyserial/files/pyserial-2.6-list_ports.patch +++ b/dev-python/pyserial/files/pyserial-2.6-list_ports.patch @@ -1,4 +1,4 @@ -http://sourceforge.net/p/pyserial/patches/26/ +https://sourceforge.net/p/pyserial/patches/26/ Index: trunk/pyserial/serial/tools/list_ports_posix.py =================================================================== --- trunk/pyserial/serial/tools/list_ports_posix.py (revision 439) diff --git a/dev-python/pyserial/pyserial-2.6-r1.ebuild b/dev-python/pyserial/pyserial-2.6-r1.ebuild index 8f5bdcf1007e..173964a1911b 100644 --- a/dev-python/pyserial/pyserial-2.6-r1.ebuild +++ b/dev-python/pyserial/pyserial-2.6-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3} pypy ) inherit distutils-r1 DESCRIPTION="Python Serial Port Extension" -HOMEPAGE="http://pyserial.sourceforge.net/ http://sourceforge.net/projects/pyserial/ https://pypi.python.org/pypi/pyserial" +HOMEPAGE="http://pyserial.sourceforge.net/ https://sourceforge.net/projects/pyserial/ https://pypi.python.org/pypi/pyserial" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" diff --git a/dev-python/pyserial/pyserial-2.7-r1.ebuild b/dev-python/pyserial/pyserial-2.7-r1.ebuild index 03fb65197ba8..f17171546305 100644 --- a/dev-python/pyserial/pyserial-2.7-r1.ebuild +++ b/dev-python/pyserial/pyserial-2.7-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="Python Serial Port Extension" -HOMEPAGE="http://pyserial.sourceforge.net/ http://sourceforge.net/projects/pyserial/ https://pypi.python.org/pypi/pyserial" +HOMEPAGE="http://pyserial.sourceforge.net/ https://sourceforge.net/projects/pyserial/ https://pypi.python.org/pypi/pyserial" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" diff --git a/dev-python/pyserial/pyserial-2.7.ebuild b/dev-python/pyserial/pyserial-2.7.ebuild index 5458aa4dd662..80ba0276909a 100644 --- a/dev-python/pyserial/pyserial-2.7.ebuild +++ b/dev-python/pyserial/pyserial-2.7.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3} pypy ) inherit distutils-r1 DESCRIPTION="Python Serial Port Extension" -HOMEPAGE="http://pyserial.sourceforge.net/ http://sourceforge.net/projects/pyserial/ https://pypi.python.org/pypi/pyserial" +HOMEPAGE="http://pyserial.sourceforge.net/ https://sourceforge.net/projects/pyserial/ https://pypi.python.org/pypi/pyserial" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" |