dev-python/python-didl-lite: add 1.4.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 18:35:00 +01:00
parent 205b467da3
commit f5633e1f9b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 32 additions and 2 deletions

View File

@ -612,12 +612,12 @@ 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 1588 Ebuilds in total, 1577 of them have in total 1592 (42 different) licenses assigned.
There are 1590 Ebuilds in total, 1579 of them have in total 1594 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|913|
|Apache-2.0|334|
|Apache-2.0|336|
|GPL-3|102|
|BSD|88|
|LGPL-3|22|

View File

@ -1,3 +1,5 @@
DIST python-didl-lite-1.3.2.tar.gz 12855 BLAKE2B 5b1424faa59c2657c04ec82f92142527e1c9aad98f26d8ce15e279d5369e1d9ff996a5cc4a3090b73c7c9379eb80c5c912a171c87596d062412facb0fff650c9 SHA512 58dd3f4fe156e67eb19411980d54fc9c2de6b684edf0b9f502522335ed80bb768bf4cca58cbba2fe922ae11e9036133a55cafa061dbab3c43b22f2f6decec03d
DIST python-didl-lite-1.4.0.tar.gz 15891 BLAKE2B 944e9e503ae9152672e1f379a6257fca1fdab553bd43f21d14e3c01ffd3b43cf91c88ee915e96cc7abcdb769d553b9d608cd4bbca7ec14afb542d214fcf8b3a4 SHA512 19e2bf2f118c2fdcde6d45462178f632dbd8869d83ab505add28ca998aa098dc77fa0f923ba925350a39c55ca2a588584470241f46612aaf9e4de130b10907f7
EBUILD python-didl-lite-1.3.2.ebuild 702 BLAKE2B c1313e606635bc85b03586acf96174099f43e5bc6fde2edc20df8afec1b4d437fbde2bc0f2e990522c694d8846a13c403a50789cffcda7ab1e64861bb8d3c518 SHA512 1dabadb6b525d5636430796bd885c2cbe04b1fccee184922ddeee160ee37adb39a4ec5e1a38f0a869fb7dc1a9263ea05d850864be5236353ea233e9538424bc2
EBUILD python-didl-lite-1.4.0.ebuild 661 BLAKE2B 7576ffd4afecb812f67580cacf1a14df071c702b3b51b7556e4ee0fb5e9d55d56fc1328e806d6e55fc97e2e1aff5a802b7dac0fe653b93b88aa41c33ca2d90f3 SHA512 51cc906ea5adcd0ececdd10c66da68b9119a84e4690f5931842d1048ae27b598ceb35f40394568719ee5bd6d64cb309dd39fcd0d15cc010c5ff130ecdd68303e
MISC metadata.xml 536 BLAKE2B a4946772b650a78ddbc3c50dd78d4f384332fecaff054a67c8ab76bc88a8921241d09673529cf9677a829cb69f11a515c5bbf04b4b4c36ded2603712df988823 SHA512 7a04c76e2b5f3b30b6e7e121bb29859ef1a8eb6ca406c84ec70d49fe3cce7a446224f784b31fd4a34614b40ca4d2631682a75367828aac65f3e060b439db4403

View File

@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="DIDL-Lite (Digital Item Declaration Language) tools for Python"
HOMEPAGE="https://github.com/StevenLooman/python-didl-lite/ https://pypi.org/project/python-didl-lite/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/defusedxml-0.6.0"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest