summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-09-22 04:20:21 +0200
committerMichał Górny <mgorny@gentoo.org>2023-09-22 04:20:21 +0200
commitde3a695eecd3420d7c92524631f370c164455c30 (patch)
treed1208cd1b47004ac8acd675ea80f6f0dde0ea2d8 /dev-python/setuptools_scm_git_archive
parentdev-python/scikit-build-core: Remove old (diff)
downloadgentoo-de3a695eecd3420d7c92524631f370c164455c30.tar.gz
gentoo-de3a695eecd3420d7c92524631f370c164455c30.tar.bz2
gentoo-de3a695eecd3420d7c92524631f370c164455c30.zip
dev-python/setuptools_scm_git_archive: Force setuptools-scm<8
Closes: https://bugs.gentoo.org/914498 Closes: https://bugs.gentoo.org/914500 Closes: https://bugs.gentoo.org/914501 Closes: https://bugs.gentoo.org/914502 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools_scm_git_archive')
-rw-r--r--dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4-r1.ebuild (renamed from dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4.ebuild)5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4-r1.ebuild
index d41534271534..574c1eacf32a 100644
--- a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4.ebuild
+++ b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
inherit distutils-r1
@@ -21,10 +21,9 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE=""
RDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ <dev-python/setuptools-scm-8[${PYTHON_USEDEP}]
"
BDEPEND="
${RDEPEND}