commit: b4ace37316d08cc627d6b12ea6d48316fd039765
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 28 13:50:56 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Nov 28 13:50:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ace373
dev-ada/e3-core: fix dep
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/e3-core/e3-core-22.1.0.ebuild | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)
diff --git a/dev-ada/e3-core/e3-core-22.1.0.ebuild
b/dev-ada/e3-core/e3-core-22.1.0.ebuild
index 73b79ece0ee9..80324535319e 100644
--- a/dev-ada/e3-core/e3-core-22.1.0.ebuild
+++ b/dev-ada/e3-core/e3-core-22.1.0.ebuild
@@ -3,10 +3,10 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
inherit distutils-r1 toolchain-funcs
-DESCRIPTION="ease the development of portable automated build systems"
+DESCRIPTION="Ease the development of portable automated build systems"
HOMEPAGE="https://www.adacore.com/"
SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
@@ -19,21 +19,20 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
dev-python/stevedore[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/tomlkit[${PYTHON_USEDEP}]
!app-editors/e3"
DEPEND="${RDEPEND}"
BDEPEND="
test? (
- dev-python/requests-toolbelt[${PYTHON_USEDEP}]
dev-python/httpretty[${PYTHON_USEDEP}]
dev-vcs/subversion
- dev-python/tqdm[${PYTHON_USEDEP}]
- dev-python/tomlkit[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
)"
-REQUIRED_USE="x86? ( !test )"
PATCHES=(
"${FILESDIR}"/${P}-distro.patch
@@ -42,10 +41,6 @@ PATCHES=(
distutils_enable_tests --install pytest
-src_prepare() {
- distutils-r1_src_prepare
-}
-
src_compile() {
local PLATFORM=x86_64-linux
rm src/e3/os/data/rlimit* || die