public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pudb/
Date: Fri, 27 Oct 2023 15:28:41 +0000 (UTC)	[thread overview]
Message-ID: <1698420498.a2753c00411d4c975508e0fbff1a7bf14ca2145c.grozin@gentoo> (raw)

commit:     a2753c00411d4c975508e0fbff1a7bf14ca2145c
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 15:27:51 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 15:28:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2753c00

dev-python/pudb: bump to 2023.1

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 dev-python/pudb/Manifest           |  1 +
 dev-python/pudb/pudb-2023.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest
index e57ca77e6edc..df5f3e4b8e0a 100644
--- a/dev-python/pudb/Manifest
+++ b/dev-python/pudb/Manifest
@@ -1 +1,2 @@
 DIST pudb-2022.1.3.tar.gz 220833 BLAKE2B 9d028db6b10f412989ec263b09738afad24a4bf1e0b03c772ef2ec939e4f014f4eca8f04f495b0c3a516d0f3241eee65334a161e7aff072dff436bd54f0a8bfc SHA512 0f70ac5bef61403119c3023c72bcf37ebba16d106c51d4f14321caa2ef5d13a2ddbd923aa650e64b6a57842a444226cf9ce02eed0bb023315a166018b0163b5a
+DIST pudb-2023.1.tar.gz 224307 BLAKE2B b0b8b8f4f14d86e24b2863091fd41801282b5e7f8b48cdb22a286c171f714a5e9b9a7f516261b7cc74210379f933f85e7e99e9df22deade4261c9b98aa200702 SHA512 b27184a9ece304063871e4f8ace7d7b7b13e6d4f9a88b6372f7e6c0487319d1155204beac422fd2dda9ec367ad9483ceda42562c9ad4beb3c868c50ee2d2ff3d

diff --git a/dev-python/pudb/pudb-2023.1.ebuild b/dev-python/pudb/pudb-2023.1.ebuild
new file mode 100644
index 000000000000..08817bd3a069
--- /dev/null
+++ b/dev-python/pudb/pudb-2023.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A full-screen, console-based Python debugger"
+HOMEPAGE="https://pypi.org/project/pudb/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+	dev-python/urwid[${PYTHON_USEDEP}]
+	dev-python/urwid_readline[${PYTHON_USEDEP}]
+	dev-python/pygments[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_install() {
+	rm -rf "${WORKDIR}"/${P}-${EPYTHON/./_}/install/usr/lib/${EPYTHON}/site-packages/test
+	distutils-r1_python_install
+}


             reply	other threads:[~2023-10-27 15:28 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-27 15:28 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-19  6:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/pudb/ Michał Górny
2024-10-19  6:03 Michał Górny
2024-07-23  3:18 Michał Górny
2024-07-23  3:18 Michał Górny
2024-07-11 11:59 Michał Górny
2024-06-20 18:40 Michał Górny
2024-04-05  6:19 Andrey Grozin
2024-01-17  7:41 Michał Górny
2023-12-30 18:32 Michał Górny
2023-01-27 15:47 Arthur Zamarin
2022-11-14  4:44 Michał Górny
2022-11-05 14:34 Michał Górny
2022-11-04  8:23 Arthur Zamarin
2022-11-04  8:23 Arthur Zamarin
2022-07-20  5:39 Michał Górny
2022-07-20  5:39 Michał Górny
2022-05-16 13:24 Michał Górny
2022-03-14 17:04 Michał Górny
2022-01-07 18:12 Arthur Zamarin
2021-11-04 21:15 Sam James
2021-10-29  9:16 Michał Górny
2021-10-17  9:13 Michał Górny
2021-05-09 21:03 Michał Górny
2021-05-09  8:23 Michał Górny
2021-05-09  8:23 Michał Górny
2021-05-09  8:23 Michał Górny
2021-05-06  6:29 Andrey Grozin
2021-03-04  9:01 Andrey Grozin
2020-07-17 23:25 Sam James
2020-06-25 12:53 Patrice Clement
2020-03-28 17:07 Michał Górny
2020-03-28 17:07 Michał Górny
2018-11-11 13:44 Andrey Grozin
2017-09-29 16:58 Patrick Lauer
2017-04-18 16:31 Kacper Kowalik
2017-01-29 17:15 Fabian Groffen
2016-10-26 22:52 Tim Harder
2016-04-20  7:52 Patrick Lauer

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=1698420498.a2753c00411d4c975508e0fbff1a7bf14ca2145c.grozin@gentoo \
    --to=grozin@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