diff options
author | Michael Schubert <mschu.dev@gmail.com> | 2024-07-08 20:05:18 +0000 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-07-11 14:28:08 +0200 |
commit | 0aba70b34854663e37b87e2707e62be98ceb9106 (patch) | |
tree | 3ac894ba1e85967fa24113e9791dd0eef6d57140 | |
parent | sci-biology/multiqc: version bump 1.23 (diff) | |
download | sci-0aba70b34854663e37b87e2707e62be98ceb9106.tar.gz sci-0aba70b34854663e37b87e2707e62be98ceb9106.tar.bz2 sci-0aba70b34854663e37b87e2707e62be98ceb9106.zip |
dev-python/dpath: version bump 2.2.0 and add test deps
Signed-off-by: Michael Schubert <mschu.dev@gmail.com>
Closes: https://github.com/gentoo/sci/pull/1282
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | dev-python/dpath/Manifest | 2 | ||||
-rw-r--r-- | dev-python/dpath/dpath-2.2.0.ebuild (renamed from dev-python/dpath/dpath-2.1.6.ebuild) | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-python/dpath/Manifest b/dev-python/dpath/Manifest index 81aa6ca1c..1a325c16d 100644 --- a/dev-python/dpath/Manifest +++ b/dev-python/dpath/Manifest @@ -1 +1 @@ -DIST dpath-2.1.6.tar.gz 28142 BLAKE2B 78cb4a8eb7278cd0c1818ffba9d77a917d89f3454a047a82d9031028b34ea2969fe98ed7086d26f6697a166b81cd50439b7b3bd545ab7e6cadcd0606c24be61e SHA512 2f2dac39b6e1ad2effd8d61ac4acf6619205423389ecebc54061aa10ec11ce3236ea666b632a7dca349e9b7a6579815c97e01c930eaa1a99d965e37b9825b82c +DIST dpath-2.2.0.tar.gz 28266 BLAKE2B 7606e588a41b97cc44c592e65634b3c050accbec3c21634653d83aafa500d62bd8f4ce8d4d12db213f5e22554bf467cd9c140cf01b08885a705f5b4c4a481166 SHA512 d7ab814299580fb54bd2436bb437ae6af6ad1c9057ba4dda708d023f1e49658d41f33260b66348c1d03ff598543f5d68fc759d462ed709ec7da534780e37603c diff --git a/dev-python/dpath/dpath-2.1.6.ebuild b/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 |