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/tomlkit/
Date: Sun, 11 Sep 2022 05:29:14
Message-Id: 1662874144.261480079b458a92dcffcbd8b8a6fc9a7165b0db.mgorny@gentoo
1 commit: 261480079b458a92dcffcbd8b8a6fc9a7165b0db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 11 05:27:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 11 05:29:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26148007
7
8 dev-python/tomlkit: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tomlkit/Manifest | 2 --
13 dev-python/tomlkit/tomlkit-0.11.1.ebuild | 37 --------------------------------
14 dev-python/tomlkit/tomlkit-0.11.2.ebuild | 37 --------------------------------
15 3 files changed, 76 deletions(-)
16
17 diff --git a/dev-python/tomlkit/Manifest b/dev-python/tomlkit/Manifest
18 index 0338397bedf4..6819cc4012a9 100644
19 --- a/dev-python/tomlkit/Manifest
20 +++ b/dev-python/tomlkit/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST tomlkit-0.11.1.tar.gz 186422 BLAKE2B 805cf22577a2eb32f4c0183d517886706c23cb925b66a4620d11c4b7f8c6b4314f83403b01d5139695e70e3cb83125923db9e93d651d9bec598fe5fe6ea08038 SHA512 04e8c05ce6ce41a7040fdd02274bebc7ad363f54da9525af06ce39e842d4e7548395dca90a3d1f60956d29d051108719847bebfe6a9db0842a19f400e75481ac
23 -DIST tomlkit-0.11.2.tar.gz 187584 BLAKE2B 0b18625ab2a1a1caa916961ebedbe943f87a20695b9412ff8d276a39510f897e8df000c45e3b5324e285ce1bf925cb22370e9eef1008639e14f01ce28599692a SHA512 9f8e5f85ae9f408c10a1c64d1ab649db7b42c1b19eb0162a5edcfe894f0a179a0ba39ac7f478eb7bb14267f610169bea1d4e96cde8b9cf62df91218c989d5a2a
24 DIST tomlkit-0.11.3.tar.gz 187825 BLAKE2B e58947100a3ff9c2d8d04072c7a244efe554e31e619216683558f0fd51c3156496633256f0ed1ab6f39efb8cb8e65ca9d2f7dc3fb9e4cdb1ad9cb16ea4ac6e29 SHA512 09582776d7472647dadc387521e380056cf0a0d7ba68f7bfd423046caea2ecb068cc24cafceb54cecdc2754be9b3a4ad0cc40c7a0027e27b866491ade5b911c7
25 DIST tomlkit-0.11.4.tar.gz 187608 BLAKE2B f6920eb53c4b5dc13afd5ccd8b9ac5ae867e4b353e6bcc2be4d5e4d8774e2869f93f4c222931b2b3c505371b8812de5ef1797891ce828889a806e665ab32aa84 SHA512 b68b5d2c5f2ad7aa2cbeac308008467f22c0c9975862506bcabbfdf1de677dbaab1c5cead17c68f4bf2977a7077ddcc46ef6383bd8a87e2ac1252641ae463335
26
27 diff --git a/dev-python/tomlkit/tomlkit-0.11.1.ebuild b/dev-python/tomlkit/tomlkit-0.11.1.ebuild
28 deleted file mode 100644
29 index ae58bab0c59b..000000000000
30 --- a/dev-python/tomlkit/tomlkit-0.11.1.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Style preserving TOML library"
44 -HOMEPAGE="
45 - https://github.com/sdispater/tomlkit/
46 - https://pypi.org/project/tomlkit/
47 -"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
53 -
54 -BDEPEND="
55 - test? (
56 - dev-python/pyyaml[${PYTHON_USEDEP}]
57 - )
58 -"
59 -
60 -distutils_enable_tests pytest
61 -
62 -src_configure() {
63 - # use setup.py to avoid circular dep with poetry-core
64 - cat > pyproject.toml <<-EOF || die
65 - [build-system]
66 - requires = ["setuptools"]
67 - build-backend = "setuptools.build_meta"
68 - EOF
69 -}
70
71 diff --git a/dev-python/tomlkit/tomlkit-0.11.2.ebuild b/dev-python/tomlkit/tomlkit-0.11.2.ebuild
72 deleted file mode 100644
73 index 8f575bb2866a..000000000000
74 --- a/dev-python/tomlkit/tomlkit-0.11.2.ebuild
75 +++ /dev/null
76 @@ -1,37 +0,0 @@
77 -# Copyright 1999-2022 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=8
81 -
82 -DISTUTILS_USE_PEP517=setuptools
83 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
84 -
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="Style preserving TOML library"
88 -HOMEPAGE="
89 - https://github.com/sdispater/tomlkit/
90 - https://pypi.org/project/tomlkit/
91 -"
92 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
93 -
94 -LICENSE="MIT"
95 -SLOT="0"
96 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
97 -
98 -BDEPEND="
99 - test? (
100 - dev-python/pyyaml[${PYTHON_USEDEP}]
101 - )
102 -"
103 -
104 -distutils_enable_tests pytest
105 -
106 -src_configure() {
107 - # use setup.py to avoid circular dep with poetry-core
108 - cat > pyproject.toml <<-EOF || die
109 - [build-system]
110 - requires = ["setuptools"]
111 - build-backend = "setuptools.build_meta"
112 - EOF
113 -}