dev-python/twisted: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 29 Apr 2018 13:51:37 +0000 (15:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 1 May 2018 18:39:54 +0000 (20:39 +0200)
dev-python/twisted/twisted-16.6.0-r3.ebuild
dev-python/twisted/twisted-17.1.0-r2.ebuild
dev-python/twisted/twisted-17.9.0.ebuild

index 069753121ebdfd2f559302c5d3d169ff47025b9d..d63d82996b2814d0621b68513b16117fc09ad857 100644 (file)
@@ -12,8 +12,8 @@ TWISTED_P="${TWISTED_PN}-${PV}"
 TWISTED_RELEASE=$(get_version_component_range 1-2 "${PV}")
 
 DESCRIPTION="An asynchronous networking framework written in Python"
-HOMEPAGE="http://www.twistedmatrix.com/"
-SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN}"
+HOMEPAGE="https://www.twistedmatrix.com/trac/"
+SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN}"
 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
        https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz"
 
@@ -96,7 +96,7 @@ python_prepare_all() {
 python_compile() {
        if ! python_is_python3; then
                # Needed to make the sendmsg extension work
-               # (see http://twistedmatrix.com/trac/ticket/5701 )
+               # (see https://twistedmatrix.com/trac/ticket/5701 )
                local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
                local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
        fi
index 13b750e8a74395971dd665d3bf68483b882f3378..a3283137b4cda14ac923f31ea36ac248fea71758 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
@@ -12,8 +12,8 @@ TWISTED_P="${TWISTED_PN}-${PV}"
 TWISTED_RELEASE=$(get_version_component_range 1-2 "${PV}")
 
 DESCRIPTION="An asynchronous networking framework written in Python"
-HOMEPAGE="http://www.twistedmatrix.com/"
-SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN}"
+HOMEPAGE="https://www.twistedmatrix.com/trac/"
+SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN}"
 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
        https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz"
 
@@ -97,7 +97,7 @@ python_prepare_all() {
 python_compile() {
        if ! python_is_python3; then
                # Needed to make the sendmsg extension work
-               # (see http://twistedmatrix.com/trac/ticket/5701 )
+               # (see https://twistedmatrix.com/trac/ticket/5701 )
                local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
                local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
        fi
index d6a8eadca42d73723510bd3466dd8d903ad7e8da..04ba3d76736f1cf544f233c86140a3c1a202e20e 100644 (file)
@@ -12,8 +12,8 @@ TWISTED_P="${TWISTED_PN}-${PV}"
 TWISTED_RELEASE=$(get_version_component_range 1-2 "${PV}")
 
 DESCRIPTION="An asynchronous networking framework written in Python"
-HOMEPAGE="http://www.twistedmatrix.com/"
-SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN}"
+HOMEPAGE="https://www.twistedmatrix.com/trac/"
+SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN}"
 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
        https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz"
 
@@ -103,7 +103,7 @@ python_prepare_all() {
 python_compile() {
        if ! python_is_python3; then
                # Needed to make the sendmsg extension work
-               # (see http://twistedmatrix.com/trac/ticket/5701 )
+               # (see https://twistedmatrix.com/trac/ticket/5701 )
                local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
                local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
        fi