dev-python/deepdiff: add 6.2.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
606bac1be5
commit
08b841db55
@ -548,11 +548,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 1476 Ebuilds in total, 1469 of them have in total 1478 (34 different) licenses assigned.
|
||||
There are 1478 Ebuilds in total, 1471 of them have in total 1480 (34 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|860|
|
||||
|MIT|862|
|
||||
|Apache-2.0|298|
|
||||
|GPL-3|93|
|
||||
|BSD|87|
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
DIST deepdiff-5.8.1.tar.gz 385498 BLAKE2B 976e30dd3e1c835f7c8854fb2b0cc3bfa101e1a419b61e3a0009a99ef35b23d29c8cdecad8a2fffea3ef6f0c04a4edb17c06be85520b32e55095faf8300bb76c SHA512 22dc5c7cbc0ae2df832c644c88c60811bad218650e07f1d982efe93cb4e3c859f7b3077234f0d022583582a487640abf70df1e34b677631b66c1c1e37e606a04
|
||||
DIST deepdiff-6.2.1.tar.gz 393114 BLAKE2B c067e7d55b1e6f44ecd0b209efec34d878706b5ab2e03a1ced9da21e3bf9275ba4846b6d6591bea580c042ddd9eda61ec0606aeeb1564d93db046218698abf89 SHA512 e66707c6a062df7e4770ebaada7ffe48e34883f5eff2052decf60be582bf5d0903a9dd705fa6d505fb945b4c0e392703d41859012b2c5aa39765b4517c20f287
|
||||
EBUILD deepdiff-5.8.1.ebuild 718 BLAKE2B 9056de4cb9ccc4866f74b632878e59e3c61bbc3fa17b683ec4e2f2ad6414122b5edd852193fc43be840970c6752b3751cd8372b48e5c655b4261e8904c1fce4d SHA512 749312df04cc007a992a70b730671e6abae9ec10b749c51f00de70c73b90170893b4174fd237afb5201610e62a16042bbe52410855347e16596c860af7bad7d9
|
||||
EBUILD deepdiff-6.2.1.ebuild 718 BLAKE2B 9056de4cb9ccc4866f74b632878e59e3c61bbc3fa17b683ec4e2f2ad6414122b5edd852193fc43be840970c6752b3751cd8372b48e5c655b4261e8904c1fce4d SHA512 749312df04cc007a992a70b730671e6abae9ec10b749c51f00de70c73b90170893b4174fd237afb5201610e62a16042bbe52410855347e16596c860af7bad7d9
|
||||
MISC metadata.xml 445 BLAKE2B 58d7103a14fb4975485e6e67770d895988bab1f57eac22388dae6304b66d07a2168d41b223e9b23710b9a754a451ae51b090fb38f1eb74591e01c23de278e2db SHA512 44df3edb4cdc9f1d350677a69351daa0e66f21ca821580ad5ba6c6523e060d3ebb160f262ed5e550fe88573707f1a57c19acc81f407f040e6dc2d87f5645a6d7
|
||||
|
||||
33
dev-python/deepdiff/deepdiff-6.2.1.ebuild
Normal file
33
dev-python/deepdiff/deepdiff-6.2.1.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Deep Difference and Search of any Python object/data."
|
||||
HOMEPAGE="https://github.com/seperman/deepdiff https://pypi.org/project/deepdiff/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/ordered-set-4.0.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user