dev-python/pyx: use HTTPS, sync HOMEPAGES
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 09:10:46 +0000 (10:10 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:51:04 +0000 (11:51 +0100)
dev-python/pyx/pyx-0.12.1-r1.ebuild
dev-python/pyx/pyx-0.14.1.ebuild

index df2728e30563e7d0871f1f92f9b399c7899df3e7..a58f056e625bb0898c5df93d3687d332149619da 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,8 @@ inherit distutils-r1
 MY_P="${P/pyx/PyX}"
 
 DESCRIPTION="Python package for the generation of encapsulated PostScript figures"
-HOMEPAGE="http://pyx.sourceforge.net/"
+HOMEPAGE="https://pyx.sourceforge.net/
+       https://pypi.python.org/pypi/PyX/"
 SRC_URI="mirror://sourceforge/pyx/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
index 66f76ddc5a53b52bf257176ab3bcd30c4f167937..49a0ab25aa0245e0e12168e823faffffede585dd 100644 (file)
@@ -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
@@ -8,7 +8,8 @@ inherit distutils-r1
 MY_PN=PyX
 MY_P="${P/pyx/PyX}"
 DESCRIPTION="Python package for the generation of encapsulated PostScript figures"
-HOMEPAGE="http://pyx.sourceforge.net/ http://pypi.python.org/pypi/PyX/"
+HOMEPAGE="https://pyx.sourceforge.net/
+       https://pypi.python.org/pypi/PyX/"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"