Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
Date: Tue, 02 Apr 2019 19:57:19
Message-Id: 1554235016.2c50b577f137f63ab515339401b40acfacf082da.pesa@gentoo
1 commit: 2c50b577f137f63ab515339401b40acfacf082da
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 2 19:56:56 2019 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 2 19:56:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c50b577
7
8 dev-python/sip: drop python3_4, use new canonical SRC_URI
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
12
13 dev-python/sip/sip-4.19.13.ebuild | 6 +++---
14 dev-python/sip/sip-4.19.15.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/sip/sip-4.19.13.ebuild b/dev-python/sip/sip-4.19.13.ebuild
18 index 62c11778a16..b51ae723fcf 100644
19 --- a/dev-python/sip/sip-4.19.13.ebuild
20 +++ b/dev-python/sip/sip-4.19.13.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
29 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
30
31 inherit python-r1 toolchain-funcs
32
33 @@ -18,7 +18,7 @@ elif [[ ${PV} == *_pre* ]]; then
34 SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
35 S=${WORKDIR}/${MY_P}
36 else
37 - SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
38 + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${PV}/${P}.tar.gz"
39 fi
40
41 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
42
43 diff --git a/dev-python/sip/sip-4.19.15.ebuild b/dev-python/sip/sip-4.19.15.ebuild
44 index e694b38a121..cf5df2baf39 100644
45 --- a/dev-python/sip/sip-4.19.15.ebuild
46 +++ b/dev-python/sip/sip-4.19.15.ebuild
47 @@ -3,7 +3,7 @@
48
49 EAPI=7
50
51 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
52 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
53 inherit python-r1 toolchain-funcs
54
55 DESCRIPTION="Python extension module generator for C and C++ libraries"
56 @@ -13,7 +13,7 @@ MY_P=sip-${PV/_pre/.dev}
57 if [[ ${PV} == *_pre* ]]; then
58 SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
59 else
60 - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz"
61 + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${PV}/${MY_P}.tar.gz"
62 fi
63
64 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h