Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
Date: Sun, 30 Oct 2022 22:41:56
Message-Id: 1667169324.5ad0fd617ed90e4c7e5e38e4edf64b4a426f2124.sam@gentoo
1 commit: 5ad0fd617ed90e4c7e5e38e4edf64b4a426f2124
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 22:35:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 22:35:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad0fd61
7
8 dev-python/sip: add 6.7.3
9
10 Bug: https://bugs.gentoo.org/877835
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/sip/Manifest | 1 +
14 dev-python/sip/sip-6.7.3.ebuild | 34 ++++++++++++++++++++++++++++++++++
15 2 files changed, 35 insertions(+)
16
17 diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
18 index d4f0c3000b0d..2e4bb57347c2 100644
19 --- a/dev-python/sip/Manifest
20 +++ b/dev-python/sip/Manifest
21 @@ -1,2 +1,3 @@
22 DIST sip-4.19.25.tar.gz 1056384 BLAKE2B f92e105e6b30e871aea2883dc9cd459e4032fb139a9eaff153a3412a66b39df4d7ac985711a2693aee83195ff3850ae648bee4102f7fc3cc30d09885799f2b98 SHA512 60fb4133c68869bf0993144978b4847d94a0f9c7b477f64a346ea133cfe35bc11820204ab327dcf9a929b6f65a26d16cc7efbce65e49967c3347b39376e57001
23 DIST sip-6.6.2.tar.gz 1143535 BLAKE2B 92158af35be47a7581b71d97d1d79f6ca9022144144e3e44e09ccbfa3a285ebb4cec1264e621275159345c33f0f45c86183f7ea1fb3792aca2aeb64d9e46f7ad SHA512 5e031baa9ff6d8d19f4c36ef7c3900c6440d261102259cdc12fce28471a849fed80c123bf31ad506b099a925b2967eb5863e6736ac00fbcff99198711cf0e5e5
24 +DIST sip-6.7.3.tar.gz 1160568 BLAKE2B 00956d592ce7e2d2b2a20a710ea421751d4924cb7859ffa8b3d16501ac86caa43e14b0e3bde98fdc38c1285d221a3b58f50f468d8f4d3bd41677b622cec1ed8d SHA512 1b061dcc81f71e3879a0f2e153c24142957b7f627e553b3e7f1216cae6bf8280e6d7943cde89f2d00035f47734352abead15588565a006287ba6d136b6282ac4
25
26 diff --git a/dev-python/sip/sip-6.7.3.ebuild b/dev-python/sip/sip-6.7.3.ebuild
27 new file mode 100644
28 index 000000000000..77c031e024db
29 --- /dev/null
30 +++ b/dev-python/sip/sip-6.7.3.ebuild
31 @@ -0,0 +1,34 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..11} )
38 +DISTUTILS_USE_PEP517=setuptools
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Python bindings generator for C/C++ libraries"
42 +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/sip/"
43 +
44 +MY_P=${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="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
49 +fi
50 +S=${WORKDIR}/${MY_P}
51 +
52 +LICENSE="|| ( GPL-2 GPL-3 SIP )"
53 +SLOT="5"
54 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
55 +
56 +RDEPEND="
57 + !<dev-python/sip-4.19.25-r1[${PYTHON_USEDEP}]
58 + !=dev-python/sip-5.5.0-r0[${PYTHON_USEDEP}]
59 + dev-python/packaging[${PYTHON_USEDEP}]
60 + dev-python/ply[${PYTHON_USEDEP}]
61 + dev-python/setuptools[${PYTHON_USEDEP}]
62 + dev-python/toml[${PYTHON_USEDEP}]
63 +"
64 +
65 +distutils_enable_sphinx doc --no-autodoc