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/kiwisolver/
Date: Sat, 28 Aug 2021 06:54:06
Message-Id: 1630133625.383ddf710254f6e81c5f552d49a461cc49d717a6.mgorny@gentoo
1 commit: 383ddf710254f6e81c5f552d49a461cc49d717a6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 06:24:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 06:53:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383ddf71
7
8 dev-python/kiwisolver: Bump to 1.3.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/kiwisolver/Manifest | 1 +
13 dev-python/kiwisolver/kiwisolver-1.3.2.ebuild | 28 +++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
17 index 64dabc32e1c..ce56ec80fc6 100644
18 --- a/dev-python/kiwisolver/Manifest
19 +++ b/dev-python/kiwisolver/Manifest
20 @@ -1 +1,2 @@
21 DIST kiwisolver-1.3.1.tar.gz 86948 BLAKE2B 4e03547842e831424aef5be880021aea8d0fef372900bcb9b55f2367fc89f728250b936702fd737807579be34e4ff7489d5669f5113e95612352a293d9f883ea SHA512 0f5c1e516c334d358b8679313035dd45386381965853005271c73e3f4421fb27e3ca5a43b4f2dc85d693f4151427dae9b34d372fe72fcc1a186abd85a54a225a
22 +DIST kiwisolver-1.3.2.tar.gz 89075 BLAKE2B 729880e3b18ac8c6c3e48d2fb32f00b4232118eb753f60837c7736c75a0f22e7a259aec46b76bc91286541847929eb4a92fcf9991650dea16d263f4d16beffc1 SHA512 e9ef20756df587b49f7b8e52ff388db6e2e551548ae7d60b6916586fb35249b10bda895a7be7635b300e6100ec1c7daf7d641de6d26d9b2c36055ac6c176302b
23
24 diff --git a/dev-python/kiwisolver/kiwisolver-1.3.2.ebuild b/dev-python/kiwisolver/kiwisolver-1.3.2.ebuild
25 new file mode 100644
26 index 00000000000..e337b6ffae0
27 --- /dev/null
28 +++ b/dev-python/kiwisolver/kiwisolver-1.3.2.ebuild
29 @@ -0,0 +1,28 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +# tagging fail?
39 +MY_PV=${PV}.rc1
40 +DESCRIPTION="An efficient C++ implementation of the Cassowary constraint solving algorithm"
41 +HOMEPAGE="https://github.com/nucleic/kiwi"
42 +SRC_URI="https://github.com/nucleic/kiwi/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
43 +S="${WORKDIR}"/kiwi-${MY_PV}
44 +
45 +LICENSE="Clear-BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
48 +
49 +RDEPEND="
50 + >=dev-python/cppy-1.1.0[${PYTHON_USEDEP}]
51 +"
52 +
53 +PATCHES=(
54 + "${FILESDIR}/${PN}-1.3.1-darwin-build.patch"
55 +)
56 +
57 +distutils_enable_tests pytest