dev-python/pi4ioe5v9xxxx: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-23 23:59:33 +01:00 committed by Andreas Billmeier
parent 1999b954f7
commit f5988ad15a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 52 deletions

View File

@ -612,7 +612,7 @@ 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 1660 Ebuilds in total, 1649 of them have in total 1670 (43 different) licenses assigned.
There are 1659 Ebuilds in total, 1648 of them have in total 1669 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -621,7 +621,7 @@ There are 1660 Ebuilds in total, 1649 of them have in total 1670 (43 different)
|BSD|96|
|GPL-3|95|
|GPL-2|27|
|LGPL-3|23|
|LGPL-3|22|
|all-rights-reserved|15|
|BSD-2|12|
|GPL-3+|11|

View File

@ -1,3 +0,0 @@
DIST pi4ioe5v9xxxx-0.0.2.tar.gz 2284 BLAKE2B 443dc3557035232c8ebfc986a0510b69c793741cf948c270748016ff661c97bcec3ae63d0296f27ea32e6f9a62964e962439dce6ca3c3537e58bc09c68bbf856 SHA512 87eb2a7d6a80c60637a46b48ea3aab9c603726db694d2cd57ceac163a6a4d1cfc71c15559aaf883a4e1a694b55ad764a3401a9ff035e266e0341f847c77e8373
EBUILD pi4ioe5v9xxxx-0.0.2.ebuild 660 BLAKE2B 433d8a1c86b61afdb070f8a054f00a65a2d91adcf865cf23b95def62a4eba342d1a51830b5517c90c4bdf80929c108a0f75a465375af7585f86a48b45dfdcb55 SHA512 14f34f40e8e45aa28e8a7d55bfa9219a974bd9fbd4f94313e33302a86286479a862247cf58bbee640c3564893115733f9dc2301ef486ed97f381f54489e3210b
MISC metadata.xml 520 BLAKE2B 5292d6782c57caf501cd384a807e6fb9ac32e7d790f8dae6955de1b9c746bfb142435339aa624c21b76cd703d59223eaa29eaf3d391a783cee4ebacfe34a75d4 SHA512 c4ed0b070b33844a7a9e4f2d08cb1a57b079e133bdbbdb48a28c14492ce7ce9c9e4ead5f4bb8582e3e8488cdd3c3b5bed467aaf3e4abf2a4f0e7978a268585d8

View File

@ -1,16 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">pi4ioe5v9xxxx</remote-id>
<remote-id type="github">antonverburg/pi4ioe5v9xxxx</remote-id>
<maintainer status="unknown">
<email>info@tec-V.nl</email>
<name>Anton Verburg</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,31 +0,0 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="Driver for pi4ioe5v0xxxx I2C IO expander chips"
HOMEPAGE="https://github.com/antonverburg/pi4ioe5v9xxxx https://pypi.org/project/pi4ioe5v9xxxx/"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/smbus2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest