dev-python/brother: drop 4.0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 22:15:01 +02:00
parent 07c2c0c07b
commit 833c372edd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 30 deletions

View File

@ -617,12 +617,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 2010 Ebuilds in total, 1999 of them have in total 2018 (42 different) licenses assigned.
There are 2009 Ebuilds in total, 1998 of them have in total 2017 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1135|
|Apache-2.0|464|
|Apache-2.0|463|
|GPL-3|130|
|BSD|113|
|LGPL-3|26|

View File

@ -1,7 +1,5 @@
DIST brother-2.3.0.tar.gz 14304 BLAKE2B 0a0699141c401c19fa0e9e32f629713883994b91c435d7aa5736c57a027f56ee976c7610c4fa92863680446f17df23aefb28cc0c885701d25177393bfa2b6c1b SHA512 2d2ee68bb87a8105581f7cd83aa487bceedbb2f7b68aba8b3812b8e5d65e3ab31457fd2f26123a303284b3df86782d6271d80b16af0a92d6a0a1fdedd2c55736
DIST brother-4.0.2.tar.gz 16109 BLAKE2B e128bd116af07e0a40cfe41912240f50338e1fc691079af902237ecaf5bc3f16609501e9d0921746c0a144fbec8030b923efa9f5ed8d81971e5343e35bbe725e SHA512 e92383064847780cd9ac2e877f0cc4ea38d3237d4840d8d3d98cc2215f7036911e5860ae3884c4e500794c306df6424b438008b23938a12778ca0f7393c351e4
DIST brother-4.1.0.tar.gz 16618 BLAKE2B 0ba4dd5af9d3b379427d014bd2b1ca583d622a397af1948ceb8773688f0adacf055e37ce59f50bed4b4f0f24c2cd3121cd7e44a7f2c6335b71479b66133114d6 SHA512 3e98dd088006b2523bda81b1e9eff8b2166cb9ef7b8d5690599e882cd092af97c6421c2257aa2522769161f1c8df92c3ba796063a2242d97f3a1917b30acd852
EBUILD brother-2.3.0.ebuild 781 BLAKE2B cb0ffc0479877a716bb0cff9a1894783bb8c2b745c9bee5d5f502c2dc69430edbe2d719257a33b79e1dfe714747ba7bb4ba0415ba051676342f82e63a2739263 SHA512 d5c3481b756d42a5dd77dc5b2ad3ed702edeafaf425cb22681dbc2ea3a4f0d765f3003a50298eec878e21951c534eff9638cc1acd2e0e1e4dd5b62557f790245
EBUILD brother-4.0.2.ebuild 696 BLAKE2B fe1b38f9298c32713d1cbb8677c33a196d8f9d10566d5c1fb9ecbfedbd46209e778e716765f4876c3b074040123b58da3ff7e9a51ce53b777edb75ce2b25d850 SHA512 e4433fcab0129e79a1e03079ba9accb4ea49e1901f146472b95f51a80c76892ef0e50220e0656cc00d1703abf81bf836db547ff50c730e29baf4b7bb32e7712e
EBUILD brother-4.1.0.ebuild 696 BLAKE2B fe1b38f9298c32713d1cbb8677c33a196d8f9d10566d5c1fb9ecbfedbd46209e778e716765f4876c3b074040123b58da3ff7e9a51ce53b777edb75ce2b25d850 SHA512 e4433fcab0129e79a1e03079ba9accb4ea49e1901f146472b95f51a80c76892ef0e50220e0656cc00d1703abf81bf836db547ff50c730e29baf4b7bb32e7712e
MISC metadata.xml 382 BLAKE2B 156547dd0d97ed5de780880847a2a6f1b44aad722dae72e42f8ce2d9c89f14ff1043acc044275248fcff3b744571682d8e161ddd0d00ae06e8d2f2b1c549401b SHA512 749cf2159c985e2724c4c932f960ffb86d2762296c2e46b4da84439964b1009e008b0e6c592643342ab8e6e33f16e6c926f35dacb7bdc2d28505da5a24f8ee0f

View File

@ -1,26 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for getting data from Brother laser and inkjet printers via SNMP."
HOMEPAGE="https://github.com/bieniu/brother https://pypi.org/project/brother/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/dacite-1.7.0[${PYTHON_USEDEP}]
>=dev-python/pysnmp-lextudio-5.0.31[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]"
distutils_enable_tests pytest