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, 01 May 2022 12:56:27
Message-Id: 1651409669.d1f29d2b6b44fc099b4f33bc5aa4cd2b64e686a2.mgorny@gentoo
1 commit: d1f29d2b6b44fc099b4f33bc5aa4cd2b64e686a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 12:54:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 12:54:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f29d2b
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.10.0.ebuild | 30 ------------------------------
14 dev-python/tomlkit/tomlkit-0.10.1.ebuild | 30 ------------------------------
15 3 files changed, 62 deletions(-)
16
17 diff --git a/dev-python/tomlkit/Manifest b/dev-python/tomlkit/Manifest
18 index 94866175b5ce..379cf08ec111 100644
19 --- a/dev-python/tomlkit/Manifest
20 +++ b/dev-python/tomlkit/Manifest
21 @@ -1,3 +1 @@
22 -DIST tomlkit-0.10.0.tar.gz 183499 BLAKE2B b9906dea2dd8867dca0208f3ce86b3d587f8504addfe25cf29f9164f50dc12d244010df53791ed01e0e7dd16e71ad77ce22c9ea7a37a6216880059c058f112e8 SHA512 05d03ae71a1d72ca0e03276f2b2530ca9fab7d6f366166a79839c66eaa00b55abb5f70a669ecb4d762dbbd655f10e4c4a373a7683cd781ae034d0910a0c3eccf
23 -DIST tomlkit-0.10.1.tar.gz 183650 BLAKE2B 373ab028b60503cfb9983a969e97318a61004a8db1bafed32b775e2a26a5557f8493ea9026ac9dbeff707d198c2913c34bf25c7e424345bb6b5ea3aa211e3a4a SHA512 a5082b88a9b3832393d860258dd7584ed05788777d4c1dd98415bfb7c64acf8f77eaf18c3fcf824913d999ffa37b4481675b3fce9b8af8ef9c1be0712ad622a9
24 DIST tomlkit-0.10.2.tar.gz 184537 BLAKE2B ab912e1c45d641e7c57f1121a6281ed0609c3ddf18c55eb887a67ac8a4df669a3e958e769a07f7ad456c80713337af4b892d4bb73671ce12e4b2fc4d09af0734 SHA512 e1d5353659f9a0f4ba2f6a0b82980f0b50b012e3b299c2c6b12aa8a63fc4772649bdc2b5a755c21acc46fe2d226241918fb09a4202cca596b6e9633be95e79d8
25
26 diff --git a/dev-python/tomlkit/tomlkit-0.10.0.ebuild b/dev-python/tomlkit/tomlkit-0.10.0.ebuild
27 deleted file mode 100644
28 index b5cb07612b11..000000000000
29 --- a/dev-python/tomlkit/tomlkit-0.10.0.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Style preserving TOML library"
43 -HOMEPAGE="https://github.com/sdispater/tomlkit"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
49 -
50 -BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
51 -
52 -distutils_enable_tests pytest
53 -
54 -src_configure() {
55 - # use setup.py to avoid circular dep with poetry-core
56 - cat > pyproject.toml <<-EOF || die
57 - [build-system]
58 - requires = ["setuptools", "wheel"]
59 - build-backend = "setuptools.build_meta"
60 - EOF
61 -}
62
63 diff --git a/dev-python/tomlkit/tomlkit-0.10.1.ebuild b/dev-python/tomlkit/tomlkit-0.10.1.ebuild
64 deleted file mode 100644
65 index 4de45e362c79..000000000000
66 --- a/dev-python/tomlkit/tomlkit-0.10.1.ebuild
67 +++ /dev/null
68 @@ -1,30 +0,0 @@
69 -# Copyright 1999-2022 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=8
73 -
74 -DISTUTILS_USE_PEP517=setuptools
75 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="Style preserving TOML library"
80 -HOMEPAGE="https://github.com/sdispater/tomlkit"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -LICENSE="MIT"
84 -SLOT="0"
85 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
86 -
87 -BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
88 -
89 -distutils_enable_tests pytest
90 -
91 -src_configure() {
92 - # use setup.py to avoid circular dep with poetry-core
93 - cat > pyproject.toml <<-EOF || die
94 - [build-system]
95 - requires = ["setuptools", "wheel"]
96 - build-backend = "setuptools.build_meta"
97 - EOF
98 -}