dev-python/dropmqttapi: add 1.0.2

Closes: #2686
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 18:40:26 +01:00
parent ab24adf3da
commit 386f446bc8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 25 additions and 4 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 1650 Ebuilds in total, 1639 of them have in total 1655 (42 different) licenses assigned.
There are 1652 Ebuilds in total, 1641 of them have in total 1657 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|942|
|MIT|944|
|Apache-2.0|356|
|GPL-3|107|
|BSD|92|

View File

@ -1,3 +1,5 @@
DIST dropmqttapi-1.0.1.tar.gz 4127 BLAKE2B c15c6f38d340299c6a752250d495380952d2b3a505d4f80920c03c18d57e78dbb2f280475d956a94ee4b36165bd36f2c0a0e18c3da630b1176c5b400c1ce2181 SHA512 3b3c6ac63934438eaf0f1d232bb53ccf10bd5fce7ee99a8709823a79d62849cdd107399bb6dc48603eddb7adb4c08dcc089f13b298b92b950bee61851558b04b
EBUILD dropmqttapi-1.0.1.ebuild 427 BLAKE2B ac797d40b4681d97dda5cb398faee44d193ccadd6987e38dbbaf0d1a04b5bd0006bca9cea8578dffffcbc1f5ac4ae072b282395e52e46bcdfed4ba5aa59170b7 SHA512 edf3c461df47c9dcf0cc297e017b4f80c6c6f72aa250739b1617b63e9df3fabfc36c07ede72d2f76720d3fd38f8f396b00dcc0b9806e2d5fe3a92cdded38040d
DIST dropmqttapi-1.0.2.tar.gz 4157 BLAKE2B 4273dac7a43787e8d2eb4ddb3702c978bae0704296b1219024084157063c22af484fbfa206c8620294b172604f71c05b8bd5157a7c1e8af07ca80d4c08eb9ec3 SHA512 c461d9116c3cdc76202350d4be8f52d7cbf8de29682dd973466a1c7bb979b01a1877f18954a294bb7f3992afdcd8acd382c47110be1d031a6b9ba76a42acf39d
EBUILD dropmqttapi-1.0.1.ebuild 427 BLAKE2B 75a54f2803bf22dad8ebb95425410da6bc7ac1c2a762dff40d61893ddb826296e985b454a4b185a009a174448d8339d8c4e2100b6dd50a259a3029dbf8c7885f SHA512 889545c2757c737a8b7c3570be3b767e747d76fee5f1d0bbe5c2f443ed0f6b42c53a9c6988cf75033699e2c41a6026bb654e42f7b265280ce2b71d401193ecb7
EBUILD dropmqttapi-1.0.2.ebuild 427 BLAKE2B 75a54f2803bf22dad8ebb95425410da6bc7ac1c2a762dff40d61893ddb826296e985b454a4b185a009a174448d8339d8c4e2100b6dd50a259a3029dbf8c7885f SHA512 889545c2757c737a8b7c3570be3b767e747d76fee5f1d0bbe5c2f443ed0f6b42c53a9c6988cf75033699e2c41a6026bb654e42f7b265280ce2b71d401193ecb7
MISC metadata.xml 537 BLAKE2B 20c6d89be564310bc62ca3e35316b7635b115aeace5990c8740c82f7a190d5f68dabd33d5707b9caed89fd855197c951ac725711111389286bd6b4f1e8324585 SHA512 d5e8683139a4afb3eeecf8898f61fc3b9b1ba1192b66bab86ff366db337221acedbfb5595ddfd535601b78a04fd2f79f2942605da51f8d26765a4d960264ee36

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,19 @@
# Copyright 1999-2024 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="MQTT API for DROP water management products"
HOMEPAGE=" https://pypi.org/project/dropmqttapi/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"