dev-python/pyeconet: drop 0.1.18

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:42:58 +01:00 committed by Andreas Billmeier
parent 9af6fad7cb
commit 7c89d77a30
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 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 1703 Ebuilds in total, 1692 of them have in total 1706 (40 different) licenses assigned.
There are 1702 Ebuilds in total, 1691 of them have in total 1705 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|978|
|MIT|977|
|Apache-2.0|365|
|GPL-3|100|
|BSD|99|

View File

@ -1,7 +1,5 @@
DIST pyeconet-0.1.18.tar.gz 12459 BLAKE2B 7421b067a876b6b13ce49449407a568058e9e149309d519350225b91eef54dfde6c79167fa00a8a6f652f6b6554381285b0a6da03cf85853fae31c56505baa41 SHA512 899dc08999d1be2086fa1eb9e36d0836acf23cdad34b0f644b4a7341022165a0d70f51f7fab7a99aeeb036ec293b1197d2cfda20ccfe6544beca8180feeb0cc1
DIST pyeconet-0.1.20.tar.gz 12450 BLAKE2B 71a5b6bf6a85314342b28dfea238b53e085648bff755f0919c9fe162d28f050c4a57712ce2077b63ac37fccb2fa3ad61e3eff30c69a635e994508d2a75858b44 SHA512 99efc3ec7cd26b48a834f885b90588b7ce4c575d372b24328b2904577ecac3c6d180bcdab839effc3e667d22f7738d2f7a181fec7c5d3b177c4c8a2f55ad9342
DIST pyeconet-0.1.22.tar.gz 12567 BLAKE2B 42cbd3a53d29da1122607ea1f22c1c021f1a18c4db6ee2000df6ae05f8b37ded3c107c99fab437b4cee7a557b53efebafc420867fda62626c69bffa7b086070f SHA512 25f519c454d402eea9065e77edae4b4dcc700818a79664def709f1f39f55152f51553e4adffc9eac5580b7a30a77614285d583026d941b70bab585a1f44ee3ad
EBUILD pyeconet-0.1.18.ebuild 693 BLAKE2B f83ee4740b66d648cb8942c5d6b2a8ca133fab63418bc19a4741485aecbd8aea3c95242f2d1c6e09acc81b9afe1d5705ded9ca6b19762bccf86538d979c76a31 SHA512 8990aefc0a50d27d230f3bfd0140682f4e76f93b5f2a1cc1c9fd8c72c7e5bb3bfbee99ad219791d384f84701a95db63a191d3d689ad9508af56a8abc860e620e
EBUILD pyeconet-0.1.20.ebuild 693 BLAKE2B f83ee4740b66d648cb8942c5d6b2a8ca133fab63418bc19a4741485aecbd8aea3c95242f2d1c6e09acc81b9afe1d5705ded9ca6b19762bccf86538d979c76a31 SHA512 8990aefc0a50d27d230f3bfd0140682f4e76f93b5f2a1cc1c9fd8c72c7e5bb3bfbee99ad219791d384f84701a95db63a191d3d689ad9508af56a8abc860e620e
EBUILD pyeconet-0.1.22.ebuild 693 BLAKE2B f83ee4740b66d648cb8942c5d6b2a8ca133fab63418bc19a4741485aecbd8aea3c95242f2d1c6e09acc81b9afe1d5705ded9ca6b19762bccf86538d979c76a31 SHA512 8990aefc0a50d27d230f3bfd0140682f4e76f93b5f2a1cc1c9fd8c72c7e5bb3bfbee99ad219791d384f84701a95db63a191d3d689ad9508af56a8abc860e620e
MISC metadata.xml 387 BLAKE2B a1a37b7814a773a4e1358488de97fed1adae65e1cd5b70673314ffc4af9d830161aa75dcd306a666af959b8bc7fec946b115e7ec2309ec4b9e8660f0895dc1ca SHA512 fa1279aa2a3fe935f62efa8501c867c25d82ac023b4b3321db06f78c5e0d419d55226d630c4176401079b50646c13081d0037a31df1d31b1725b02f2de8ee3dc

View File

@ -1,32 +0,0 @@
# 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="Interface to the unofficial EcoNet API"
HOMEPAGE="https://github.com/w1ll1am23/pyeconet https://pypi.org/project/pyeconet/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.0[${PYTHON_USEDEP}]
>=dev-python/paho-mqtt-1.5.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest