Skip to content

Commit a69a429

Browse files
committed
dev-python/various+chiptools: set DISTUTILS_USE_PEP517 build backend
Signed-off-by: Stephen L Arnold <[email protected]>
1 parent 3f8c8cb commit a69a429

File tree

7 files changed

+22
-18
lines changed

7 files changed

+22
-18
lines changed

dev-embedded/chiptools/chiptools-9999.ebuild

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
PYTHON_COMPAT=( python3_{9..13} )
6-
DISTUTILS_USE_SETUPTOOLS=bdepend
5+
PYTHON_COMPAT=( python3_{10..14} )
6+
DISTUTILS_USE_PEP517=setuptools
77

88
inherit distutils-r1
99

@@ -32,7 +32,6 @@ RDEPEND="
3232
DEPEND="${RDEPEND}"
3333

3434
BDEPEND="${PYTHON_DEPS}
35-
dev-python/setuptools[${PYTHON_USEDEP}]
3635
dev-python/versioningit[${PYTHON_USEDEP}]
3736
test? (
3837
dev-python/pytest[${PYTHON_USEDEP}] )

dev-python/adblockparser/adblockparser-0.7.ebuild

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..13} )
7-
DISTUTILS_USE_SETUPTOOLS=bdepend
6+
PYTHON_COMPAT=( python3_{10..14} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
89
inherit distutils-r1
910

1011
DESCRIPTION="Python parser for Adblock Plus filters"

dev-python/docstring-to-markdown/docstring-to-markdown-0.9.ebuild

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
PYTHON_COMPAT=( python3_{10..13} )
5+
PYTHON_COMPAT=( python3_{10..14} )
6+
DISTUTILS_USE_PEP517=setuptools
67

78
inherit distutils-r1
89

dev-python/esptool/esptool-2.0.1.ebuild

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..13} )
6+
PYTHON_COMPAT=( python3_{10..14} )
7+
DISTUTILS_USE_PEP517=setuptools
78

89
inherit distutils-r1 pypi
910

dev-python/gpio/gpio-0.0.1_pre20181020.ebuild

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
PYTHON_COMPAT=( python3_{10..13} )
5+
PYTHON_COMPAT=( python3_{10..14} )
6+
DISTUTILS_USE_PEP517=setuptools
67

78
inherit distutils-r1
89

dev-python/gpiozero/gpiozero-1.4.1.ebuild

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
PYTHON_COMPAT=( python3_{10..13} )
5+
PYTHON_COMPAT=( python3_{10..14} )
6+
DISTUTILS_USE_PEP517=setuptools
67

78
inherit distutils-r1
89

dev-python/semver/semver-2.13.0.ebuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright 2019-2022 Gentoo Authors
1+
# Copyright 2019-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..13} )
7-
DISTUTILS_USE_SETUPTOOLS=rdepend
6+
PYTHON_COMPAT=( python3_{10..14} )
7+
DISTUTILS_USE_PEP517=setuptools
88

99
inherit distutils-r1
1010

0 commit comments

Comments
 (0)