Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kiwisolver/
Date: Sun, 01 Mar 2020 03:39:11
Message-Id: 1583033934.5af65b5e5f6b5ca5d4e6bd7dfa780042b061d1e4.grozin@gentoo
1 commit: 5af65b5e5f6b5ca5d4e6bd7dfa780042b061d1e4
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 03:38:54 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 03:38:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af65b5e
7
8 dev-python/kiwisolver: bump to 1.1.0
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 dev-python/kiwisolver/Manifest | 1 +
14 dev-python/kiwisolver/kiwisolver-1.1.0.ebuild | 15 +++++++++++++++
15 2 files changed, 16 insertions(+)
16
17 diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
18 index 8813b7aea8c..692a7a275b8 100644
19 --- a/dev-python/kiwisolver/Manifest
20 +++ b/dev-python/kiwisolver/Manifest
21 @@ -1 +1,2 @@
22 DIST kiwisolver-1.0.1.tar.gz 34783 BLAKE2B 104fb7789e004841921bc43fe98a98b247c7f0506a94b07d10ff1e758287a272c9d2f119b7a086847653cdf1bfc9d5c94823d1eb0b4a30ea93cf2b8b05027013 SHA512 01002ae1dbf6482ed68c49ad3da80b772db84ec221c4b111c42f1b493f19299e0ddb187e43e64b380eb2ddc292d5848d6e09a5a1dbfaf68950a65423a913ec18
23 +DIST kiwisolver-1.1.0.tar.gz 55086 BLAKE2B 5f45a9c540a1a732cf8319de7dc2e6b503170cd40eac4287815c0c45f4f88a05c384e57a24ffb6edefde949718a09a35de87478c00a2a63643fc1294e548ba37 SHA512 e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25
24
25 diff --git a/dev-python/kiwisolver/kiwisolver-1.1.0.ebuild b/dev-python/kiwisolver/kiwisolver-1.1.0.ebuild
26 new file mode 100644
27 index 00000000000..abc747aef0e
28 --- /dev/null
29 +++ b/dev-python/kiwisolver/kiwisolver-1.1.0.ebuild
30 @@ -0,0 +1,15 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python3_{6,7,8} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="An efficient C++ implementation of the Cassowary constraint solving algorithm"
39 +HOMEPAGE="https://github.com/nucleic/kiwi"
40 +SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 +LICENSE="Clear-BSD"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
44 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
45 +S="${WORKDIR}"/kiwi-${PV}