diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-29 02:47:15 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-29 03:02:53 +0200 |
commit | 49c4e2a0ee5c6441abc443d376280abc0c320c75 (patch) | |
tree | db72aba3583fcd87ca416bf6a030d8853505e796 /dev-python/setuptools_scm_git_archive | |
parent | dev-perl/Test-Taint: Version bump 1.08 (diff) | |
download | gentoo-49c4e2a0ee5c6441abc443d376280abc0c320c75.tar.gz gentoo-49c4e2a0ee5c6441abc443d376280abc0c320c75.tar.bz2 gentoo-49c4e2a0ee5c6441abc443d376280abc0c320c75.zip |
profiles: mask dev-python/setuptools_scm-6.1.0 in addition to 6.2.0
Upstream confirms that both versions have several bugs and have been
pulled off PyPI:
https://github.com/pypa/setuptools_scm/issues/615#issuecomment-907690841
This also lifts the version restriction added to
dev-python/setuptools_scm_git_archive in
e313b122eafeef2984f716c90baa99235eae78a6
since the problematic version is now masked.
Bug: https://bugs.gentoo.org/810808
Signed-off-by: Louis Sautier <sbraz@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.1-r2.ebuild (renamed from dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r2.ebuild index dfa9daf74065..47aa91fa85d8 100644 --- a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild +++ b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r2.ebuild @@ -15,10 +15,8 @@ SLOT="0" KEYWORDS="amd64 arm ~arm64 ~ppc64 x86" IUSE="" -# At the moment, newer versions of setuptools_scm break this package: -# https://bugs.gentoo.org/810808 RDEPEND=" - <dev-python/setuptools_scm-6.1.0[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] " BDEPEND="${RDEPEND}" |