bump blebox-uniapi-2.0.0

This commit is contained in:
Andreas Billmeier 2022-07-09 12:46:09 +02:00 committed by Andreas Billmeier
parent 500308d20e
commit 83f12f343f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 48 additions and 7 deletions

View File

@ -524,12 +524,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 1768 Ebuilds in total, 1761 of them have in total 1769 (35 different) licenses assigned.
There are 1769 Ebuilds in total, 1762 of them have in total 1770 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1080|
|Apache-2.0|317|
|Apache-2.0|318|
|GPL-3|108|
|BSD|99|
|LGPL-3|28|

View File

@ -1,3 +1,5 @@
DIST blebox-uniapi-1.3.3.tar.gz 34886 BLAKE2B ca40c0933948f5e84f9cec52a0d5b6dde0fc552e223624a5337e8d21c8681011db5e73f424fcc49e07921f790a395997d8cab3e76d2ded17122a7272ce61cff8 SHA512 ee72cc3f6afd7f631468dae52e50541ace119657e091d3efb08378c13c372ce997f5fb9339dc941358c72dc49b6e64ec4aa21b00f88619d90b73bb7d41e5a5be
EBUILD blebox-uniapi-1.3.3.ebuild 900 BLAKE2B 7c59881dbdb7d973f8d5f2c6a6f677fcc8a0a897f6f2c4c7db5a82a7ae32a4c5d1566f1480487b5a0f417a44493cf5a15c87ec6002234f95b58862105d75954e SHA512 39bc9866d13da620833389d79da34994fe26e782652f90779718610c2774701932590ba9b3092a633d041fa30d1f82ca7e378313e11fe60ca0785536c839b6bd
MISC metadata.xml 466 BLAKE2B 28e1ab1e148324d4fb674d63378e1fd8fa71617c53344f3d4d7deefa894c946deb62c06d5cdf8b21412816def36be8885ebf268dcfa3b374214effc0c88e90e3 SHA512 6d512a3efb955096a17bc876b09a5f5fa93890d072450858ef2febfb69fd5c9a105605023b016083e308ce3f0f9d27db72b594efa072815e8caa890a9fb4107a
DIST blebox-uniapi-2.0.0.tar.gz 45824 BLAKE2B e7f7c67bdd86110ce525496c3b02cb6373bf9c781406bd748da171202aecad5f6568d6f2cfd0fa20d8a1467d5e3cf9637ad9c66af63076114639a848ee841a07 SHA512 c22a000ca3f00e7834b63a1b5380440609bb416d8b4f57d8408fe8ec0b5c03e06c87128ff427a7d16eae1ead7fa9f8973f1f862e15db69f95b7621c03839fbea
EBUILD blebox-uniapi-1.3.3.ebuild 876 BLAKE2B d5a550903ce4af59581a6f646e7f3090adfc4a788ac19c86bf386631a7596a1a1f8102830e02d094ff2da46e5bbb19b4ea55393bfa8b5ea105d8172c149323d3 SHA512 d6066eb99c73ae7d432712879e31a0826a9c146dc82bef67427a10ed5062f4048791face2b358a69676f77d5623a5e8c1f1e2195358d722683f9e8adf4352804
EBUILD blebox-uniapi-2.0.0.ebuild 902 BLAKE2B 78efda45764959a471ebf2b50dabd767eb8c703ae61712669008bf368d2d7c6e0a7c4134fc3227d29bb3f7a68bd529ae3f426cb32a92acd12e6b48fae405155c SHA512 e0e6f69727db122777b0e732e659a650288ece51a391e4d23b74587581905a8135900f2fb32ce3b2e5f403f83c81585f24720ab281d2df96616799d1326941e4
MISC metadata.xml 452 BLAKE2B d528976d70a69cf3e3b345800d6e4ea0bc5405195f318f8b8b9bd15c230ee45e7d89d28fd6f68fa1b1c48842f7a8d4cb6af9e81dd264c1fcdccdcbceebb2a16e SHA512 193dd2ba31cd48b59e8bc7c124ee3c0c730ff0abc0ad95f93e2bd9edaa9b5eb3dddfed1f46a86cfbe1d7daabc51e7c6d2974723f775418580c736616cb2ad0f5

View File

@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -0,0 +1,39 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python API for accessing BleBox smart home devices"
HOMEPAGE="https://github.com/blebox/blebox_uniapi/ https://pypi.org/project/blebox-uniapi/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/semver-2.9.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -8,8 +8,8 @@
<upstream>
<remote-id type="pypi">blebox-uniapi</remote-id>
<maintainer status="unknown">
<email>the_gadget_mobile@yahoo.com</email>
<name>Gadget Mobile</name>
<email>opensource@blebox.eu</email>
<name>BleBox</name>
</maintainer>
</upstream>
</pkgmetadata>