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, 18 Aug 2022 09:48:36
Message-Id: 1660816089.17e7abb863ec6f057bc979150065ae455be1f374.mgorny@gentoo
1 commit: 17e7abb863ec6f057bc979150065ae455be1f374
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 09:47:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 09:48:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e7abb8
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.3.ebuild | 37 ---------------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
17 index df7e9a2f95dc..806e607d5d45 100644
18 --- a/dev-python/kiwisolver/Manifest
19 +++ b/dev-python/kiwisolver/Manifest
20 @@ -1,2 +1 @@
21 -DIST kiwi-1.4.3.gh.tar.gz 91238 BLAKE2B bdd6164eb428e6769ae7de2a8e689a3944e13e81aef9a839d9f68459deb7e7c0840b0eb59e70932e5c1d835444c515c8cb66fa47f40d8fc6244de47852be57d6 SHA512 04205555da46e772f2d25a481c4d966dc7bab8a541434a7c183e1b4f41ccd6e06aec564f2a95dae649585d337c1bf818a7cf24727460ad14669a3b3d74c74274
22 DIST kiwi-1.4.4.gh.tar.gz 91343 BLAKE2B a5e345509e7294eaf89e1361c035b3ef5d672d335682dbb426196d22876762b1f729cc728300f731a42afbfdf2828591f83cc53daf28e8d4c451a1b246b4800f SHA512 9a7ed487bb28f8c430543dc21ea59156078c129fd29b1382f1578368e72f312f4e813eb4501e4c9387647b42b085b93d4bd27d0e846f1396fa4ce68fd9e9ba5f
23
24 diff --git a/dev-python/kiwisolver/kiwisolver-1.4.3.ebuild b/dev-python/kiwisolver/kiwisolver-1.4.3.ebuild
25 deleted file mode 100644
26 index 611d0160aa2c..000000000000
27 --- a/dev-python/kiwisolver/kiwisolver-1.4.3.ebuild
28 +++ /dev/null
29 @@ -1,37 +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..11} )
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}.gh.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 -COMMON_DEPEND="
53 - >=dev-python/cppy-1.2.0[${PYTHON_USEDEP}]
54 -"
55 -
56 -RDEPEND="
57 - ${COMMON_DEPEND}
58 -"
59 -BDEPEND="
60 - ${COMMON_DEPEND}
61 - >=dev-python/setuptools_scm-3.4.3[${PYTHON_USEDEP}]
62 -"
63 -
64 -distutils_enable_tests pytest
65 -
66 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}