dev-python/imgw-pib: add 1.0.6
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
8af897e7cd
commit
d32be5fa2c
@ -606,12 +606,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 2049 Ebuilds in total, 2038 of them have in total 2066 (42 different) licenses assigned.
|
||||
There are 2050 Ebuilds in total, 2039 of them have in total 2067 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1188|
|
||||
|Apache-2.0|459|
|
||||
|Apache-2.0|460|
|
||||
|GPL-3|124|
|
||||
|BSD|110|
|
||||
|LGPL-3|24|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST imgw_pib-1.0.4.tar.gz 12307 BLAKE2B 9444bc9c843d5ef070e8a0fbf6bb0ef6db561952c7ee97af968e452d55d18283ebc08887e19ff9c3bea75f829561e568db7d71abdcfa61736eed2773cc2254f2 SHA512 a746e32ba8d9053777c9331bf03347b29a9542683fbf8955c9c7249aec03b80151a5abd8748aacd0bb671a99506af373d7789ed396352410db7047e9cb979d44
|
||||
DIST imgw_pib-1.0.5.tar.gz 13216 BLAKE2B 81302e40e951f1d6d71e3c00f8a541c17678b940569a268e8a57ed485d112017a5fba1739fb7d2e7501ab33ade857cfc52ee27e87ac07b03e4262110b662a65f SHA512 e9fe8767f76b7b8c691817cb0de52b33b342abed846a61f0c70433977762e81f25a02500e6fb7f2e0afc5c3450801f949e8803bf9a945404cb74d32fe43fb5d8
|
||||
DIST imgw_pib-1.0.6.tar.gz 13313 BLAKE2B 1323ffe80bd86c27fec80ebaa8021c04d8d98629df07f996cf83161f5473bc8e0ccfc0432169269f9503759643ef127bfebd8c17ea32b0afa7fb94ef3eddbb99 SHA512 28b1039466e4a34db83a85cc43d32e01fff3c31d511120f86f14f81513f08f45e9bd1c05c82230b370c683e29be502be8727133f5dad30c1040318b97b227046
|
||||
EBUILD imgw-pib-1.0.4.ebuild 523 BLAKE2B 8aaa0612e6a66a6721ca53a1a5f87b923d70b3ffafc95fbb6124ac0de9b4e89dde819ce9a32477f03549eeb7036662136ee777453d4cdc3fcb4da9bf3c5494e2 SHA512 b757151796d2fa17fc8267471942cf4447a7000ad8032c18c73c449e56224a490578fa5a7cd6133f3bbd417b56444880cdc43f055697852f17b16e56463e715c
|
||||
EBUILD imgw-pib-1.0.5.ebuild 523 BLAKE2B 8aaa0612e6a66a6721ca53a1a5f87b923d70b3ffafc95fbb6124ac0de9b4e89dde819ce9a32477f03549eeb7036662136ee777453d4cdc3fcb4da9bf3c5494e2 SHA512 b757151796d2fa17fc8267471942cf4447a7000ad8032c18c73c449e56224a490578fa5a7cd6133f3bbd417b56444880cdc43f055697852f17b16e56463e715c
|
||||
EBUILD imgw-pib-1.0.6.ebuild 523 BLAKE2B f47a2fa52ee75eb8ef6350dae4c3622da338977df9d056dc73618488b23a257fd03c63aaa1f6e635d777c10a4e72ceaebc8f16d543aa967c690e6e44fdbf675a SHA512 a78abf9a3e318f1649b15a19af62658d75a05522980664e61bea9b1f0d2428f573abd3971df5039053d23f097108a09d185874a1a6a7ed30f964c13030dccc07
|
||||
MISC metadata.xml 384 BLAKE2B ad8ff99f61830e71a9a3d996824dc4babfb68418ef876f10818a13aa5f75c02bcc483db13ed1bc9b08408f6202423d48e219e6c5f11c0cd0141fba60ec0373dc SHA512 d1ec10363f00195585c00d49dea938081b7eb490373acf74e2f994a16ddc9c5b2fa4449884a31176a5dd9d935a6276393adf3ce1b0a666ce808623f3dcc4078f
|
||||
|
23
dev-python/imgw-pib/imgw-pib-1.0.6.ebuild
Normal file
23
dev-python/imgw-pib/imgw-pib-1.0.6.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python wrapper for IMGW-PIB API."
|
||||
HOMEPAGE="https://github.com/bieniu/imgw-pib https://pypi.org/project/imgw-pib/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.9.4"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user