dev-python/py-dormakaba-dkey: drop unused olds, add 1.0.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-04 09:40:02 +01:00 committed by Andreas Billmeier
parent 6c6154d6c3
commit 2907267af9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 4 additions and 41 deletions

View File

@ -573,11 +573,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 1799 Ebuilds in total, 1788 of them have in total 1792 (34 different) licenses assigned.
There are 1798 Ebuilds in total, 1787 of them have in total 1791 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1047|
|MIT|1046|
|Apache-2.0|390|
|GPL-3|112|
|BSD|94|

View File

@ -1,5 +1,3 @@
DIST py-dormakaba-dkey-1.0.2.tar.gz 17587 BLAKE2B 45caed7518795214156fa1e653b33e2befcc9db454dddeb4e3fddce0e96e19c6d8e781542beaf450bc96c1055f2fc940b20d312b662724cd520df49bd8e4d5c7 SHA512 d3ffea2b54a76995a20dd1ac4d9f6eafd0f6adc72ff48300b676a70ccaf3749cc6f822b3f9a235070fec8238873ba15a3539f93cc9b603d0b6af320c69e4672f
DIST py-dormakaba-dkey-1.0.3.tar.gz 17642 BLAKE2B 8d3f6c2137bc545b5db595c77d1fbbef854f6c4566887d678ab23123617107f9a3c15c5642c17db0bb82b2669c396d738d2498a842ba251e64094eb544c8cb3c SHA512 efec7209be69ecf7aae279b23933b7955f71090378cfc0ca3ffadcf0632009b020f4aac23618d998a5af89153fa8ef0f3ee06002fda7fe3a552ebd4e2a462f88
EBUILD py-dormakaba-dkey-1.0.2.ebuild 854 BLAKE2B b7cee1b033d00b0faa98c7d071c80cc633d3a9d595d99124952813e52715091b067b35afd51492c0a1f6b9c72f925b181247e2a4509994a0825edf8d5c891170 SHA512 e9d87d2113ccbf07e677c7c8710bcbb6acd6f80b6c3715526993403cb671b1a030119962ba824aabb944c09747e0516fb1872eb7310145ca8a903e24ae08d9a7
EBUILD py-dormakaba-dkey-1.0.3.ebuild 680 BLAKE2B 7c13f71b8fad287f108bddea09c8ba26a830a418cb340355d196818aa7a62caf1e53b2560b4cb1fe58a264a7ef380d18af3176b9584d40837b9aeb699b4fa3f6 SHA512 a9466ae86034bc93095323113304feb8435efbdc39ac02d3c9d7ed19440ed4763920d9fec7aefa888a6a1f272794b307f669f5d78b885c57fc6b65d8dad452de
DIST py-dormakaba-dkey-1.0.4.tar.gz 17622 BLAKE2B be737f8ce499ca2c340040a85376ec5ec2f48141bdf91164ed342e0529b70167c4fdd5a2186f020653617743cf52b3c9d8db70f2df664d69ae928230e6e26258 SHA512 14572c55c41c5da403a4c3fde2e57ad7ccec2b6ce75bd88ca62fbd7107cd00ceacb04dda5461523c46ef8b58b7b7fe743016b9ce3490af4a37ab201e235753d0
EBUILD py-dormakaba-dkey-1.0.4.ebuild 680 BLAKE2B 7c13f71b8fad287f108bddea09c8ba26a830a418cb340355d196818aa7a62caf1e53b2560b4cb1fe58a264a7ef380d18af3176b9584d40837b9aeb699b4fa3f6 SHA512 a9466ae86034bc93095323113304feb8435efbdc39ac02d3c9d7ed19440ed4763920d9fec7aefa888a6a1f272794b307f669f5d78b885c57fc6b65d8dad452de
MISC metadata.xml 407 BLAKE2B 643a6bc34739b72937687d0488263e0d3b569bff71a19928931ad5e9fb2dd693f50ec5dac7f125f23bedcfd01055b819b343100d2ee7a70576e5de47f10de310 SHA512 c7398058a7ce226127fae3a28217ce05458142633dc58fa372983651450e4fa191807e6d280873245ff75c7bd1896570245d1ca0bbe86dabecf3a873abd8e7ee

View File

@ -1,35 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
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/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
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}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest