Update python packages to support 3.14

This commit is contained in:
Sravan Balaji
2025-03-25 18:49:05 -04:00
parent 2b69343213
commit 714a8cafb0
5 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_SINGLE_IMPL=1 DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 git-r3 systemd inherit distutils-r1 git-r3 systemd

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="Script and module for sending desktop notifications" DESCRIPTION="Script and module for sending desktop notifications"

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 inherit distutils-r1
distutils_enable_tests pytest distutils_enable_tests pytest

View File

@@ -1,9 +1,9 @@
# Copyright 2022-2024 Gentoo Authors # Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..14} )
DESCRIPTION="Graphical application to configure Logitech Wheels" DESCRIPTION="Graphical application to configure Logitech Wheels"
HOMEPAGE="https://github.com/berarma/oversteer" HOMEPAGE="https://github.com/berarma/oversteer"

View File

@@ -1,4 +1,4 @@
# Copyright 2023-2024 Gentoo Authors # Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Source: Written from scratch for sunset-repo overlay # Source: Written from scratch for sunset-repo overlay
@@ -7,7 +7,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=true DISTUTILS_SINGLE_IMPL=true
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 optfeature inherit distutils-r1 optfeature