From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prompt-toolkit/
Date: Sat, 08 Feb 2025 11:45:32 +0000 (UTC) [thread overview]
Message-ID: <1739015125.ac777a6749e58de6fa92adc49ea630835cf7fb34.mgorny@gentoo> (raw)
commit: ac777a6749e58de6fa92adc49ea630835cf7fb34
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 11:42:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 11:45:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac777a67
dev-python/prompt-toolkit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/prompt-toolkit/Manifest | 1 -
.../prompt-toolkit/prompt-toolkit-3.0.48.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/prompt-toolkit/Manifest b/dev-python/prompt-toolkit/Manifest
index 0980b9fc6b1c..664d7e9475d0 100644
--- a/dev-python/prompt-toolkit/Manifest
+++ b/dev-python/prompt-toolkit/Manifest
@@ -1,2 +1 @@
-DIST prompt_toolkit-3.0.48.tar.gz 424684 BLAKE2B 2b22cebfaf66c07bf9e2ba2677be4c36436c0b5679e01cf39b7335f1898e33f7bb5b4f3a147a39feca37bd3921b8cbe8db98c948d2819c0e7269cca5e2b71d26 SHA512 f999c0d6df94a1a640d735e4b6f4bebd496693b8ae7267c4a8561c726a8148f937781b07f8e76a045ac0b90fa1d98fb767c153c3a96e25bc5e610c873f8e76c3
DIST prompt_toolkit-3.0.50.tar.gz 429087 BLAKE2B 534c86bc82c34c26df4cbce37ebfdffa720dc0eedde7d1b8ef434474facdbbe327c5634fa949166d72d763198a89890fea95f5d5e86ff8444c44b2f203aaccb3 SHA512 1ee5d91257607da100ac99aa4220067fd85a785495d03e6f617508bed750df7f6fd3857205e55126cf7059074433d4a59d4525c023c8f4401a0efa33495833ed
diff --git a/dev-python/prompt-toolkit/prompt-toolkit-3.0.48.ebuild b/dev-python/prompt-toolkit/prompt-toolkit-3.0.48.ebuild
deleted file mode 100644
index 2d6742a2563e..000000000000
--- a/dev-python/prompt-toolkit/prompt-toolkit-3.0.48.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Building powerful interactive command lines in Python"
-HOMEPAGE="
- https://pypi.org/project/prompt-toolkit/
- https://github.com/prompt-toolkit/python-prompt-toolkit/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
- dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- # requires tree-sitter-languages
- src/prompt_toolkit/lexers/tree_sitter_test.py
-)
next reply other threads:[~2025-02-08 11:46 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-08 11:45 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-20 17:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/prompt-toolkit/ Michał Górny
2025-02-08 11:17 Arthur Zamarin
2025-01-21 4:34 Michał Górny
2024-10-12 7:28 Michał Górny
2024-10-12 7:04 Michał Górny
2024-09-26 4:50 Michał Górny
2024-06-29 6:33 Arthur Zamarin
2024-06-12 7:42 Michał Górny
2024-06-12 6:44 Arthur Zamarin
2024-06-10 14:41 Michał Górny
2024-06-05 4:51 Michał Górny
2024-05-29 4:17 Michał Górny
2024-05-28 4:27 Michał Górny
2024-05-18 16:32 Michał Górny
2023-12-30 14:40 Michał Górny
2023-12-14 13:58 Michał Górny
2023-11-29 10:21 Michał Górny
2023-11-29 10:20 Michał Górny
2023-11-16 16:44 Michał Górny
2023-11-14 20:06 Michał Górny
2023-11-10 21:11 Michał Górny
2023-08-05 15:21 Michał Górny
2023-08-05 15:11 Arthur Zamarin
2023-07-05 7:58 Michał Górny
2023-06-01 13:40 Michał Górny
2023-03-27 19:03 Michał Górny
2023-03-27 17:58 Arthur Zamarin
2023-02-28 18:16 Arthur Zamarin
2023-02-23 6:19 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=1739015125.ac777a6749e58de6fa92adc49ea630835cf7fb34.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