dev-python/microBeesPy: add 0.3.2

Closes: #2996
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 16:35:34 +01:00
parent 603af242da
commit 98973557f3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 45 additions and 2 deletions

View File

@ -617,11 +617,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 1870 Ebuilds in total, 1859 of them have in total 1878 (42 different) licenses assigned.
There are 1871 Ebuilds in total, 1860 of them have in total 1879 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1057|
|MIT|1058|
|Apache-2.0|429|
|GPL-3|123|
|BSD|104|

View File

@ -0,0 +1,3 @@
DIST microBeesPy-0.3.2.tar.gz 4956 BLAKE2B a8d5aab273d1311834999fd9599d6c3a4f0700aa3798f7f250bf8d7766cf2e4e27725766a241a52f306657d5f52845173c242c56a61767136cf74e6f744934ba SHA512 612236fa70bb83071731038812be56a0c3d144c3ede07b9df48bebd1ac081cda1d4fe5a9a592a1e67198369284104b4a127271260a234e1f6b26e144a5c6f6a1
EBUILD microBeesPy-0.3.2.ebuild 550 BLAKE2B 710e8503065340b0c161182c228e5533243afde2539c71993efe27e9d18c29b816c570d3aab68422fbf88305a686591ac92e097158a50f56675404854de9a1c3 SHA512 15fb2dd5d9641ec388129109fbfc00e1c327f26e7e127746c66cd3db52aef67594297fc6c5ebe35bd0dcfbeb83d71ea418383ad03b4e07cf140a38add8185509
MISC metadata.xml 527 BLAKE2B 408fd23869c065e85bbcd2b9c0ccee7b7553701e6d50ef5ef783c6c2ba590384adef4dd4cccf48dcce68fd2d33df5ccfd2f1717c96aa8c9621582e3bb2e76140 SHA512 efb8d892db0a7b62ed7c0ac8e0dfe83075d22e5512dba0f4233cf1776c0ec7d775a3e99d4573cdffe9ee0ffd448daeab6e3e19053a5a58a71fe03d4607a9456d

View File

@ -0,0 +1,16 @@
<?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">microBeesPy</remote-id>
<remote-id type="github">microBeesTech/pythonSDK</remote-id>
<maintainer status="unknown">
<email>developers@microbees.com</email>
<name>@microBeesTech</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,24 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="microBees Python Library"
HOMEPAGE="https://github.com/microBeesTech/pythonSDK/ https://pypi.org/project/microBeesPy/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest