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: Thu, 07 Jan 2021 09:22:21
Message-Id: 1610011268.31c21ae35df63981a2c8f67566a8ea2040530377.mgorny@gentoo
1 commit: 31c21ae35df63981a2c8f67566a8ea2040530377
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 09:21:08 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 09:21:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c21ae3
7
8 dev-python/kiwisolver: Remove old
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.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
17 index e61b858df98..64dabc32e1c 100644
18 --- a/dev-python/kiwisolver/Manifest
19 +++ b/dev-python/kiwisolver/Manifest
20 @@ -1,2 +1 @@
21 -DIST kiwisolver-1.3.0.tar.gz 86440 BLAKE2B 931a230909a7778aac3bc93fb24538c7b9e0a3cf1dea33fcf374fd6576d56b80a50597d14c6431f659326222c8810416897fcc9ce2725ca5341891f65aedc5b2 SHA512 64bb475f86e6f409318c5030cd2874bf060c26bf6c1ea62bfb96c1ae27f7326fcd6fc575cbdad7351808d18ae9b9f6664eb312019d432cd6a4c0b8af4fa317b6
22 DIST kiwisolver-1.3.1.tar.gz 86948 BLAKE2B 4e03547842e831424aef5be880021aea8d0fef372900bcb9b55f2367fc89f728250b936702fd737807579be34e4ff7489d5669f5113e95612352a293d9f883ea SHA512 0f5c1e516c334d358b8679313035dd45386381965853005271c73e3f4421fb27e3ca5a43b4f2dc85d693f4151427dae9b34d372fe72fcc1a186abd85a54a225a
23
24 diff --git a/dev-python/kiwisolver/kiwisolver-1.3.0.ebuild b/dev-python/kiwisolver/kiwisolver-1.3.0.ebuild
25 deleted file mode 100644
26 index 839877ce647..00000000000
27 --- a/dev-python/kiwisolver/kiwisolver-1.3.0.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{6..9} )
35 -
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 -S="${WORKDIR}"/kiwi-${PV}
42 -
43 -LICENSE="Clear-BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
46 -
47 -RDEPEND="
48 - >=dev-python/cppy-1.1.0[${PYTHON_USEDEP}]
49 -"
50 -
51 -distutils_enable_tests pytest