Skip to content

Commit

Permalink
dev-python/dpath: version bump 2.2.0 and add test deps
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schubert <mschu.dev@gmail.com>
Closes: #1282
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
  • Loading branch information
mschubert authored and Nowa-Ammerlaan committed Jul 11, 2024
1 parent 0ea7c54 commit 0aba70b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-python/dpath/Manifest
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 0aba70b

Please sign in to comment.