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: Fri, 06 May 2022 20:38:42
Message-Id: 1651869171.4e8348be6adfdee769c3dcef4eea4bcf463d9091.mgorny@gentoo
1 commit: 4e8348be6adfdee769c3dcef4eea4bcf463d9091
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 20:32:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 20:32:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8348be
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.4.1.ebuild | 32 ---------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
17 index c5a1c804e804..aae4c2647ef5 100644
18 --- a/dev-python/kiwisolver/Manifest
19 +++ b/dev-python/kiwisolver/Manifest
20 @@ -1,2 +1 @@
21 -DIST kiwi-1.4.1.tar.gz 91319 BLAKE2B ac8d9cf1e8960f436566e2ff8d589ff6707fc4458299bc33ff96387c36246d583e67ef84610b710b3d9364d8a4ae963577b4abfc3ddbfc18a417f956512479d9 SHA512 7178f26c96ebf4a173b563bc95d2a07a9f75b618fc953aa0d45a8c2719cf868e4409ad2c95280704ee593fc99d9e2c83b0628940b3571d1be712241464a9cd6d
22 DIST kiwi-1.4.2.tar.gz 91150 BLAKE2B 8441d52267b3b436d9f05baabbd3beafc51d2f257fc982f1cf90b6296ccdbc24511de6b55b6201eb1df37ec9487282cc40142e9083cf4c1e925976a098927e1a SHA512 e7726ac7985bea1020fd3a26bf54b941acfffffb1f47b462c74f9829c5a89e7abd0732b5a11685b20d6a17ac9625178c68ea71052e852f91491a308d07111b01
23
24 diff --git a/dev-python/kiwisolver/kiwisolver-1.4.1.ebuild b/dev-python/kiwisolver/kiwisolver-1.4.1.ebuild
25 deleted file mode 100644
26 index a8e6fd19ec74..000000000000
27 --- a/dev-python/kiwisolver/kiwisolver-1.4.1.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -MY_P=kiwi-${PV}
41 -DESCRIPTION="An efficient C++ implementation of the Cassowary constraint solving algorithm"
42 -HOMEPAGE="https://github.com/nucleic/kiwi/"
43 -SRC_URI="
44 - https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${MY_P}.tar.gz
45 -"
46 -S=${WORKDIR}/${MY_P}
47 -
48 -LICENSE="Clear-BSD"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
51 -
52 -RDEPEND="
53 - >=dev-python/cppy-1.2.0[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="
56 - >=dev-python/setuptools_scm-3.4.3[${PYTHON_USEDEP}]
57 -"
58 -
59 -distutils_enable_tests pytest
60 -
61 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}