dev-python/dacite: drop 1.6.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-24 16:46:13 +02:00
parent bface44070
commit 978fcef448
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -606,11 +606,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 2384 Ebuilds in total, 2366 of them have in total 2404 (43 different) licenses assigned.
There are 2383 Ebuilds in total, 2365 of them have in total 2403 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1363|
|MIT|1362|
|Apache-2.0|545|
|GPL-3|148|
|BSD|124|

View File

@ -1,5 +1,3 @@
DIST dacite-1.6.0.tar.gz 16538 BLAKE2B ec42ecbd9dd1328d39df2c9d836f82091dd562966de75435a1cada297d3bdf848fdc3b8c055cc20bd8af238fac8d3a5def771a7cf882c4c211c9216989b362c2 SHA512 d34b4dfd1192cb285a7cc34da8a87cfda87129db9b3ac026a7ce3dc01d227093b6db920c6eba148fc8a4be1d0fec57f50b117877419419d06264ad1a79ffaa15
DIST dacite-1.8.1.gh.tar.gz 26038 BLAKE2B 53b859953221dd01a98976fcb1a8242bb99186c9fa4da04814eaad9232232a27da37fb8d80a91a3e875b1071c809c7f928b2eb0c165f5c4acef3ec9d4c64a94e SHA512 4b40c0bdcf5490bcc77de9e7f04b7267642bcfd41e4168607a5457f38abe3ad4b3041d8a23cb43af76de14eabee45f900ad5ddf7af8f70a2be4850bccc2d3af1
EBUILD dacite-1.6.0.ebuild 651 BLAKE2B 7bd53ae629a3bcc594a257eb2794b4f4769f4199eaf4f0b1cae86c6b0b066a755d22e047e3f976cfc8cf328282afe4d38c2c91d1f1a30574892b6e74d19b270b SHA512 bd92268963d9b0e98832df79a797ca6f47de902fe8ec183a742d2f216e1d8f86353d56163218acb0a7629505f3d3b7b803fa3336d450fae0f7fbba2df3b7986a
EBUILD dacite-1.8.1.ebuild 743 BLAKE2B 3ab35897e0eea5feb4203b0ba1fc57ec1002928625f6ebdb0b4f782324cc81146c96e9f81d98bda7106f377c270c867c3fb82ab9231483080e0bf7d07b938406 SHA512 7c86c7419d816dd0fbe3278e52997552dc2299bd81c0d3ce90aa77f07f4d85ad46c402830a5568e30316907432ca9ab45edf8bea6e39a042acbdc1948c9516ee
MISC metadata.xml 514 BLAKE2B 95aca628e8288837027394b2bbe3bc1496a46f284e0b30006ee275ffa2a34490277501a95b820c08229d49801203eea2a593d26ff31c0c288a23dec71d2e0345 SHA512 84e4155b6aa279b265cea1e4371c9bd3d626ee2cd0346f956656936d6bfe4f4291e186c00430e875498a2a9c06213322e596437bc8b39c18c706eab5bfa33746

View File

@ -1,31 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Simple creation of data classes from dictionaries."
HOMEPAGE="https://github.com/konradhalas/dacite https://pypi.org/project/dacite/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest