From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomlkit/
Date: Sun, 1 May 2022 12:56:21 +0000 (UTC) [thread overview]
Message-ID: <1651409669.d1f29d2b6b44fc099b4f33bc5aa4cd2b64e686a2.mgorny@gentoo> (raw)
commit: d1f29d2b6b44fc099b4f33bc5aa4cd2b64e686a2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 12:54:29 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 1 12:54:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f29d2b
dev-python/tomlkit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tomlkit/Manifest | 2 --
dev-python/tomlkit/tomlkit-0.10.0.ebuild | 30 ------------------------------
dev-python/tomlkit/tomlkit-0.10.1.ebuild | 30 ------------------------------
3 files changed, 62 deletions(-)
diff --git a/dev-python/tomlkit/Manifest b/dev-python/tomlkit/Manifest
index 94866175b5ce..379cf08ec111 100644
--- a/dev-python/tomlkit/Manifest
+++ b/dev-python/tomlkit/Manifest
@@ -1,3 +1 @@
-DIST tomlkit-0.10.0.tar.gz 183499 BLAKE2B b9906dea2dd8867dca0208f3ce86b3d587f8504addfe25cf29f9164f50dc12d244010df53791ed01e0e7dd16e71ad77ce22c9ea7a37a6216880059c058f112e8 SHA512 05d03ae71a1d72ca0e03276f2b2530ca9fab7d6f366166a79839c66eaa00b55abb5f70a669ecb4d762dbbd655f10e4c4a373a7683cd781ae034d0910a0c3eccf
-DIST tomlkit-0.10.1.tar.gz 183650 BLAKE2B 373ab028b60503cfb9983a969e97318a61004a8db1bafed32b775e2a26a5557f8493ea9026ac9dbeff707d198c2913c34bf25c7e424345bb6b5ea3aa211e3a4a SHA512 a5082b88a9b3832393d860258dd7584ed05788777d4c1dd98415bfb7c64acf8f77eaf18c3fcf824913d999ffa37b4481675b3fce9b8af8ef9c1be0712ad622a9
DIST tomlkit-0.10.2.tar.gz 184537 BLAKE2B ab912e1c45d641e7c57f1121a6281ed0609c3ddf18c55eb887a67ac8a4df669a3e958e769a07f7ad456c80713337af4b892d4bb73671ce12e4b2fc4d09af0734 SHA512 e1d5353659f9a0f4ba2f6a0b82980f0b50b012e3b299c2c6b12aa8a63fc4772649bdc2b5a755c21acc46fe2d226241918fb09a4202cca596b6e9633be95e79d8
diff --git a/dev-python/tomlkit/tomlkit-0.10.0.ebuild b/dev-python/tomlkit/tomlkit-0.10.0.ebuild
deleted file mode 100644
index b5cb07612b11..000000000000
--- a/dev-python/tomlkit/tomlkit-0.10.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Style preserving TOML library"
-HOMEPAGE="https://github.com/sdispater/tomlkit"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_configure() {
- # use setup.py to avoid circular dep with poetry-core
- cat > pyproject.toml <<-EOF || die
- [build-system]
- requires = ["setuptools", "wheel"]
- build-backend = "setuptools.build_meta"
- EOF
-}
diff --git a/dev-python/tomlkit/tomlkit-0.10.1.ebuild b/dev-python/tomlkit/tomlkit-0.10.1.ebuild
deleted file mode 100644
index 4de45e362c79..000000000000
--- a/dev-python/tomlkit/tomlkit-0.10.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Style preserving TOML library"
-HOMEPAGE="https://github.com/sdispater/tomlkit"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_configure() {
- # use setup.py to avoid circular dep with poetry-core
- cat > pyproject.toml <<-EOF || die
- [build-system]
- requires = ["setuptools", "wheel"]
- build-backend = "setuptools.build_meta"
- EOF
-}
next reply other threads:[~2022-05-01 12:56 UTC|newest]
Thread overview: 85+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-01 12:56 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-31 9:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/tomlkit/ Michał Górny
2024-08-31 8:11 Arthur Zamarin
2024-08-15 3:47 Michał Górny
2024-08-14 6:05 Michał Górny
2024-07-27 7:00 Arthur Zamarin
2024-07-11 3:25 Michał Górny
2024-05-25 6:21 Michał Górny
2024-05-25 6:08 Arthur Zamarin
2024-05-13 12:38 Michał Górny
2024-05-09 4:08 Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-27 6:38 Michał Górny
2023-11-29 10:17 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-15 5:55 Michał Górny
2023-11-02 19:44 Michał Górny
2023-09-01 16:44 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-07-27 15:57 Michał Górny
2023-05-29 4:37 Michał Górny
2023-05-28 19:55 Arthur Zamarin
2023-05-25 14:49 Michał Górny
2023-04-28 14:50 Arthur Zamarin
2023-04-28 14:41 Arthur Zamarin
2023-04-27 17:24 Michał Górny
2023-03-27 16:49 Michał Górny
2022-11-29 8:41 Michał Górny
2022-11-29 7:25 Arthur Zamarin
2022-11-03 19:38 Arthur Zamarin
2022-11-03 19:12 Arthur Zamarin
2022-10-28 7:09 Michał Górny
2022-09-28 18:34 Michał Górny
2022-09-19 19:40 Michał Górny
2022-09-19 19:38 Arthur Zamarin
2022-09-11 5:29 Michał Górny
2022-09-10 22:37 Jakov Smolić
2022-08-13 8:05 Michał Górny
2022-08-11 9:59 Michał Górny
2022-08-09 6:31 Michał Górny
2022-08-09 4:00 Arthur Zamarin
2022-08-08 19:18 Arthur Zamarin
2022-07-07 8:26 Michał Górny
2022-06-24 10:21 Michał Górny
2022-06-24 9:05 Arthur Zamarin
2022-05-25 7:12 Michał Górny
2022-05-11 10:04 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01 6:55 Michał Górny
2022-04-24 6:41 Michał Górny
2022-03-28 10:14 Michał Górny
2022-03-15 14:26 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-02-18 9:19 Michał Górny
2022-02-11 21:44 Arthur Zamarin
2022-02-11 21:32 Arthur Zamarin
2022-02-11 21:11 Arthur Zamarin
2022-02-11 21:07 Arthur Zamarin
2022-02-11 21:02 Arthur Zamarin
2022-02-11 7:26 Agostino Sarubbo
2022-02-11 7:25 Agostino Sarubbo
2022-02-11 7:24 Agostino Sarubbo
2022-02-10 22:54 Michał Górny
2022-02-08 20:14 Michał Górny
2022-02-07 20:30 Michał Górny
2022-02-04 18:50 Michał Górny
2022-02-02 9:27 Michał Górny
2022-02-01 22:03 Michał Górny
2022-01-26 23:19 Michał Górny
2022-01-26 21:31 Michał Górny
2022-01-19 13:51 Marek Szuba
2022-01-19 13:44 Jakov Smolić
2022-01-17 13:02 James Le Cuirot
2022-01-17 6:53 Joshua Kinard
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2021-12-20 8:40 Michał Górny
2021-06-10 12:24 Andrew Ammerlaan
2021-06-10 9:58 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1651409669.d1f29d2b6b44fc099b4f33bc5aa4cd2b64e686a2.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox