summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2024-08-04 14:43:34 +0200
committerEli Schwartz <eschwartz@gentoo.org>2024-08-19 20:47:59 -0400
commit03fc4e037566e1c0063a081f1678b5034768b5b6 (patch)
tree34db5324d9177336221dd00794fcb00c74003316 /dev-python/pefile
parentx11-themes/tela-icon-theme: drop 20230625 (diff)
downloadgentoo-03fc4e037566e1c0063a081f1678b5034768b5b6.tar.gz
gentoo-03fc4e037566e1c0063a081f1678b5034768b5b6.tar.bz2
gentoo-03fc4e037566e1c0063a081f1678b5034768b5b6.zip
dev-python/pefile: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/37952 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r--dev-python/pefile/pefile-2023.2.7.ebuild4
-rw-r--r--dev-python/pefile/pefile-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pefile/pefile-2023.2.7.ebuild b/dev-python/pefile/pefile-2023.2.7.ebuild
index 2f55fd3023a6..8f961570806a 100644
--- a/dev-python/pefile/pefile-2023.2.7.ebuild
+++ b/dev-python/pefile/pefile-2023.2.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Module to read and work with Portable Executable (PE) files"
diff --git a/dev-python/pefile/pefile-9999.ebuild b/dev-python/pefile/pefile-9999.ebuild
index 7f530f4c4bec..0c98bc8157ef 100644
--- a/dev-python/pefile/pefile-9999.ebuild
+++ b/dev-python/pefile/pefile-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Module to read and work with Portable Executable (PE) files"