Skip to content

Commit febd099

Browse files
committed
dev-python/dropmqttapi: new package, add 1.0.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2597 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent b99a7d6 commit febd099

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1591 Ebuilds in total, 1580 of them have in total 1595 (42 different) licenses assigned.
615+
There are 1592 Ebuilds in total, 1581 of them have in total 1596 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|914|
619+
|MIT|915|
620620
|Apache-2.0|336|
621621
|GPL-3|102|
622622
|BSD|88|

dev-python/dropmqttapi/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST dropmqttapi-1.0.1.tar.gz 4127 BLAKE2B c15c6f38d340299c6a752250d495380952d2b3a505d4f80920c03c18d57e78dbb2f280475d956a94ee4b36165bd36f2c0a0e18c3da630b1176c5b400c1ce2181 SHA512 3b3c6ac63934438eaf0f1d232bb53ccf10bd5fce7ee99a8709823a79d62849cdd107399bb6dc48603eddb7adb4c08dcc089f13b298b92b950bee61851558b04b
2+
EBUILD dropmqttapi-1.0.1.ebuild 427 BLAKE2B ac797d40b4681d97dda5cb398faee44d193ccadd6987e38dbbaf0d1a04b5bd0006bca9cea8578dffffcbc1f5ac4ae072b282395e52e46bcdfed4ba5aa59170b7 SHA512 edf3c461df47c9dcf0cc297e017b4f80c6c6f72aa250739b1617b63e9df3fabfc36c07ede72d2f76720d3fd38f8f396b00dcc0b9806e2d5fe3a92cdded38040d
3+
MISC metadata.xml 537 BLAKE2B 20c6d89be564310bc62ca3e35316b7635b115aeace5990c8740c82f7a190d5f68dabd33d5707b9caed89fd855197c951ac725711111389286bd6b4f1e8324585 SHA512 d5e8683139a4afb3eeecf8898f61fc3b9b1ba1192b66bab86ff366db337221acedbfb5595ddfd535601b78a04fd2f79f2942605da51f8d26765a4d960264ee36
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="MQTT API for DROP water management products"
11+
HOMEPAGE=" https://pypi.org/project/dropmqttapi/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"

dev-python/dropmqttapi/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">dropmqttapi</remote-id>
10+
<remote-id type="github">ChandlerSystems/dropmqttapi</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Patrick Frazer</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)