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/
Date: Wed, 12 Feb 2020 01:12:48
Message-Id: 1581468605.45bb8b0465bf036d27bc521de178612a568cf2a6.radhermit@gentoo
1 commit: 45bb8b0465bf036d27bc521de178612a568cf2a6
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 00:34:08 2020 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 00:50:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45bb8b04
7
8 dev-python/kconfiglib: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/kconfiglib/Manifest | 2 --
13 dev-python/kconfiglib/kconfiglib-13.2.0.ebuild | 38 --------------------------
14 dev-python/kconfiglib/kconfiglib-13.7.0.ebuild | 38 --------------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/dev-python/kconfiglib/Manifest b/dev-python/kconfiglib/Manifest
18 index bcdee0c0c1f..44d62384b78 100644
19 --- a/dev-python/kconfiglib/Manifest
20 +++ b/dev-python/kconfiglib/Manifest
21 @@ -1,3 +1 @@
22 -DIST kconfiglib-13.2.0.tar.gz 181115 BLAKE2B 81aeab65c4d7008dad33d508eb2be5ed53187943c1ec5112a87a47a5f9bb661c521b0d61a3da63da3233f168d62ab6bb5cdf6e3702e53f960159b7ca13c8a0cf SHA512 9d8c76014aa7faa93af216849859eca9bfdc0d4cd3e030e47b72acfdd4981ac1581747adf91bca58a4e8d86b151988309f36c3f94a1ebb216a1412fd004fafd2
23 -DIST kconfiglib-13.7.0.tar.gz 182782 BLAKE2B 976a8e4e377933e42dc45c79598a175d302d34f48bfadd764c0cbfa2ddd4e15ae6ba22467c50d41657abbaa1f4495c556fb4c1deb9c96e1119a7bdd6ae8a3378 SHA512 0376b2c4e68b7ce4f105f52a3b4793a23cb844dbd9ab183abbdd79e2f7958e3be372024ce82295902af974f010c73c4ac97a4147bdac8ee9b52900bc15b8bb6f
24 DIST kconfiglib-14.1.0.tar.gz 182990 BLAKE2B 1e5a5f7e6d1003f4fa005b2b08abfa17cbf9f6837d9320f313b23f19c6e9e7aa7c8fddf5ff38871634257ea050390b279becec0c4e0638cdb53182347217e937 SHA512 929a75f9b9f74ad7d4190c15d7178b94ee0a6d1fb71d85e2942935e3a9370a4f2483d8b49123d41d6610841ad9efde1dc4c14fc5231a08379d438a486ed3f97c
25
26 diff --git a/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild b/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild
27 deleted file mode 100644
28 index 614c8ea8a66..00000000000
29 --- a/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_{6,7} pypy3 )
37 -PYTHON_REQ_USE="ncurses"
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A flexible Python Kconfig implementation"
42 -HOMEPAGE="https://github.com/ulfalizer/Kconfiglib https://pypi.org/project/kconfiglib/"
43 -SRC_URI="https://github.com/ulfalizer/Kconfiglib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -# pypi tarballs don't include tests
45 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="ISC"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 -RDEPEND="${BDEPEND}"
54 -
55 -S=${WORKDIR}/${P/k/K}
56 -
57 -python_prepare_all() {
58 - distutils-r1_python_prepare_all
59 -
60 - # hacks to run tests
61 - mkdir Kconfiglib || die
62 - ln -s ../tests Kconfiglib || die
63 - # don't run kernel Kconfig compat tests
64 - sed -i 's/run_compatibility_tests()$/#\0/' testsuite.py || die
65 -}
66 -
67 -python_test() {
68 - "${PYTHON}" testsuite.py || die "tests failed with ${EPYTHON}"
69 -}
70
71 diff --git a/dev-python/kconfiglib/kconfiglib-13.7.0.ebuild b/dev-python/kconfiglib/kconfiglib-13.7.0.ebuild
72 deleted file mode 100644
73 index e40d76c01b6..00000000000
74 --- a/dev-python/kconfiglib/kconfiglib-13.7.0.ebuild
75 +++ /dev/null
76 @@ -1,38 +0,0 @@
77 -# Copyright 1999-2020 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=7
81 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
82 -PYTHON_REQ_USE="ncurses"
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="A flexible Python Kconfig implementation"
87 -HOMEPAGE="https://github.com/ulfalizer/Kconfiglib https://pypi.org/project/kconfiglib/"
88 -SRC_URI="https://github.com/ulfalizer/Kconfiglib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
89 -# pypi tarballs don't include tests
90 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
91 -
92 -LICENSE="ISC"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~x86"
95 -IUSE=""
96 -
97 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
98 -RDEPEND="${BDEPEND}"
99 -
100 -S=${WORKDIR}/${P/k/K}
101 -
102 -python_prepare_all() {
103 - distutils-r1_python_prepare_all
104 -
105 - # hacks to run tests
106 - mkdir Kconfiglib || die
107 - ln -s ../tests Kconfiglib || die
108 - # don't run kernel Kconfig compat tests
109 - sed -i 's/run_compatibility_tests()$/#\0/' testsuite.py || die
110 -}
111 -
112 -python_test() {
113 - "${PYTHON}" testsuite.py || die "tests failed with ${EPYTHON}"
114 -}