dev-python/deepdiff: new package, add 5.8.1
This commit is contained in:
parent
dcca406b55
commit
325908cf13
1
dev-python/deepdiff/Manifest
Normal file
1
dev-python/deepdiff/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST deepdiff-5.8.1.tar.gz 385498 BLAKE2B 976e30dd3e1c835f7c8854fb2b0cc3bfa101e1a419b61e3a0009a99ef35b23d29c8cdecad8a2fffea3ef6f0c04a4edb17c06be85520b32e55095faf8300bb76c SHA512 22dc5c7cbc0ae2df832c644c88c60811bad218650e07f1d982efe93cb4e3c859f7b3077234f0d022583582a487640abf70df1e34b677631b66c1c1e37e606a04
|
25
dev-python/deepdiff/deepdiff-5.8.1.ebuild
Normal file
25
dev-python/deepdiff/deepdiff-5.8.1.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Deep Difference and Search of any Python object/data"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/deepdiff/
|
||||
https://github.com/seperman/deepdiff
|
||||
"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/ordered-set-4.1.0[${PYTHON_USEDEP}]
|
||||
<dev-python/ordered-set-4.2.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND=""
|
8
dev-python/deepdiff/metadata.xml
Normal file
8
dev-python/deepdiff/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue