summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-12 08:23:15 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-12 08:23:15 +0200
commit4b1e89d591825480acaf2e11aa58076b963d69c4 (patch)
tree5da8261e05a09a5281aae6f7f792ba4ab237a536 /dev-python/termcolor
parentprofiles/arch/loong: fix typo: LLVM_TARGETS should be LoongArch (diff)
downloadgentoo-4b1e89d591825480acaf2e11aa58076b963d69c4.tar.gz
gentoo-4b1e89d591825480acaf2e11aa58076b963d69c4.tar.bz2
gentoo-4b1e89d591825480acaf2e11aa58076b963d69c4.zip
dev-python/termcolor: Add missing hatch-vcs dep
Closes: https://bugs.gentoo.org/869794 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r--dev-python/termcolor/termcolor-2.0.0.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-python/termcolor/termcolor-2.0.0.ebuild b/dev-python/termcolor/termcolor-2.0.0.ebuild
index b6ac743c1cde..4cdb49bfec67 100644
--- a/dev-python/termcolor/termcolor-2.0.0.ebuild
+++ b/dev-python/termcolor/termcolor-2.0.0.ebuild
@@ -9,7 +9,10 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="ANSI Color formatting for output in terminal"
-HOMEPAGE="https://pypi.org/project/termcolor/"
+HOMEPAGE="
+ https://github.com/termcolor/termcolor/
+ https://pypi.org/project/termcolor/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
@@ -17,3 +20,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
distutils_enable_tests pytest
+
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"