summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-07-27 14:49:49 +0800
committerMike Frysinger <vapier@gentoo.org>2016-07-27 14:59:24 +0800
commitb4480f333aed7f7f3bc75446a1a5010ba8df738c (patch)
tree8d584b66351519849aa4ebe26bbc91eed8b2ee96 /dev-python
parentd7c2288f82c5cf96af2243ec7f1b4be05acb6fc3 (diff)
downloadgentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.gz
gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.xz
sourceforge: switch to https:// URIs
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cddb-py/cddb-py-1.4-r1.ebuild2
-rw-r--r--dev-python/docutils/files/docutils-0.10-optparser.patch2
-rw-r--r--dev-python/docutils/files/docutils-0.7-python-3.2-configparser.patch2
-rw-r--r--dev-python/drpython/drpython-3.11.4.ebuild2
-rw-r--r--dev-python/epydoc/files/epydoc-docutils-0.6.patch2
-rw-r--r--dev-python/fpconst/fpconst-0.7.3-r1.ebuild2
-rw-r--r--dev-python/mysql-python/mysql-python-1.2.3-r1.ebuild2
-rw-r--r--dev-python/mysql-python/mysql-python-1.2.5-r1.ebuild2
-rw-r--r--dev-python/mysql-python/mysql-python-1.2.5.ebuild2
-rw-r--r--dev-python/pmw/files/1.3.2-python2.5.patch4
-rw-r--r--dev-python/pmw/pmw-1.3.3-r2.ebuild2
-rw-r--r--dev-python/pmw/pmw-2.0.0-r2.ebuild2
-rw-r--r--dev-python/pmw/pmw-2.0.1.ebuild2
-rw-r--r--dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild2
-rw-r--r--dev-python/py-xmlrpc/py-xmlrpc-0.9.ebuild2
-rw-r--r--dev-python/pyfltk/files/ignore-func.patch2
-rw-r--r--dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild2
-rw-r--r--dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild2
-rw-r--r--dev-python/pylibpcap/pylibpcap-0.6.4.ebuild2
-rw-r--r--dev-python/pylirc/pylirc-0.0.5-r1.ebuild2
-rw-r--r--dev-python/pyserial/files/pyserial-2.6-list_ports.patch2
-rw-r--r--dev-python/pyserial/pyserial-2.6-r1.ebuild2
-rw-r--r--dev-python/pyserial/pyserial-2.7-r1.ebuild2
-rw-r--r--dev-python/pyserial/pyserial-2.7.ebuild2
-rw-r--r--dev-python/utidylib/utidylib-0.2-r2.ebuild2
25 files changed, 26 insertions, 26 deletions
diff --git a/dev-python/cddb-py/cddb-py-1.4-r1.ebuild b/dev-python/cddb-py/cddb-py-1.4-r1.ebuild
index a19fe4961e6..17b512fe3d7 100644
--- a/dev-python/cddb-py/cddb-py-1.4-r1.ebuild
+++ b/dev-python/cddb-py/cddb-py-1.4-r1.ebuild
@@ -12,7 +12,7 @@ MY_PN="CDDB"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="CDDB Module for Python"
-HOMEPAGE="http://sourceforge.net/projects/cddb-py/"
+HOMEPAGE="https://sourceforge.net/projects/cddb-py/"
SRC_URI="mirror://sourceforge/cddb-py/${MY_P}.tar.gz"
LICENSE="GPL-2"
diff --git a/dev-python/docutils/files/docutils-0.10-optparser.patch b/dev-python/docutils/files/docutils-0.10-optparser.patch
index a65fbde71ce..0e9f7ed8ec8 100644
--- a/dev-python/docutils/files/docutils-0.10-optparser.patch
+++ b/dev-python/docutils/files/docutils-0.10-optparser.patch
@@ -1,5 +1,5 @@
Patch by Arfrever
-http://sourceforge.net/tracker/?func=detail&aid=3598893&group_id=38414&atid=422030
+https://sourceforge.net/tracker/?func=detail&aid=3598893&group_id=38414&atid=422030
Index: docutils/frontend.py
===================================================================
diff --git a/dev-python/docutils/files/docutils-0.7-python-3.2-configparser.patch b/dev-python/docutils/files/docutils-0.7-python-3.2-configparser.patch
index 3f67f244cfd..4867e7099ac 100644
--- a/dev-python/docutils/files/docutils-0.7-python-3.2-configparser.patch
+++ b/dev-python/docutils/files/docutils-0.7-python-3.2-configparser.patch
@@ -1,4 +1,4 @@
-http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3149845&group_id=38414
+https://sourceforge.net/tracker/?func=detail&atid=422030&aid=3149845&group_id=38414
--- docutils/frontend.py
+++ docutils/frontend.py
diff --git a/dev-python/drpython/drpython-3.11.4.ebuild b/dev-python/drpython/drpython-3.11.4.ebuild
index aeb0837694d..0f7d0d867d0 100644
--- a/dev-python/drpython/drpython-3.11.4.ebuild
+++ b/dev-python/drpython/drpython-3.11.4.ebuild
@@ -43,5 +43,5 @@ python_install() {
pkg_postinst() {
elog "DrPython plugins are available on DrPython homepage:"
- elog "http://sourceforge.net/projects/drpython/files/DrPython%20Plugins/"
+ elog "https://sourceforge.net/projects/drpython/files/DrPython%20Plugins/"
}
diff --git a/dev-python/epydoc/files/epydoc-docutils-0.6.patch b/dev-python/epydoc/files/epydoc-docutils-0.6.patch
index 35f44108a1e..efb6baa121b 100644
--- a/dev-python/epydoc/files/epydoc-docutils-0.6.patch
+++ b/dev-python/epydoc/files/epydoc-docutils-0.6.patch
@@ -3,7 +3,7 @@ Make epydoc work with docutils-0.6.
Patch created by Engelbert Gruber (grubert) and adjusted by Martin von Gagern.
References:
-http://sourceforge.net/tracker/?func=detail&aid=2895197&group_id=32455&atid=405618
+https://sourceforge.net/tracker/?func=detail&aid=2895197&group_id=32455&atid=405618
http://thread.gmane.org/gmane.text.docutils.devel/4888/focus=4924
http://bugs.gentoo.org/287546
diff --git a/dev-python/fpconst/fpconst-0.7.3-r1.ebuild b/dev-python/fpconst/fpconst-0.7.3-r1.ebuild
index d63181345cb..86c8c792541 100644
--- a/dev-python/fpconst/fpconst-0.7.3-r1.ebuild
+++ b/dev-python/fpconst/fpconst-0.7.3-r1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Python Module for handling IEEE 754 floating point special values"
-HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ https://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
+HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ https://pypi.python.org/pypi/fpconst https://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
diff --git a/dev-python/mysql-python/mysql-python-1.2.3-r1.ebuild b/dev-python/mysql-python/mysql-python-1.2.3-r1.ebuild
index bba93305ce7..aa937348a0a 100644
--- a/dev-python/mysql-python/mysql-python-1.2.3-r1.ebuild
+++ b/dev-python/mysql-python/mysql-python-1.2.3-r1.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1 flag-o-matic
MY_P="MySQL-python-${PV}"
DESCRIPTION="Python interface to MySQL"
-HOMEPAGE="http://sourceforge.net/projects/mysql-python/ https://pypi.python.org/pypi/MySQL-python"
+HOMEPAGE="https://sourceforge.net/projects/mysql-python/ https://pypi.python.org/pypi/MySQL-python"
SRC_URI="mirror://sourceforge/mysql-python/${MY_P}.tar.gz"
LICENSE="GPL-2"
diff --git a/dev-python/mysql-python/mysql-python-1.2.5-r1.ebuild b/dev-python/mysql-python/mysql-python-1.2.5-r1.ebuild
index c2ab516a37a..ebc2464a7e6 100644
--- a/dev-python/mysql-python/mysql-python-1.2.5-r1.ebuild
+++ b/dev-python/mysql-python/mysql-python-1.2.5-r1.ebuild
@@ -12,7 +12,7 @@ MY_PN="MySQL-python"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Python interface to MySQL"
-HOMEPAGE="http://sourceforge.net/projects/mysql-python/ https://pypi.python.org/pypi/MySQL-python"
+HOMEPAGE="https://sourceforge.net/projects/mysql-python/ https://pypi.python.org/pypi/MySQL-python"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
LICENSE="GPL-2"
diff --git a/dev-python/mysql-python/mysql-python-1.2.5.ebuild b/dev-python/mysql-python/mysql-python-1.2.5.ebuild
index 93e2923466d..5fc48068a0e 100644
--- a/dev-python/mysql-python/mysql-python-1.2.5.ebuild
+++ b/dev-python/mysql-python/mysql-python-1.2.5.ebuild
@@ -12,7 +12,7 @@ MY_PN="MySQL-python"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Python interface to MySQL"
-HOMEPAGE="http://sourceforge.net/projects/mysql-python/ https://pypi.python.org/pypi/MySQL-python"
+HOMEPAGE="https://sourceforge.net/projects/mysql-python/ https://pypi.python.org/pypi/MySQL-python"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
LICENSE="GPL-2"
diff --git a/dev-python/pmw/files/1.3.2-python2.5.patch b/dev-python/pmw/files/1.3.2-python2.5.patch
index ff8cce07dda..cae2f9b1d7a 100644
--- a/dev-python/pmw/files/1.3.2-python2.5.patch
+++ b/dev-python/pmw/files/1.3.2-python2.5.patch
@@ -14,9 +14,9 @@ so we put in a python version check to see if we need to manually delete
commands.
fixes the Pmw bug referred to here:
-http://sourceforge.net/forum/forum.php?thread_id=3283195&forum_id=33675
+https://sourceforge.net/forum/forum.php?thread_id=3283195&forum_id=33675
and here:
-http://sourceforge.net/tracker/?func=detail&aid=2795731&group_id=10743&ati
+https://sourceforge.net/tracker/?func=detail&aid=2795731&group_id=10743&ati
d=110743
--- a/src/Pmw/Pmw_1_3/lib/PmwOptionMenu.py
diff --git a/dev-python/pmw/pmw-1.3.3-r2.ebuild b/dev-python/pmw/pmw-1.3.3-r2.ebuild
index 62523454128..312c71a84bb 100644
--- a/dev-python/pmw/pmw-1.3.3-r2.ebuild
+++ b/dev-python/pmw/pmw-1.3.3-r2.ebuild
@@ -26,7 +26,7 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/src"
DOCS="Pmw/README"
-# http://sourceforge.net/p/pmw/bugs/39/
+# https://sourceforge.net/p/pmw/bugs/39/
RESTRICT="test"
PATCHES=( "${FILESDIR}"/${P}-install-no-docs.patch )
diff --git a/dev-python/pmw/pmw-2.0.0-r2.ebuild b/dev-python/pmw/pmw-2.0.0-r2.ebuild
index 0b91cbb7b5f..792a1b661de 100644
--- a/dev-python/pmw/pmw-2.0.0-r2.ebuild
+++ b/dev-python/pmw/pmw-2.0.0-r2.ebuild
@@ -22,7 +22,7 @@ IUSE="doc examples test"
DEPEND="!dev-python/pmw:0"
RDEPEND="${DEPEND}"
-# http://sourceforge.net/p/pmw/bugs/39/
+# https://sourceforge.net/p/pmw/bugs/39/
RESTRICT="test"
S="${WORKDIR}/src"
diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild
index 7aa8f53f1f9..fa7c3bac315 100644
--- a/dev-python/pmw/pmw-2.0.1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1.ebuild
@@ -23,7 +23,7 @@ IUSE="doc examples test"
DEPEND="!dev-python/pmw:0"
RDEPEND="${DEPEND}"
-# http://sourceforge.net/p/pmw/bugs/39/
+# https://sourceforge.net/p/pmw/bugs/39/
RESTRICT="test"
S="${WORKDIR}/${MY_P}"
diff --git a/dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild b/dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild
index 0b63f84bbcc..9238c1bd064 100644
--- a/dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild
+++ b/dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild
@@ -10,7 +10,7 @@ RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
inherit distutils eutils
DESCRIPTION="Fast XML-RPC implementation for Python"
-HOMEPAGE="http://sourceforge.net/projects/py-xmlrpc/"
+HOMEPAGE="https://sourceforge.net/projects/py-xmlrpc/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
diff --git a/dev-python/py-xmlrpc/py-xmlrpc-0.9.ebuild b/dev-python/py-xmlrpc/py-xmlrpc-0.9.ebuild
index 221bfa699a4..6ce9e2c09b8 100644
--- a/dev-python/py-xmlrpc/py-xmlrpc-0.9.ebuild
+++ b/dev-python/py-xmlrpc/py-xmlrpc-0.9.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Fast XML-RPC implementation for Python"
-HOMEPAGE="http://sourceforge.net/projects/py-xmlrpc/"
+HOMEPAGE="https://sourceforge.net/projects/py-xmlrpc/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
diff --git a/dev-python/pyfltk/files/ignore-func.patch b/dev-python/pyfltk/files/ignore-func.patch
index a61f4cdcf3b..4c3ff48fce5 100644
--- a/dev-python/pyfltk/files/ignore-func.patch
+++ b/dev-python/pyfltk/files/ignore-func.patch
@@ -1,4 +1,4 @@
-http://sourceforge.net/p/pyfltk/code/506/
+https://sourceforge.net/p/pyfltk/code/506/
--- a/swig/filename.i
+++ b/swig/filename.i
diff --git a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild
index 02d98185b67..0a04786ea29 100644
--- a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild
+++ b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="POSIX ACLs (Access Control Lists) for Python"
-HOMEPAGE="http://sourceforge.net/projects/pylibacl/ https://pypi.python.org/pypi/pylibacl"
+HOMEPAGE="https://sourceforge.net/projects/pylibacl/ https://pypi.python.org/pypi/pylibacl"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
diff --git a/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild b/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild
index 9c21a59e32e..145336eb83a 100644
--- a/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild
+++ b/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python interface to libpcap"
-HOMEPAGE="http://sourceforge.net/projects/pylibpcap/"
+HOMEPAGE="https://sourceforge.net/projects/pylibpcap/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild b/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild
index 1d53233dd33..941dc21fc5c 100644
--- a/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild
+++ b/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild
@@ -10,7 +10,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils
DESCRIPTION="Python interface to libpcap"
-HOMEPAGE="http://sourceforge.net/projects/pylibpcap/"
+HOMEPAGE="https://sourceforge.net/projects/pylibpcap/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/pylirc/pylirc-0.0.5-r1.ebuild b/dev-python/pylirc/pylirc-0.0.5-r1.ebuild
index 12c5b229d79..5c100f6b628 100644
--- a/dev-python/pylirc/pylirc-0.0.5-r1.ebuild
+++ b/dev-python/pylirc/pylirc-0.0.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="lirc module for Python"
-HOMEPAGE="http://sourceforge.net/projects/pylirc/ https://pypi.python.org/pypi/pylirc"
+HOMEPAGE="https://sourceforge.net/projects/pylirc/ https://pypi.python.org/pypi/pylirc"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
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 cd3b4ef8e32..70bfaf20c1c 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 8f5bdcf1007..173964a1911 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 03fb65197ba..f1717154630 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 5458aa4dd66..80ba0276909 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"
diff --git a/dev-python/utidylib/utidylib-0.2-r2.ebuild b/dev-python/utidylib/utidylib-0.2-r2.ebuild
index 545aa6eda2d..f0807a4a132 100644
--- a/dev-python/utidylib/utidylib-0.2-r2.ebuild
+++ b/dev-python/utidylib/utidylib-0.2-r2.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
MY_P="uTidylib-${PV}"
DESCRIPTION="TidyLib Python wrapper"
-HOMEPAGE="http://sourceforge.net/projects/utidylib/"
+HOMEPAGE="https://sourceforge.net/projects/utidylib/"
#SRC_URI="mirror://berlios/${PN}/${MY_P}.zip"
SRC_URI="mirror://gentoo/${MY_P}.zip"