Skip to content

Commit 68fbdde

Browse files
committed
*/*: drop py3.11 & remove dead py impls
Part-of: #447 Closes: #447 Signed-off-by: David Roman <stkw0@disroot.org>
1 parent f71168f commit 68fbdde

597 files changed

Lines changed: 597 additions & 597 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app-admin/akita/akita-0.1.4.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
6+
PYTHON_COMPAT=( python3_{12..14} pypy3_11 )
77
PYTHON_REQ_USE="ncurses"
88
DISTUTILS_USE_PEP517=setuptools
99
inherit distutils-r1

app-admin/dotbot/dotbot-1.20.1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{11..12} )
7+
PYTHON_COMPAT=( python3_12 )
88

99
inherit distutils-r1
1010

app-admin/gentoo_update/gentoo_update-0.2.4.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
7+
PYTHON_COMPAT=( python3_{12..14} pypy3_11 )
88

99
inherit distutils-r1 optfeature
1010

app-admin/himitsu-keyring/himitsu-keyring-0.2.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..13} )
6+
PYTHON_COMPAT=( python3_{12..13} )
77

88
inherit meson python-single-r1 xdg
99

app-admin/himitsu-secret-service/himitsu-secret-service-0.1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SRC_URI="https://git.sr.ht/~apreiml/himitsu-secret-service/archive/${PV}.tar.gz
77
KEYWORDS="~amd64 ~arm64 ~riscv"
88

99
DISTUTILS_USE_PEP517=hatchling
10-
PYTHON_COMPAT=( python3_{11..14} )
10+
PYTHON_COMPAT=( python3_{12..14} )
1111

1212
inherit distutils-r1
1313

app-admin/krapplet/krapplet-0.3.1-r1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_12 )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi xdg
99

app-admin/s-tui/s-tui-1.2.0-r1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..14} )
6+
PYTHON_COMPAT=( python3_{12..14} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 optfeature
99

app-admin/s-tui/s-tui-1.3.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..14} )
6+
PYTHON_COMPAT=( python3_{12..14} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 optfeature
99

app-admin/synadm/synadm-0.43.1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_12 )
77
DISTUTILS_USE_PEP517=setuptools
88

99
inherit distutils-r1 pypi

app-admin/synadm/synadm-0.44.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_12 )
77
DISTUTILS_USE_PEP517=setuptools
88

99
inherit distutils-r1 pypi

0 commit comments

Comments
 (0)