summaryrefslogtreecommitdiff
path: root/dev-python/findimports
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-23 19:00:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-23 19:00:21 +0000
commit09cb45b21c7d590ec2e5955b98678951ada09ff7 (patch)
tree364b8331744a9f0e5eb0eeb5eff848df97a01949 /dev-python/findimports
parent17c0e53539cd38c91225209817116a86d424bb4b (diff)
downloadbaldeagleos-repo-09cb45b21c7d590ec2e5955b98678951ada09ff7.tar.gz
baldeagleos-repo-09cb45b21c7d590ec2e5955b98678951ada09ff7.tar.xz
baldeagleos-repo-09cb45b21c7d590ec2e5955b98678951ada09ff7.zip
Adding metadata
Diffstat (limited to 'dev-python/findimports')
-rw-r--r--dev-python/findimports/findimports-2.5.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/findimports/findimports-2.5.2.ebuild b/dev-python/findimports/findimports-2.5.2.ebuild
index 9eb66f778f18..99d64a9cd8c2 100644
--- a/dev-python/findimports/findimports-2.5.2.ebuild
+++ b/dev-python/findimports/findimports-2.5.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1