dev-python/pybalboa: add 1.0.2
Closes: #3574 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e8bd3afee0
commit
7c3d042e1a
@ -606,12 +606,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 1977 Ebuilds in total, 1966 of them have in total 1990 (42 different) licenses assigned.
|
||||
There are 1978 Ebuilds in total, 1967 of them have in total 1992 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1143|
|
||||
|Apache-2.0|440|
|
||||
|MIT|1144|
|
||||
|Apache-2.0|441|
|
||||
|GPL-3|115|
|
||||
|BSD|112|
|
||||
|LGPL-3|25|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pybalboa-1.0.1.tar.gz 17451 BLAKE2B c725fc640995457e2ea590434d15138011ed4682c79f5114afdc8079e274ce381e9d1a6db1388a4ddcbca80f7b52ccc174c23e7d7d53bed9ff0509419e034ec0 SHA512 9a739e563f82e6e83ab7f789c7bc996325d07000ef0dec3151d07b0762cb620d9ad973f4b87f9049aed57ed9557cf50777f437af4902cc4ce365273dd03a1830
|
||||
EBUILD pybalboa-1.0.1.ebuild 653 BLAKE2B bf493d6ab847976377d64bbb426e2a851cabc6123dc4df9f5a6bb1303856ea031d908599fc4135fd2f33f86ea96d5db65d1a9b20b5a8aff94550b2c23cccd766 SHA512 c99944dbedd49ec4c979b014f8907299d161f93ff97817206dd22cd3753ff9d561ba38943ab6fe039db3da20403ef86bedf12895660953b15d2a9c0e36a5f960
|
||||
DIST pybalboa-1.0.2.tar.gz 17288 BLAKE2B bed6fccfa06a6e5e69e693d831d8ab7177198e44a157ebfed688aa503e978f2ea095370821e744e08871077c6478e60ebfb4a9dad595571578ac505d82ad12fc SHA512 236eb3c9972e752454bdbcbf9b760a98b5ea5cbc2deecffc6cdcc285d2881f7e12fd66eae009dc36f8fd127d7953506d5dda5fc8591aa9e6e8792c02ea1c05c1
|
||||
EBUILD pybalboa-1.0.1.ebuild 653 BLAKE2B 56946bf35e60dfd64f9048dd25831e549aeae444a765aa4e33aea73d91609ff271f2bcfdce638d49ab8d37f5dc835b2f28c8a23707785e19f443468e1a8b125a SHA512 f6349cb5dab33bdf9a8011e3b7d5876bb5a66a67d66561517e815173bd3ea0f2897afd87dc2ee296459b4b1caf74dd8c3743ae8f1354ed5c977975f73858ddfa
|
||||
EBUILD pybalboa-1.0.2.ebuild 620 BLAKE2B ee79d659817cbb4f37d6dcb435c8c65d17debae05a5cd14e1416aa29c75d4375e412bc43fdf80f7a8e6cdaeed3c3a5f88e58a61a279bc069bbafb5c77c37ab32 SHA512 66ad5043d91bddc310744df690138f11186aaa5faa8dde07651bb3d12608b5e2c1e6565b37e8f5624e4ea960dce2ba11005cf3499d8713d0b0f2a84054056c79
|
||||
MISC metadata.xml 516 BLAKE2B 10696ca0458532f8a1dbe17ce6a8edf7ecd153c67def5b750e804ff2d9f7b1f3173f171fd63384881d922d84e995ee3c713876ee56568c1f8298d7a108747563 SHA512 9a81ca4cb0b0a8afd79098d65a7a59acf8721fb8cfd3e78aaeb62010ab46d70188fafa8e7b07db46f188967d7647b8053ba6439cade1a25070ee3418e4735074
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
26
dev-python/pybalboa/pybalboa-1.0.2.ebuild
Normal file
26
dev-python/pybalboa/pybalboa-1.0.2.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Module to communicate with a Balboa spa wifi adapter."
|
||||
HOMEPAGE="https://github.com/garbled1/pybalboa https://pypi.org/project/pybalboa/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user