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: Sat, 30 Oct 2021 23:43:23
Message-Id: 1635637377.1f0098e9924ca0887bd25390f2210b881c9b4c9b.pesa@gentoo
1 commit: 1f0098e9924ca0887bd25390f2210b881c9b4c9b
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 23:42:38 2021 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 23:42:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0098e9
7
8 dev-python/sip: remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
12
13 dev-python/sip/Manifest | 2 --
14 dev-python/sip/sip-6.2.0.ebuild | 32 --------------------------------
15 dev-python/sip/sip-6.3.1.ebuild | 32 --------------------------------
16 3 files changed, 66 deletions(-)
17
18 diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
19 index c34f4591129..5245e1f641f 100644
20 --- a/dev-python/sip/Manifest
21 +++ b/dev-python/sip/Manifest
22 @@ -1,5 +1,3 @@
23 DIST sip-4.19.25.tar.gz 1056384 BLAKE2B f92e105e6b30e871aea2883dc9cd459e4032fb139a9eaff153a3412a66b39df4d7ac985711a2693aee83195ff3850ae648bee4102f7fc3cc30d09885799f2b98 SHA512 60fb4133c68869bf0993144978b4847d94a0f9c7b477f64a346ea133cfe35bc11820204ab327dcf9a929b6f65a26d16cc7efbce65e49967c3347b39376e57001
24 DIST sip-5.5.0.tar.gz 1108126 BLAKE2B 59f0323b3befd7ebb89461e93e1e7e5707d11b2882bd524a45f3a6ba8d8a3c792aff5580027255812f6a3fa0854febeb418690fa6106efb21aab1610d66ef911 SHA512 0122beab575239cdb3b1430dc53a7f74175e3fbb3e113bcafced122ffbc4bd3d339b64a672ac1319ea14cd540b5877c2bcfeb7f8821fe8a3c8ba3ce9744bf803
25 -DIST sip-6.2.0.tar.gz 1181661 BLAKE2B 7f5638005a01fc1bd60ef6156027db625faa393d5ee9155c88c88aea88e4c5ce63c30a2542cd89aea7c7e066cbbf77aab9ee9d2a45210dcad964e38052cb06d3 SHA512 88e4447aaa574a312bdfbb6ef78fdb95824f33d79988cdf5c824952b7f3535973eed6d8eece7b8c9ce8b442aaa2235e252d438f2316d13272a35c484dd4fda42
26 -DIST sip-6.3.1.tar.gz 1200906 BLAKE2B 2dcce853a1f3912138a2830b2370db518400119c5819070fd0cfc6ffebee06bf6629ae521cca535f5873859b141831dcfad7b077321356ce2ae69ec15ee28d6a SHA512 69705c2552a87d451ea989b99bb7e3fb15163447a3a5b3625e9e6509ce9e59d52fbfbb19ab911a2efe35219a50c08f0dcb25e16b222e0c8e1094dee0fc4b3b97
27 DIST sip-6.4.0.tar.gz 1201890 BLAKE2B be5ccdfa7853eb2baa3b7c4e7f64a315e39ef899631e93569d75ed27bbf9752c97cca1bfd6c813efb0046d1d82fc8c5625a04f08c330a4e2c102461f3a42beee SHA512 eec1bdbe4ef3d8ba5152a2dcd888efc23498bcbee01c95b7eb72074c2a133d8e8599cc4bb6d6b2fec99f093a73705e0fea1c148c2e49058c0fd6f2ba97f40884
28
29 diff --git a/dev-python/sip/sip-6.2.0.ebuild b/dev-python/sip/sip-6.2.0.ebuild
30 deleted file mode 100644
31 index f917fbbbb01..00000000000
32 --- a/dev-python/sip/sip-6.2.0.ebuild
33 +++ /dev/null
34 @@ -1,32 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -DISTUTILS_USE_SETUPTOOLS=rdepend
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Python bindings generator for C/C++ libraries"
45 -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/sip/"
46 -
47 -MY_P=${PN}-${PV/_pre/.dev}
48 -if [[ ${PV} == *_pre* ]]; then
49 - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
50 -else
51 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
52 -fi
53 -S=${WORKDIR}/${MY_P}
54 -
55 -LICENSE="|| ( GPL-2 GPL-3 SIP )"
56 -SLOT="5"
57 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
58 -
59 -RDEPEND="
60 - !<dev-python/sip-4.19.25-r1[${PYTHON_USEDEP}]
61 - !=dev-python/sip-5.5.0-r0[${PYTHON_USEDEP}]
62 - dev-python/packaging[${PYTHON_USEDEP}]
63 - dev-python/toml[${PYTHON_USEDEP}]
64 -"
65 -
66 -distutils_enable_sphinx doc --no-autodoc
67
68 diff --git a/dev-python/sip/sip-6.3.1.ebuild b/dev-python/sip/sip-6.3.1.ebuild
69 deleted file mode 100644
70 index f917fbbbb01..00000000000
71 --- a/dev-python/sip/sip-6.3.1.ebuild
72 +++ /dev/null
73 @@ -1,32 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -PYTHON_COMPAT=( python3_{8..10} )
80 -DISTUTILS_USE_SETUPTOOLS=rdepend
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="Python bindings generator for C/C++ libraries"
84 -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/sip/"
85 -
86 -MY_P=${PN}-${PV/_pre/.dev}
87 -if [[ ${PV} == *_pre* ]]; then
88 - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
89 -else
90 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
91 -fi
92 -S=${WORKDIR}/${MY_P}
93 -
94 -LICENSE="|| ( GPL-2 GPL-3 SIP )"
95 -SLOT="5"
96 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
97 -
98 -RDEPEND="
99 - !<dev-python/sip-4.19.25-r1[${PYTHON_USEDEP}]
100 - !=dev-python/sip-5.5.0-r0[${PYTHON_USEDEP}]
101 - dev-python/packaging[${PYTHON_USEDEP}]
102 - dev-python/toml[${PYTHON_USEDEP}]
103 -"
104 -
105 -distutils_enable_sphinx doc --no-autodoc