From 3dc4de6331223493015f198dc61854af604da86c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 21 Oct 2024 04:04:33 +0100 Subject: gentoo auto-resync : 21:10:2024 - 04:04:33 --- dev-python/pudb/Manifest | 4 ++-- dev-python/pudb/pudb-2024.1.1.ebuild | 38 ---------------------------------- dev-python/pudb/pudb-2024.1.3.ebuild | 40 ++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 40 deletions(-) delete mode 100644 dev-python/pudb/pudb-2024.1.1.ebuild create mode 100644 dev-python/pudb/pudb-2024.1.3.ebuild (limited to 'dev-python/pudb') diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest index 59e5bacbc48a..699fb1af9e39 100644 --- a/dev-python/pudb/Manifest +++ b/dev-python/pudb/Manifest @@ -1,5 +1,5 @@ -DIST pudb-2024.1.1.tar.gz 226273 BLAKE2B 850a7732e5da24bf7736eaa27de49cdb300641acb5fc6404716b7d41cd990303a5ddec4c732883e69307be0953e73c15eda10d5ad5ce5aae8d0b6146fc4118ce SHA512 3f69668a79e1cfd13e79d9b023bffc1a5d9e25c1ea34a0cb292004290c1b56e8981af2a54478ed0ad00b12b1167d604cc4d1a13041e10346b338ea7fce693348 DIST pudb-2024.1.2.tar.gz 226551 BLAKE2B b89db9a56f933474cddd332a71216c73631324efc0b046044133e912bc9783c3e89d9a67e539fdc9703fd728a308a33687587c7b63427b7ca824cd425013b434 SHA512 0db7af15227c9bddd91aa685e90cef5c071f930399731681da651293a71732b2bc9e2afbd7cc5080ad51e7c54980b93afc8b8f53b054737b7a76270bf3414206 -EBUILD pudb-2024.1.1.ebuild 836 BLAKE2B 6a748bed3794bd6162d2799cd25694f0b3f54e402619741061fa606347914fe0fbadd961d77f5334a2f2f93ec209153d328b5aab25a95806d2fabdf266fff609 SHA512 d71ea354ebb6f90889b3666326aeae5c9210655ecf22b72bcaa8dadd46813478eac9d8e9aa4588d8db7e30eaf50a587f70da1316c9fdbd00afecbf885fdbd454 +DIST pudb-2024.1.3.tar.gz 219443 BLAKE2B edfc2b8799cefc8f81eaac37e07a90b42870b6a3a6ddcc0e7aee785ea6f720fa0db0dc7b9dda6508a9a9e9718812bdf1d6729a12c2d6974f2531022dea2dd153 SHA512 da3702a1debeeae7b48012e1241be9d85f3e12714e7d37771863d8d26dabb9615c75bff9a0285647327852d9814eb3ddbc15fcb736d8f4a3f6030d71a12fd258 EBUILD pudb-2024.1.2.ebuild 836 BLAKE2B 6a748bed3794bd6162d2799cd25694f0b3f54e402619741061fa606347914fe0fbadd961d77f5334a2f2f93ec209153d328b5aab25a95806d2fabdf266fff609 SHA512 d71ea354ebb6f90889b3666326aeae5c9210655ecf22b72bcaa8dadd46813478eac9d8e9aa4588d8db7e30eaf50a587f70da1316c9fdbd00afecbf885fdbd454 +EBUILD pudb-2024.1.3.ebuild 932 BLAKE2B d68b58973dc279dc5ab710e503b0f83672dcee5f8808dcbd7557530fb0e8c6e23b33b6632a61249a8ae3342b71a502624f6d904a1b146d99758b9d39df310bca SHA512 8ea49151a61734a928d3729d079273f775180e7247cb0d8c04b1e7e916f305069ffabb106a66d265a542711db8d99854e39a60c44e7de6b668b3408d1d18a962 MISC metadata.xml 467 BLAKE2B 0d5572a2387c3e0cc5df3c69f7774850a2d47ba8087440d3e803a9955e600bd25bd7702660013b01acdbc6874344bc017bdec76288d3805123b5f397d3e641d4 SHA512 c36b974a6494acfc8ac69bb7333920310391a1b6c4bf797f605a181583b2e36595d99c10764f0a0bd474118012f5aaa90f14d9718804d07b2c408f62dd347dfc diff --git a/dev-python/pudb/pudb-2024.1.1.ebuild b/dev-python/pudb/pudb-2024.1.1.ebuild deleted file mode 100644 index f6667522ef0b..000000000000 --- a/dev-python/pudb/pudb-2024.1.1.ebuild +++ /dev/null @@ -1,38 +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=( python3_{10..13} ) - -inherit distutils-r1 pypi optfeature - -DESCRIPTION="A full-screen, console-based Python debugger" -HOMEPAGE=" - https://documen.tician.de/pudb/ - https://github.com/inducer/pudb/ - https://pypi.org/project/pudb/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - >=dev-python/urwid-2.4[${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 - -pkg_postinst() { - optfeature_header "Install the following packages for additional functionality:" - optfeature "Auto-complete support" dev-python/jedi -} diff --git a/dev-python/pudb/pudb-2024.1.3.ebuild b/dev-python/pudb/pudb-2024.1.3.ebuild new file mode 100644 index 000000000000..5edccb39bc66 --- /dev/null +++ b/dev-python/pudb/pudb-2024.1.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 pypi optfeature + +DESCRIPTION="A full-screen, console-based Python debugger" +HOMEPAGE=" + https://documen.tician.de/pudb/ + https://github.com/inducer/pudb/ + https://pypi.org/project/pudb/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/jedi-0.18[${PYTHON_USEDEP}] + >=dev-python/packaging-20.0[${PYTHON_USEDEP}] + >=dev-python/pygments-2.7.4[${PYTHON_USEDEP}] + >=dev-python/urwid-2.4[${PYTHON_USEDEP}] + dev-python/urwid-readline[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +pkg_postinst() { + optfeature_header "Install the following packages for additional functionality:" + optfeature "Auto-complete support" dev-python/jedi +} -- cgit v1.2.3