diff options
author | Sam James <sam@gentoo.org> | 2023-12-23 17:36:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-23 17:37:58 +0000 |
commit | 94431a6e5e7fdbee9569af095e0b37025bd02f85 (patch) | |
tree | 3642db86f4cd2e415d8e2576f0dd1034cdd27515 | |
parent | dev-util/maturin: Stabilize 1.4.0 x86, #920566 (diff) | |
download | gentoo-94431a6e5e7fdbee9569af095e0b37025bd02f85.tar.gz gentoo-94431a6e5e7fdbee9569af095e0b37025bd02f85.tar.bz2 gentoo-94431a6e5e7fdbee9569af095e0b37025bd02f85.zip |
dev-vcs/git-cola: backport PythonMissingSCMDependency fix
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-vcs/git-cola/git-cola-4.1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/git-cola/git-cola-4.2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/git-cola/git-cola-4.4.1.ebuild | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-vcs/git-cola/git-cola-4.1.0.ebuild b/dev-vcs/git-cola/git-cola-4.1.0.ebuild index b4db3a7d1dfa..09761dd50b1e 100644 --- a/dev-vcs/git-cola/git-cola-4.1.0.ebuild +++ b/dev-vcs/git-cola/git-cola-4.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_SINGLE_IMPL=true DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 readme.gentoo-r1 virtualx xdg-utils @@ -29,8 +29,10 @@ RDEPEND=" ') dev-vcs/git " -BDEPEND="sys-devel/gettext +BDEPEND=" + sys-devel/gettext $(python_gen_cond_dep " + dev-python/setuptools-scm[\${PYTHON_USEDEP}] test? ( ${VIRTUALX_DEPEND} dev-python/pytest[\${PYTHON_USEDEP}] diff --git a/dev-vcs/git-cola/git-cola-4.2.1-r1.ebuild b/dev-vcs/git-cola/git-cola-4.2.1-r1.ebuild index 14d1a8b01c21..6edb3f03319f 100644 --- a/dev-vcs/git-cola/git-cola-4.2.1-r1.ebuild +++ b/dev-vcs/git-cola/git-cola-4.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_SINGLE_IMPL=true DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 readme.gentoo-r1 virtualx xdg-utils @@ -29,8 +29,10 @@ RDEPEND=" ') dev-vcs/git " -BDEPEND="sys-devel/gettext +BDEPEND=" + sys-devel/gettext $(python_gen_cond_dep " + dev-python/setuptools-scm[\${PYTHON_USEDEP}] test? ( ${VIRTUALX_DEPEND} dev-python/pytest[\${PYTHON_USEDEP}] diff --git a/dev-vcs/git-cola/git-cola-4.4.1.ebuild b/dev-vcs/git-cola/git-cola-4.4.1.ebuild index c2bc009b2da0..fe84fd6d276d 100644 --- a/dev-vcs/git-cola/git-cola-4.4.1.ebuild +++ b/dev-vcs/git-cola/git-cola-4.4.1.ebuild @@ -26,7 +26,8 @@ RDEPEND=" ') dev-vcs/git " -BDEPEND="sys-devel/gettext +BDEPEND=" + sys-devel/gettext $(python_gen_cond_dep " dev-python/setuptools-scm[\${PYTHON_USEDEP}] test? ( |