From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli/
Date: Sun, 10 Oct 2021 16:22:59 +0000 (UTC)	[thread overview]
Message-ID: <1633882770.741c86d088bbe280c4dc6e14fdb15381538fe070.mgorny@gentoo> (raw)
commit:     741c86d088bbe280c4dc6e14fdb15381538fe070
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 16:19:30 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 16:19:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741c86d0
dev-python/tomli: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
 dev-python/tomli/Manifest           |  1 -
 dev-python/tomli/tomli-1.0.4.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)
diff --git a/dev-python/tomli/Manifest b/dev-python/tomli/Manifest
index 7dd92b5d476..bd0dd32594a 100644
--- a/dev-python/tomli/Manifest
+++ b/dev-python/tomli/Manifest
@@ -1,2 +1 @@
-DIST tomli-1.0.4.gh.tar.gz 120508 BLAKE2B bd75568315b405598578b395ec0e20b7f37e9ceee58f145cda8adaf58a3fa549cd35902650f5b2aa84b764ab32eac8a21d3ffd94c0c4c43eab3c3a0b49203a71 SHA512 e30e06ea805c94359596c3d6db82464ccafcdde0172cae12d62c889c70986159b3198cf465183854bef1b048c21e487c2b0dad2825e2477d363885e749b238ee
 DIST tomli-1.2.1.gh.tar.gz 122701 BLAKE2B d0280bb81a6e931a175c6ef2c58b4f36b1237f99a73331cbb95f98b9e68a98a4c6a635aa12751ac46492c2b1a06a821f1ae70cd0c36f268998488e824f3e577c SHA512 34f9529b137331b0ae03ac99170b3f6509847356594be14166bae306ea4fbbddff808ffe0c48d05434f72d223a2f35b511675217053029d287725b7142fbd089
diff --git a/dev-python/tomli/tomli-1.0.4.ebuild b/dev-python/tomli/tomli-1.0.4.ebuild
deleted file mode 100644
index 169eb9c1465..00000000000
--- a/dev-python/tomli/tomli-1.0.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="A lil' TOML parser"
-HOMEPAGE="
-	https://pypi.org/project/tomli/
-	https://github.com/hukkin/tomli/"
-SRC_URI="
-	https://github.com/hukkin/tomli/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
-
-BDEPEND="
-	test? ( dev-python/python-dateutil[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	# we don't use pyproject.toml to avoid circular deps
-	cat > setup.py <<-EOF || die
-		from setuptools import setup
-		setup(name="tomli", version="${PV}", packages=["tomli"], package_data={"": ["*"]})
-	EOF
-
-	distutils-r1_src_prepare
-}
next             reply	other threads:[~2021-10-10 16:23 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-10 16:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-09  2:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli/ Michał Górny
2025-05-19  9:22 Michał Górny
2025-05-11 20:03 Sam James
2025-02-16 14:14 Michał Górny
2024-12-14 13:28 Michał Górny
2024-12-14 10:58 Arthur Zamarin
2024-11-30 11:47 Michał Górny
2024-11-28  6:43 Michał Górny
2024-11-12  5:35 Michał Górny
2024-10-19  8:42 Michał Górny
2024-10-19  8:14 Arthur Zamarin
2024-10-03  3:31 Michał Górny
2024-05-09 17:32 Michał Górny
2023-05-23 15:42 Michał Górny
2023-05-03 10:47 Fabian Groffen
2023-02-07 14:31 Michał Górny
2022-08-02  4:08 Michał Górny
2022-07-10 18:50 Michał Górny
2022-07-10 16:56 Sam James
2022-06-08  7:54 Michał Górny
2022-06-07 14:38 Michał Górny
2022-06-07  6:54 Michał Górny
2022-04-10 12:32 Fabian Groffen
2022-03-15 14:26 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-02-08 20:14 Michał Górny
2022-02-04 10:27 Michał Górny
2022-02-04  9:29 Jakov Smolić
2022-02-01  2:03 Mike Frysinger
2022-01-13 19:26 Arthur Zamarin
2021-12-14 10:21 Michał Górny
2021-12-14 10:21 Michał Górny
2021-12-07 10:57 Fabian Groffen
2021-11-26 20:32 Michał Górny
2021-11-26 20:25 Arthur Zamarin
2021-11-04  9:25 Michał Górny
2021-10-25 22:39 Michał Górny
2021-10-10 15:33 Agostino Sarubbo
2021-10-09 19:35 Michał Górny
2021-10-09 19:22 Sam James
2021-10-09 19:22 Sam James
2021-10-09 19:18 Sam James
2021-09-27  6:59 Michał Górny
2021-09-25 13:09 James Le Cuirot
2021-09-12 16:03 Aaron Bauman
2021-09-08 23:47 Joshua Kinard
2021-09-07  4:40 Sam James
2021-09-03 14:41 Arthur Zamarin
2021-08-26 14:55 Sam James
2021-08-26  4:41 Agostino Sarubbo
2021-08-26  3:00 Sam James
2021-08-26  3:00 Sam James
2021-08-26  3:00 Sam James
2021-08-09  1:18 Sam James
2021-08-04 19:35 Michał Górny
2021-07-25 19:44 Sam James
2021-07-25 15:26 Sergei Trofimovich
2021-07-25  3:23 Sam James
2021-07-25  3:16 Matt Turner
2021-07-23 11:05 Marek Szuba
2021-07-23  8:11 Georgy Yakovlev
2021-07-21 21:36 Sergei Trofimovich
2021-07-20 20:36 Sergei Trofimovich
2021-07-17  7:03 Michał Górny
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=1633882770.741c86d088bbe280c4dc6e14fdb15381538fe070.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