Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5-sip/
Date: Sat, 07 Mar 2020 15:24:01
Message-Id: 1583594630.4eb6a6ad4fdd509ca6ff472c71afab9d2b7c2d65.mgorny@gentoo
1 commit: 4eb6a6ad4fdd509ca6ff472c71afab9d2b7c2d65
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 15:18:40 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 15:23:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb6a6ad
7
8 dev-python/PyQt5-sip: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/PyQt5-sip/Manifest | 1 -
13 dev-python/PyQt5-sip/PyQt5-sip-4.19.17.ebuild | 94 ---------------------------
14 2 files changed, 95 deletions(-)
15
16 diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest
17 index cd6c6d15f3c..5e0a1c99ba0 100644
18 --- a/dev-python/PyQt5-sip/Manifest
19 +++ b/dev-python/PyQt5-sip/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST sip-4.19.17.tar.gz 1056156 BLAKE2B b5a7b4cd3f2152e9b7ee7b715c3ad72c2092598e0405cefc24d6283e9da07e54fd65da89e137618d3b84f3138fff719cf226600135d646e7bd7c538c2a02cdfd SHA512 d393cfc1643663926bd315a8df92abd82bec071bf0488b047625bdac43e9074bc8a510ac23244a7a2d2d181f70af9691db9d0b759e79643981d6afd71a49d3cb
22 DIST sip-4.19.19.tar.gz 1058422 BLAKE2B 9c27e636a55699e8bf9c9caba9227e3ff9c8476dfd86d4bb8b0b53c9db95d28441d1ac03a0d20a71468d39e5f21066475018cff93b96281b3904f6a619304f92 SHA512 396c625f59ccef67c2e94221b26dd4ed5d536652a9b63a9f23b340ddf16adf34c6bdb0fbd7c0c1cc403e1d59e8ebf716b478a24bade66a2703fcc5f00b62533d
23 DIST sip-4.19.20.tar.gz 1050009 BLAKE2B 2ee7ecfbb2fa2c1a6a7ec57ab91113cd0c93fa5be4f5a05b8edb568e0d26e1d248a504e95cfd1485bdf156680e7e076c26f354e05bef45d7a37e9f79f7f0a0aa SHA512 d5cd49f6fcae08306ac5f993710c40b82804d6b268cf3fa14077e73f34b02d551aa3caf57a985fe39b5acd61c465b00372d2ada722ced76e670dec14b5f8de44
24 DIST sip-4.19.21.tar.gz 1050654 BLAKE2B 2da54bd5d6b8a1653f74272634514817d3efde90d83a67a8e68a1a9d094d24c5199ab9b7deeb2c33a32dc3008778747a2f39e0047f6d6e034f440be36c457072 SHA512 441e1fe6b3eb6820638f9b4436e820da39b72dd70b402afa5237979ac671978c081d92e1e78920bb754bbc66b159bad08edb3bbb497b7e72dee6ff1d69cd1b60
25
26 diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.17.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-4.19.17.ebuild
27 deleted file mode 100644
28 index b5622576b38..00000000000
29 --- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.17.ebuild
30 +++ /dev/null
31 @@ -1,94 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
38 -inherit python-r1 toolchain-funcs
39 -
40 -DESCRIPTION="Private sip module for PyQt5"
41 -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"
42 -
43 -MY_PN=sip
44 -MY_P=${MY_PN}-${PV/_pre/.dev}
45 -if [[ ${PV} == *_pre* ]]; then
46 - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
47 -else
48 - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz"
49 -fi
50 -
51 -# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
52 -SLOT="0/12"
53 -LICENSE="|| ( GPL-2 GPL-3 SIP )"
54 -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
55 -IUSE=""
56 -
57 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
58 -
59 -DEPEND="${PYTHON_DEPS}"
60 -RDEPEND="${DEPEND}
61 - !<dev-python/PyQt5-5.12.2
62 -"
63 -
64 -S=${WORKDIR}/${MY_P}
65 -
66 -src_prepare() {
67 - # Sub-slot sanity check
68 - local sub_slot=${SLOT#*/}
69 - local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h || die)
70 - if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
71 - eerror
72 - eerror "Ebuild sub-slot (${sub_slot}) does not match SIP_API_MAJOR_NR (${sip_api_major_nr})"
73 - eerror "Please update SLOT variable as follows:"
74 - eerror " SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\""
75 - eerror
76 - die "sub-slot sanity check failed"
77 - fi
78 -
79 - default
80 -}
81 -
82 -src_configure() {
83 - configuration() {
84 - if ! python_is_python3; then
85 - local CFLAGS="${CFLAGS} -fno-strict-aliasing"
86 - fi
87 -
88 - local myconf=(
89 - "${PYTHON}"
90 - "${S}"/configure.py
91 - --sip-module PyQt5.sip
92 - --sysroot="${ESYSROOT}/usr"
93 - --no-tools
94 - AR="$(tc-getAR) cqs"
95 - CC="$(tc-getCC)"
96 - CFLAGS="${CFLAGS}"
97 - CFLAGS_RELEASE=
98 - CXX="$(tc-getCXX)"
99 - CXXFLAGS="${CXXFLAGS}"
100 - CXXFLAGS_RELEASE=
101 - LINK="$(tc-getCXX)"
102 - LINK_SHLIB="$(tc-getCXX)"
103 - LFLAGS="${LDFLAGS}"
104 - LFLAGS_RELEASE=
105 - RANLIB=
106 - STRIP=
107 - )
108 - echo "${myconf[@]}"
109 - "${myconf[@]}" || die
110 - }
111 - python_foreach_impl run_in_build_dir configuration
112 -}
113 -
114 -src_compile() {
115 - python_foreach_impl run_in_build_dir default
116 -}
117 -
118 -src_install() {
119 - installation() {
120 - emake DESTDIR="${D}" install
121 - }
122 - python_foreach_impl run_in_build_dir installation
123 -
124 - einstalldocs
125 -}