commit:     bd2d98b22b288147f7907023553fb107e3019142
Author:     Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Thu Aug 14 13:26:42 2025 +0000
Commit:     gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Thu Aug 14 13:26:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=bd2d98b2

dev-python/ptpython: bump to 3.0.30

Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>

 dev-python/ptpython/Manifest                                       | 4 ++--
 .../ptpython/{ptpython-3.0.27.ebuild => ptpython-3.0.30.ebuild}    | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index 50b4e14..1d5709c 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -1,3 +1,3 @@
-DIST ptpython-3.0.27.tar.gz 72022 BLAKE2B 
ec886a3026145d9c990f2940f484cc1c2e6a41581d18276e6d8b8c5589c01fe2a9e63caf8603f30d9dbc2da1bc891fb92d551188cb3f612ab8080392bb27c8bb
 SHA512 
a064fc795ccb005b1aef3840db62ee93c4b92eb1ec981ca7b78af2fedea7da1ed6385ad41b4bc0d1967bc15be73b546a7980605890b753fd3b0c98fefb9955ef
-EBUILD ptpython-3.0.27.ebuild 659 BLAKE2B 
6ea14a2290ec3d92ab1d4e4cb1372020a211834934aae2bdfeb6880be617828277a71e05d1e6b83241491c355ed472b621b3e8fe888945c0c2587446319b12a1
 SHA512 
5efbb5b8c0d661b86fe142375ff9ef534659df1ff336fc48602e664c109d2a3870daab3ea5ed18049c14a273ab718b095a182a3e13d273f7ef2687e191a5efc1
+DIST ptpython-3.0.30.tar.gz 72812 BLAKE2B 
3c441e44a477deb8414f821f0eb88bb6587f00d32dcba2ee72445af4ae880248e8bdce2d6403402f1099040f6be4da608e9561d604ec55fa5efd2599147ac0bc
 SHA512 
fe47bc541b852b2e7a0cd4a2c5bb009e85ba78ea4cacb1c37a4fa1a0553af64b54fac43fbcfd03dfc552bd17e63c70667bba8ab56e440a18638243d2e32207a0
+EBUILD ptpython-3.0.30.ebuild 722 BLAKE2B 
0edb5e31aed44002e5cfe1b5260788ba81a6308a678e35ba59f948f1c1a393f2e7429fc9745e26af4f92041c6a5cfda3eae78efe8e2334e2223746290f14ee81
 SHA512 
9020d6148c85b7b4feba2e45abe157c64a5ad3a34f44df59337cdac21e90337bebb2e7438f2280ea75bf3c39dac54732efd44f7c33d6c852daf9ccb9c5f6a646
 MISC metadata.xml 386 BLAKE2B 
3c952950b95b3f4b38f23f0ac0c25242cb6b0ce9f115a475a956098c246a59858ade285cb2e4df63019e3e0a9f730ad7911e183d5a9b35697006b18607e62b64
 SHA512 
99b03e22dd04923f3d25f8e50230bf93055f51096ca5c2c6a2613ea3ce219e0192720e29b9fe43de79768b9ec4e2818a730790f4f62cf468e272b3604ea21a26

diff --git a/dev-python/ptpython/ptpython-3.0.27.ebuild 
b/dev-python/ptpython/ptpython-3.0.30.ebuild
similarity index 84%
rename from dev-python/ptpython/ptpython-3.0.27.ebuild
rename to dev-python/ptpython/ptpython-3.0.30.ebuild
index 127536c..d2f870a 100644
--- a/dev-python/ptpython/ptpython-3.0.27.ebuild
+++ b/dev-python/ptpython/ptpython-3.0.30.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..12} pypy3 )
+PYTHON_COMPAT=( python3_{8..13} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 DESCRIPTION="Python REPL build on top of prompt_toolkit"
@@ -22,3 +23,5 @@ RDEPEND="
        <dev-python/prompt-toolkit-3.1.0[${PYTHON_USEDEP}]
        dev-python/pygments[${PYTHON_USEDEP}]
 "
+
+distutils_enable_tests pytest

Reply via email to