commit: 1102dfa6b6de6044bb4d82650e6f1cb27972fd87
Author: Martin Mokry <martin-kokos <AT> users <DOT> noreply <DOT> github
<DOT> com>
AuthorDate: Tue Mar 28 18:45:36 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 16:27:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1102dfa6
dev-python/deepdiff: New package, v6.3.1
Signed-off-by: Martin Mokry <martin-kokos <AT> protonmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/deepdiff/Manifest | 1 +
dev-python/deepdiff/deepdiff-6.3.1.ebuild | 37 +++++++++++++++++++++++++++++++
dev-python/deepdiff/metadata.xml | 12 ++++++++++
3 files changed, 50 insertions(+)
diff --git a/dev-python/deepdiff/Manifest b/dev-python/deepdiff/Manifest
new file mode 100644
index 000000000000..721a2d436b8d
--- /dev/null
+++ b/dev-python/deepdiff/Manifest
@@ -0,0 +1 @@
+DIST deepdiff-6.3.1.tar.gz 392651 BLAKE2B
605dddc7c9d5895388141cbd3ed1a566c0631050719f3bd849578d40497323c0e9c117a8b4c73b21010600caec775f7c226818d0f15f4f1a8f4c3829414323ce
SHA512
13d9edf42eb50b6e63e038a2c17d7d54e82e5e6b5ddc3420cc457d91e220da92391b17c238ed3a49d0f69168cad887c2278182734be23265d5c53928b28c4c42
diff --git a/dev-python/deepdiff/deepdiff-6.3.1.ebuild
b/dev-python/deepdiff/deepdiff-6.3.1.ebuild
new file mode 100644
index 000000000000..821fedf90d5b
--- /dev/null
+++ b/dev-python/deepdiff/deepdiff-6.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A library for comparing dictionaries, iterables, strings and
other objects"
+HOMEPAGE="
+ https://github.com/seperman/deepdiff/
+ https://pypi.org/project/deepdiff/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
+ >=dev-python/click-8.1.3[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+ test? (
+ >=dev-python/jsonpickle-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.23.5[${PYTHON_USEDEP}]
+ dev-python/tomli-w[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/tomli[${PYTHON_USEDEP}]
+ ' 3.10)
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/deepdiff/metadata.xml b/dev-python/deepdiff/metadata.xml
new file mode 100644
index 000000000000..a79081a862b4
--- /dev/null
+++ b/dev-python/deepdiff/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">deepdiff</remote-id>
+ <remote-id type="github">seperman/deepdiff</remote-id>
+ </upstream>
+</pkgmetadata>