From 2ea756dfdd7c9887212f5f15c8e0a6813c055c14 Mon Sep 17 00:00:00 2001 From: Gerion Entrup Date: Mon, 6 Nov 2023 18:01:20 +0100 Subject: dev-python/ptpython: + python 3.12 Signed-off-by: Gerion Entrup --- dev-python/ptpython/Manifest | 2 +- dev-python/ptpython/ptpython-3.0.23.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest index b57d5ea..5a5e6a0 100644 --- a/dev-python/ptpython/Manifest +++ b/dev-python/ptpython/Manifest @@ -1,3 +1,3 @@ DIST ptpython-3.0.23.tar.gz 68146 BLAKE2B 7bdfac0ea989f87bcae62d879f277e8d9d661ba85c397691425ac9c9c8ffe9d48e2cccbe9306f2567025d7e4d62a7478cf09f18ebed5e3b2c5a0918c27a2c540 SHA512 e3f7db8060a2b2e5ec9f9cdf7a6aacede447a42ea3d13f08e2cba604dc96ccf6504cd31b45327b144882bb12f0cc272406d501a8de98adc9598ec79dbcaf843e -EBUILD ptpython-3.0.23.ebuild 659 BLAKE2B 5c884c3a1279a3e7850875c45bdc237ac14526129c6a7a10b1d3864ca6568c83049c3cde3548b04b2218d9960edd1b2fb8c96c89cf17d963ad4a27d86fc4cd8c SHA512 2b12746d034b9774bbf59af310163e4de653195ce2bff99a605c5ae61c641684d87d0a757df404c7162a1590f8fa5d7ae18c188c4cbe7b1229678a419ffbc3c3 +EBUILD ptpython-3.0.23.ebuild 659 BLAKE2B 6ea14a2290ec3d92ab1d4e4cb1372020a211834934aae2bdfeb6880be617828277a71e05d1e6b83241491c355ed472b621b3e8fe888945c0c2587446319b12a1 SHA512 5efbb5b8c0d661b86fe142375ff9ef534659df1ff336fc48602e664c109d2a3870daab3ea5ed18049c14a273ab718b095a182a3e13d273f7ef2687e191a5efc1 MISC metadata.xml 386 BLAKE2B 3c952950b95b3f4b38f23f0ac0c25242cb6b0ce9f115a475a956098c246a59858ade285cb2e4df63019e3e0a9f730ad7911e183d5a9b35697006b18607e62b64 SHA512 99b03e22dd04923f3d25f8e50230bf93055f51096ca5c2c6a2613ea3ce219e0192720e29b9fe43de79768b9ec4e2818a730790f4f62cf468e272b3604ea21a26 diff --git a/dev-python/ptpython/ptpython-3.0.23.ebuild b/dev-python/ptpython/ptpython-3.0.23.ebuild index 596e701..127536c 100644 --- a/dev-python/ptpython/ptpython-3.0.23.ebuild +++ b/dev-python/ptpython/ptpython-3.0.23.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..11} pypy3 ) +PYTHON_COMPAT=( python3_{8..12} pypy3 ) inherit distutils-r1 DESCRIPTION="Python REPL build on top of prompt_toolkit" -- cgit v1.2.3-65-gdbad