summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-29 01:42:28 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-29 01:42:28 +0000
commitadf82934779ea35541172171bb5e002088475cdf (patch)
tree7c5bcfc22ef793231c49c8598c6851ab100c11cd /dev-python
parent29f4887fca74ffbaea06932294b30f680c586a6e (diff)
downloadbaldeagleos-repo-adf82934779ea35541172171bb5e002088475cdf.tar.gz
baldeagleos-repo-adf82934779ea35541172171bb5e002088475cdf.tar.xz
baldeagleos-repo-adf82934779ea35541172171bb5e002088475cdf.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/arpeggio/arpeggio-1.10.2.ebuild1
-rw-r--r--dev-python/astor/astor-0.8.1.ebuild13
-rw-r--r--dev-python/bluelet/bluelet-0.2.0.ebuild2
-rw-r--r--dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild (renamed from dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild)4
4 files changed, 8 insertions, 12 deletions
diff --git a/dev-python/arpeggio/arpeggio-1.10.2.ebuild b/dev-python/arpeggio/arpeggio-1.10.2.ebuild
index a0e6c26ebf13..08c3fda9c1c7 100644
--- a/dev-python/arpeggio/arpeggio-1.10.2.ebuild
+++ b/dev-python/arpeggio/arpeggio-1.10.2.ebuild
@@ -15,7 +15,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
-RDEPEND=""
DEPEND="
test? (
dev-python/memory_profiler[${PYTHON_USEDEP}]
diff --git a/dev-python/astor/astor-0.8.1.ebuild b/dev-python/astor/astor-0.8.1.ebuild
index 1273a63011ef..2208e9cf8a59 100644
--- a/dev-python/astor/astor-0.8.1.ebuild
+++ b/dev-python/astor/astor-0.8.1.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1
DESCRIPTION="Read/rewrite/write Python ASTs"
@@ -14,13 +13,9 @@ HOMEPAGE="https://pypi.org/project/astor/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE=""
distutils_enable_tests pytest
-python_prepare_all() {
- # Tries to roundtrip every package on the system and is unreliable
- rm -f tests/test_rtrip.py || die
-
- distutils-r1_python_prepare_all
-}
+EPYTEST_IGNORE=(
+ tests/test_rtrip.py
+)
diff --git a/dev-python/bluelet/bluelet-0.2.0.ebuild b/dev-python/bluelet/bluelet-0.2.0.ebuild
index 64ebd495985a..de2640aa5941 100644
--- a/dev-python/bluelet/bluelet-0.2.0.ebuild
+++ b/dev-python/bluelet/bluelet-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild
index e1a2192992db..9f243c2e2a60 100644
--- a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild
+++ b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild
@@ -15,8 +15,10 @@ 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[${PYTHON_USEDEP}]
+ <dev-python/setuptools_scm-6.1.0[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"