commit: 0aba70b34854663e37b87e2707e62be98ceb9106 Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com> AuthorDate: Mon Jul 8 20:05:18 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Jul 11 12:28:08 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0aba70b3
dev-python/dpath: version bump 2.2.0 and add test deps Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com> Closes: https://github.com/gentoo/sci/pull/1282 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/dpath/{dpath-2.1.6.ebuild => dpath-2.2.0.ebuild} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-python/dpath/dpath-2.1.6.ebuild b/dev-python/dpath/dpath-2.2.0.ebuild similarity index 72% rename from dev-python/dpath/dpath-2.1.6.ebuild rename to dev-python/dpath/dpath-2.2.0.ebuild index 55da56b96..a761ac4ea 100644 --- a/dev-python/dpath/dpath-2.1.6.ebuild +++ b/dev-python/dpath/dpath-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,4 +15,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/nose2[${PYTHON_USEDEP}] + ) +" + distutils_enable_tests pytest
