commit:     2c50b577f137f63ab515339401b40acfacf082da
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 19:56:56 2019 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 19:56:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c50b577

dev-python/sip: drop python3_4, use new canonical SRC_URI

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 dev-python/sip/sip-4.19.13.ebuild | 6 +++---
 dev-python/sip/sip-4.19.15.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/sip/sip-4.19.13.ebuild 
b/dev-python/sip/sip-4.19.13.ebuild
index 62c11778a16..b51ae723fcf 100644
--- a/dev-python/sip/sip-4.19.13.ebuild
+++ b/dev-python/sip/sip-4.19.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit python-r1 toolchain-funcs
 
@@ -18,7 +18,7 @@ elif [[ ${PV} == *_pre* ]]; then
        SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz";
        S=${WORKDIR}/${MY_P}
 else
-       SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
+       
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${PV}/${P}.tar.gz";
 fi
 
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h

diff --git a/dev-python/sip/sip-4.19.15.ebuild 
b/dev-python/sip/sip-4.19.15.ebuild
index e694b38a121..cf5df2baf39 100644
--- a/dev-python/sip/sip-4.19.15.ebuild
+++ b/dev-python/sip/sip-4.19.15.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit python-r1 toolchain-funcs
 
 DESCRIPTION="Python extension module generator for C and C++ libraries"
@@ -13,7 +13,7 @@ MY_P=sip-${PV/_pre/.dev}
 if [[ ${PV} == *_pre* ]]; then
        SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz";
 else
-       
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz";
+       
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${PV}/${MY_P}.tar.gz";
 fi
 
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h

Reply via email to