dev-python/pyobihai: drop 1.3.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:54:50 +01:00 committed by Andreas Billmeier
parent 5f3c0a174e
commit 3acc43cce2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 27 deletions

View File

@ -612,11 +612,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 1631 Ebuilds in total, 1620 of them have in total 1638 (42 different) licenses assigned.
There are 1630 Ebuilds in total, 1619 of them have in total 1637 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|943|
|MIT|942|
|Apache-2.0|343|
|GPL-3|105|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pyobihai-1.3.2.tar.gz 2712 BLAKE2B 7262e1cb73ac95d9f78f1f24549116c43be9ca22ed71c2097fde81a8b4ed781c300d959420ae71e8e9e882bb6d7b92959800fb39bf847ecd7e771616cfb0ceb4 SHA512 c0cd6c1d2696d8ffd2e126322976cc41ef7e55ff092c24287694fbc4b519badf712244a23a18b3aa380a839e01f036519c56ffb9b9cd1566640e19156fc84f57
DIST pyobihai-1.4.2.tar.gz 6675 BLAKE2B 70573aa304661111ba59c8bffdfc87451e22f5c234db679727ef1216dc831c850ee4e95a079225b0f5d40fae4d51ab0638cc0e4a2d8ea54b31ae7bc306a90414 SHA512 f5a40a6f0a923b4e7ef5a1a4462c4e897c0c5e2e548613f7d9a1393e4be19551a1ba618e70e28b1e442435ca2220d672075c4b6c5e47ccd15ae2fed618c33fc8
EBUILD pyobihai-1.3.2.ebuild 525 BLAKE2B 63ced8bc18ea52e886ab77a15aa9217ab8b11ee79e3385de5f3e01e9769dd67e51d72a16110489e734033e20f2cf0e3ec5b73996f7b8d5c1abcce42ef9362a8e SHA512 cf839fd553730280bc3e2fa722632ae3fc986d029a10aea09a11ff2bf241c35024820a7954e2a6cae568521cbbc888a8680a092ace26da8fa02a03baceca8442
EBUILD pyobihai-1.4.2.ebuild 689 BLAKE2B c101e5dd05c657d0ac8a0bad667c67fe1076d2dfcdc7d7b3a47682907fee8840fea853055167b9d81641087cac949e0b198377ca7d05521824b5d2f2a5b68092 SHA512 1c1a1be9f5b46db3c33b25ab555bcb6bca84e5dca50355fae846238a5331c8cebcf06747cb76e9af0ad1219bd770690ecef21b8bb8611e1b98de0f6f7292995b
MISC metadata.xml 514 BLAKE2B 366aa25b68b892924d6561736d398875e5d8f868c31c1aa5e4d196792cf31fcaf219ec48aff88e15f3cbb295a88849a5b4a49e73286f274f4b6a3813b3d6cfd6 SHA512 96d9c9c42a18b0c9088c09938b362ba964ba42ba620ebf246bb5682d73224cf887b0bb923178c1ab50d87e4b99c8e756727e9b09d5ebfbd83fd0e02d90196b47

View File

@ -1,23 +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="A Python wrapper for Obihai"
HOMEPAGE="https://github.com/dshokouhi/pyobihai https://pypi.org/project/pyobihai/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
distutils_enable_tests pytest