dev-python/py-dormakaba-dkey: drop 1.0.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:46:15 +01:00 committed by Andreas Billmeier
parent 172cb8fb2b
commit 243f725d9c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 28 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 1657 Ebuilds in total, 1646 of them have in total 1664 (42 different) licenses assigned.
There are 1656 Ebuilds in total, 1645 of them have in total 1663 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|961|
|MIT|960|
|Apache-2.0|346|
|GPL-3|106|
|BSD|90|

View File

@ -1,5 +1,3 @@
DIST py-dormakaba-dkey-1.0.4.tar.gz 17622 BLAKE2B be737f8ce499ca2c340040a85376ec5ec2f48141bdf91164ed342e0529b70167c4fdd5a2186f020653617743cf52b3c9d8db70f2df664d69ae928230e6e26258 SHA512 14572c55c41c5da403a4c3fde2e57ad7ccec2b6ce75bd88ca62fbd7107cd00ceacb04dda5461523c46ef8b58b7b7fe743016b9ce3490af4a37ab201e235753d0
DIST py-dormakaba-dkey-1.0.5.tar.gz 17668 BLAKE2B f1f712f08599b3819ffd99f2629242ff9841a4a5efd40ed8a412d5ba0b05ea09405525fa00fc3ebcd0fa589e5ebab9fde8873cf21a8181442d51445a98fc8dd2 SHA512 629ee9e16bf58f3d43ad539fb4d64394d8343200aa0f26168e2595906c521cda4bf5b3166e19e05c168db4cc0bf5c07c8f7c62b1686026cec762157165a2d365
EBUILD py-dormakaba-dkey-1.0.4.ebuild 655 BLAKE2B a204412e284c43e5dcf7a4d3ff8ad642dce720a7cb112955d84549e890d90763299acd2eb4ff78ba53296d7882841ad3c422426697d3b59c8e28888b97c4d8d8 SHA512 d1d07c22e341632ca619b3f16b458664d1de0e6a0af10d0d2494da82a900e614e7dad21677cd336f116fa0a7edc138f24eb01fd39c2e7e686020b7068d3bd3c4
EBUILD py-dormakaba-dkey-1.0.5.ebuild 655 BLAKE2B a204412e284c43e5dcf7a4d3ff8ad642dce720a7cb112955d84549e890d90763299acd2eb4ff78ba53296d7882841ad3c422426697d3b59c8e28888b97c4d8d8 SHA512 d1d07c22e341632ca619b3f16b458664d1de0e6a0af10d0d2494da82a900e614e7dad21677cd336f116fa0a7edc138f24eb01fd39c2e7e686020b7068d3bd3c4
MISC metadata.xml 407 BLAKE2B 643a6bc34739b72937687d0488263e0d3b569bff71a19928931ad5e9fb2dd693f50ec5dac7f125f23bedcfd01055b819b343100d2ee7a70576e5de47f10de310 SHA512 c7398058a7ce226127fae3a28217ce05458142633dc58fa372983651450e4fa191807e6d280873245ff75c7bd1896570245d1ca0bbe86dabecf3a873abd8e7ee

View File

@ -1,24 +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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="API to interact with a Dormakaba dkey lock via bluetooth"
HOMEPAGE="https://github.com/emontnemery/py-dormakaba-dkey https://pypi.org/project/py-dormakaba-dkey/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/bleak[${PYTHON_USEDEP}]
dev-python/bleak-retry-connector[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]"