dev-python/pywemo: add 1.4.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 19:00:15 +01:00
parent 76a5c46650
commit e9e972e1f1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 4 deletions

View File

@ -617,11 +617,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 1726 Ebuilds in total, 1715 of them have in total 1734 (42 different) licenses assigned.
There are 1727 Ebuilds in total, 1716 of them have in total 1735 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|981|
|MIT|982|
|Apache-2.0|379|
|GPL-3|115|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST pywemo-1.3.0.tar.gz 89004 BLAKE2B 0b296475f813677a369eca4b9cacb7a4956da2314a6a19810de54e3b3d69c18fd928114d8e1c9fc6b28c46f46e3ab4cccdd22a53f014725d25c4015b4fafb6a6 SHA512 bec262a6c20ac6f6b7fcc444241f42ff84948103d1fe8911aa67b88c34eabb7ccf59e08cc6e956a1722e4c7cd23a672251a8f2fa83c420a12e386a92583e9ab4
EBUILD pywemo-1.3.0.ebuild 789 BLAKE2B eb2a8bbf71dcac9d59ffe2d2e2c2dbb447ffcea0798345cdf8722a43014883b9f369e70b6953a8dd5bc7bcd140c0bb052203f700961830ff1722289baca06566 SHA512 e743c915c46a4db8de308e48056a7c4468c318e2b7b7d48455d73fe7ab864e95db74bd173ab44fd8d96a3a356aeab24f4b3a48ce3a3367c827b02097cbf726dd
DIST pywemo-1.4.0.tar.gz 89014 BLAKE2B 3a0580f1f3ef1e8f40b878774d770ce2246572bc0068aead5601a3be1077e75030ba24eeb503239085463386177752f269de5cbb4c3d9edd97d9ca12aa1e590d SHA512 2fce753a7828cce6326950075ddc5449e7f01c2def5880b3a025f94df55829574fb2c750465226c8b2e77a7d5907aef16802c2c38cb097af19c3be120954e4b7
EBUILD pywemo-1.3.0.ebuild 789 BLAKE2B 49bffa05574aade61bdb548f10041cb62dcea6f0e102a33ca25181f608707e96ea893af0db0d014867a221c66a63fef2f06e5d3e8dc795c2f7ade6fecb30860e SHA512 c0a9d15ad21a7edb56480527a827da79067d927572f2c4a311d624ec58b1b6289df9d02c4d9ac6807a04e7f7cdfe27bd9f280e9871ba45503dcde6e897596ca1
EBUILD pywemo-1.4.0.ebuild 687 BLAKE2B 621b2f745031b049ad30165ecf69c920682bc9e9d517813309eecea626a83b4803dc2a3da69f479d5b04c8c2393d9ae4902a4c38f1cefeb4021b678c74223f33 SHA512 2082bee298ae52ce8f4b411c157866d651aa3c5576e9148b9406c7e5045a818995da266ed6ff552894916a1ecca5d4ff4763468bb603b09ee4bbcc0da6aed706
MISC metadata.xml 503 BLAKE2B 79e64fc3c1c8c2141adb9991ade458c7188bde9fe7114280ab715bed909d5eb1a8f10d6dbde822c74b07e8a0d788036486bdef3ee01e3a2c4883b07980218d40 SHA512 1487a15dbc92a75a53479f3fc5b1b07be70c4c29294774f5f192d4245d9b5e342d953be0b7ffe473ba5632b4f24b4306958e42b51f57ad8557d98a562867604b

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,26 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Lightweight Python module to discover and control WeMo devices"
HOMEPAGE="https://github.com/pywemo/pywemo https://pypi.org/project/pywemo/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/ifaddr-0.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26[${PYTHON_USEDEP}]
>=dev-python/lxml-4.6[${PYTHON_USEDEP}]"
distutils_enable_tests pytest