dev-python/dropmqttapi: new package, add 1.0.1

Closes: #2597
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 18:39:31 +01:00
parent b99a7d6d90
commit febd0990fc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 40 additions and 2 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 1591 Ebuilds in total, 1580 of them have in total 1595 (42 different) licenses assigned.
There are 1592 Ebuilds in total, 1581 of them have in total 1596 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|914|
|MIT|915|
|Apache-2.0|336|
|GPL-3|102|
|BSD|88|

View File

@ -0,0 +1,3 @@
DIST dropmqttapi-1.0.1.tar.gz 4127 BLAKE2B c15c6f38d340299c6a752250d495380952d2b3a505d4f80920c03c18d57e78dbb2f280475d956a94ee4b36165bd36f2c0a0e18c3da630b1176c5b400c1ce2181 SHA512 3b3c6ac63934438eaf0f1d232bb53ccf10bd5fce7ee99a8709823a79d62849cdd107399bb6dc48603eddb7adb4c08dcc089f13b298b92b950bee61851558b04b
EBUILD dropmqttapi-1.0.1.ebuild 427 BLAKE2B ac797d40b4681d97dda5cb398faee44d193ccadd6987e38dbbaf0d1a04b5bd0006bca9cea8578dffffcbc1f5ac4ae072b282395e52e46bcdfed4ba5aa59170b7 SHA512 edf3c461df47c9dcf0cc297e017b4f80c6c6f72aa250739b1617b63e9df3fabfc36c07ede72d2f76720d3fd38f8f396b00dcc0b9806e2d5fe3a92cdded38040d
MISC metadata.xml 537 BLAKE2B 20c6d89be564310bc62ca3e35316b7635b115aeace5990c8740c82f7a190d5f68dabd33d5707b9caed89fd855197c951ac725711111389286bd6b4f1e8324585 SHA512 d5e8683139a4afb3eeecf8898f61fc3b9b1ba1192b66bab86ff366db337221acedbfb5595ddfd535601b78a04fd2f79f2942605da51f8d26765a4d960264ee36

View File

@ -0,0 +1,19 @@
# 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="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"

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">dropmqttapi</remote-id>
<remote-id type="github">ChandlerSystems/dropmqttapi</remote-id>
<maintainer status="unknown">
<email>pfrazer@chandlersystemsinc.com</email>
<name>Patrick Frazer</name>
</maintainer>
</upstream>
</pkgmetadata>