Skip to content

Commit

Permalink
dev-ada/e3-core: fix dep
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Nov 28, 2021
1 parent b962e1f commit b4ace37
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions dev-ada/e3-core/e3-core-22.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b4ace37

Please sign in to comment.