Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kconfiglib/files/, dev-python/kconfiglib/
Date: Fri, 03 Jan 2020 06:39:20
Message-Id: 1578033547.416cacb2f7973f1af6a5bc0894ba9309716eab46.radhermit@gentoo
1 commit: 416cacb2f7973f1af6a5bc0894ba9309716eab46
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 06:38:33 2020 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 06:39:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416cacb2
7
8 dev-python/kconfiglib: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/kconfiglib/Manifest | 1 -
13 .../files/kconfiglib-12.12.1-setup.patch | 16 ---------
14 dev-python/kconfiglib/kconfiglib-12.12.1.ebuild | 40 ----------------------
15 3 files changed, 57 deletions(-)
16
17 diff --git a/dev-python/kconfiglib/Manifest b/dev-python/kconfiglib/Manifest
18 index 1d659882303..068202d00b0 100644
19 --- a/dev-python/kconfiglib/Manifest
20 +++ b/dev-python/kconfiglib/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST kconfiglib-12.12.1.tar.gz 181307 BLAKE2B d256148bd6bf01f7951c78751604eae1be4c2fc156b815bdb570e6fcf185c2f5c97259f6ce0ed275104234ff7180afa2000a81feb281e745a8a0c4db162f57b9 SHA512 49e8746e6c83a93b7500130b21b864346ab8106c0c161de0ec62b3efff794080e734d34d88cd9c816c0d6514465729fbc3a4334fcc9c0a68f17c1688bb210325
23 DIST kconfiglib-13.2.0.tar.gz 181115 BLAKE2B 81aeab65c4d7008dad33d508eb2be5ed53187943c1ec5112a87a47a5f9bb661c521b0d61a3da63da3233f168d62ab6bb5cdf6e3702e53f960159b7ca13c8a0cf SHA512 9d8c76014aa7faa93af216849859eca9bfdc0d4cd3e030e47b72acfdd4981ac1581747adf91bca58a4e8d86b151988309f36c3f94a1ebb216a1412fd004fafd2
24 DIST kconfiglib-13.7.0.tar.gz 182782 BLAKE2B 976a8e4e377933e42dc45c79598a175d302d34f48bfadd764c0cbfa2ddd4e15ae6ba22467c50d41657abbaa1f4495c556fb4c1deb9c96e1119a7bdd6ae8a3378 SHA512 0376b2c4e68b7ce4f105f52a3b4793a23cb844dbd9ab183abbdd79e2f7958e3be372024ce82295902af974f010c73c4ac97a4147bdac8ee9b52900bc15b8bb6f
25
26 diff --git a/dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch b/dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch
27 deleted file mode 100644
28 index b5225e90d5d..00000000000
29 --- a/dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch
30 +++ /dev/null
31 @@ -1,16 +0,0 @@
32 -Python2's ConfigParser module used by setuptools throws parsing errors when
33 -encountering tab characters.
34 -
35 ---- Kconfiglib-12.12.1/setup.cfg
36 -+++ Kconfiglib-12.12.1/setup.cfg
37 -@@ -1,6 +1,6 @@
38 - [bdist_wheel]
39 -- # We support both Python 2 and Python 3
40 -- universal = 1
41 -+# We support both Python 2 and Python 3
42 -+universal = 1
43 - [metadata]
44 -- # Include the license file in wheels
45 -- license_file = LICENSE.txt
46 -+# Include the license file in wheels
47 -+license_file = LICENSE.txt
48
49 diff --git a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild b/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild
50 deleted file mode 100644
51 index f7c488a885c..00000000000
52 --- a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild
53 +++ /dev/null
54 @@ -1,40 +0,0 @@
55 -# Copyright 1999-2019 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=7
59 -PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
60 -PYTHON_REQ_USE="ncurses"
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="A flexible Python Kconfig implementation"
65 -HOMEPAGE="https://github.com/ulfalizer/Kconfiglib https://pypi.org/project/kconfiglib/"
66 -SRC_URI="https://github.com/ulfalizer/Kconfiglib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
67 -# pypi tarballs don't include tests
68 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
69 -
70 -LICENSE="ISC"
71 -SLOT="0"
72 -KEYWORDS="~amd64 ~x86"
73 -IUSE=""
74 -
75 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
76 -RDEPEND="${DEPEND}"
77 -
78 -S=${WORKDIR}/${P/k/K}
79 -
80 -PATCHES=( "${FILESDIR}"/${P}-setup.patch )
81 -
82 -python_prepare_all() {
83 - distutils-r1_python_prepare_all
84 -
85 - # hacks to run tests
86 - mkdir Kconfiglib || die
87 - ln -s ../tests Kconfiglib || die
88 - # don't run kernel Kconfig compat tests
89 - sed -i 's/run_compatibility_tests()$/#\0/' testsuite.py || die
90 -}
91 -
92 -python_test() {
93 - "${PYTHON}" testsuite.py || die "tests failed with ${EPYTHON}"
94 -}